summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_popup.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 23:51:17 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 23:51:17 +0100
commit6be804878cc3405fb340930346387c9aed695d82 (patch)
treeb1e649a020c60677941838c37b13347be051665e /lib/efl/native/elm/elm_popup.rb
parentf74b1512aa56a07a0353ef3b1941dade693cf657 (diff)
downloadffi-efl-6be804878cc3405fb340930346387c9aed695d82.zip
ffi-efl-6be804878cc3405fb340930346387c9aed695d82.tar.gz
API update, loads
Diffstat (limited to 'lib/efl/native/elm/elm_popup.rb')
-rw-r--r--lib/efl/native/elm/elm_popup.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/efl/native/elm/elm_popup.rb b/lib/efl/native/elm/elm_popup.rb
index 2803691..637a9fc 100644
--- a/lib/efl/native/elm/elm_popup.rb
+++ b/lib/efl/native/elm/elm_popup.rb
@@ -36,19 +36,19 @@ module Efl
[ :elm_popup_item_append, [ :evas_object, :string, :evas_object, :evas_smart_cb, :pointer ], :elm_object_item ],
# EAPI void elm_popup_content_text_wrap_type_set(Evas_Object *obj, Elm_Wrap_Type wrap);
[ :elm_popup_content_text_wrap_type_set, [ :evas_object, :elm_wrap_type ], :void ],
- # EAPI Elm_Wrap_Type elm_popup_content_text_wrap_type_get(Evas_Object *obj);
+ # EAPI Elm_Wrap_Type elm_popup_content_text_wrap_type_get(const Evas_Object *obj);
[ :elm_popup_content_text_wrap_type_get, [ :evas_object ], :elm_wrap_type ],
# EAPI void elm_popup_orient_set(Evas_Object *obj, Elm_Popup_Orient orient);
[ :elm_popup_orient_set, [ :evas_object, :elm_popup_orient ], :void ],
- # EAPI Elm_Popup_Orient elm_popup_orient_get(Evas_Object *obj);
+ # EAPI Elm_Popup_Orient elm_popup_orient_get(const Evas_Object *obj);
[ :elm_popup_orient_get, [ :evas_object ], :elm_popup_orient ],
# EAPI void elm_popup_timeout_set(Evas_Object *obj, double timeout);
[ :elm_popup_timeout_set, [ :evas_object, :double ], :void ],
- # EAPI double elm_popup_timeout_get(Evas_Object *obj);
+ # EAPI double elm_popup_timeout_get(const Evas_Object *obj);
[ :elm_popup_timeout_get, [ :evas_object ], :double ],
# EAPI void elm_popup_allow_events_set(Evas_Object *obj, Eina_Bool allow);
[ :elm_popup_allow_events_set, [ :evas_object, :bool ], :void ],
- # EAPI Eina_Bool elm_popup_allow_events_get(Evas_Object *obj);
+ # EAPI Eina_Bool elm_popup_allow_events_get(const Evas_Object *obj);
[ :elm_popup_allow_events_get, [ :evas_object ], :bool ],
]
#