diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 20:43:01 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-07-10 20:43:01 +0200 |
commit | cd947233f9956480844f74f2911004c6d5d83dd9 (patch) | |
tree | 321739a5d79538c4645c9a3f1204d4546a002bd4 /lib/efl/native/elm/elm_layout.rb | |
parent | f18831355aace20918e92f174dbfa8847ca39968 (diff) | |
download | ffi-efl-cd947233f9956480844f74f2911004c6d5d83dd9.zip ffi-efl-cd947233f9956480844f74f2911004c6d5d83dd9.tar.gz |
update elmentary API
Diffstat (limited to 'lib/efl/native/elm/elm_layout.rb')
-rw-r--r-- | lib/efl/native/elm/elm_layout.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_layout.rb b/lib/efl/native/elm/elm_layout.rb index 70d87ec..037df48 100644 --- a/lib/efl/native/elm/elm_layout.rb +++ b/lib/efl/native/elm/elm_layout.rb @@ -71,6 +71,10 @@ module Efl [ :elm_layout_part_cursor_style_get, [ :evas_object, :string ], :string ], # EAPI Eina_Bool elm_layout_part_cursor_engine_only_set(Evas_Object *obj, const char *part_name, Eina_Bool engine_only); [ :elm_layout_part_cursor_engine_only_set, [ :evas_object, :string, :bool ], :bool ], + # EAPI Eina_Bool elm_layout_edje_object_can_access_set(Evas_Object *obj, Eina_Bool can_access); + [ :elm_layout_edje_object_can_access_set, [ :evas_object, :bool ], :bool ], + # EAPI Eina_Bool elm_layout_edje_object_can_access_get(Evas_Object *obj); + [ :elm_layout_edje_object_can_access_get, [ :evas_object ], :bool ], # EAPI Eina_Bool elm_layout_part_cursor_engine_only_get(const Evas_Object *obj, const char *part_name); [ :elm_layout_part_cursor_engine_only_get, [ :evas_object, :string ], :bool ], # EAPI Eina_Bool elm_layout_content_set(Evas_Object *obj, const char *swallow, Evas_Object *content); |