diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-29 16:09:44 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-04-29 16:09:44 +0200 |
commit | 0a14d053cb6aba117243b5fbdb3af1c8b84ed2d4 (patch) | |
tree | 41e16e5e55018be8bef271bcb7d08a4428cefd32 /lib/efl/ffi | |
parent | ffd1b8987b7ee43269d92175e8c51b4bccc159f9 (diff) | |
download | ffi-efl-0a14d053cb6aba117243b5fbdb3af1c8b84ed2d4.zip ffi-efl-0a14d053cb6aba117243b5fbdb3af1c8b84ed2d4.tar.gz |
update efl/elementary and tests
Diffstat (limited to 'lib/efl/ffi')
-rw-r--r-- | lib/efl/ffi/elementary.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/ffi/elementary.rb b/lib/efl/ffi/elementary.rb index dabc667..c0e1215 100644 --- a/lib/efl/ffi/elementary.rb +++ b/lib/efl/ffi/elementary.rb @@ -1162,8 +1162,8 @@ module Efl [ :elm_table_add, [ :evas_object_p ], :evas_object_p ], # EAPI void elm_table_homogenous_set(Evas_Object *obj, Eina_Bool homogenous); [ :elm_table_homogenous_set, [ :evas_object_p, :eina_bool ], :void ], - # EAPI Eina_Bool elm_table_homogeneous_get(const Evas_Object *obj); - [ :elm_table_homogeneous_get, [ :evas_object_p ], :eina_bool ], + # EAPI Eina_Bool elm_table_homogenous_get(const Evas_Object *obj); + [ :elm_table_homogenous_get, [ :evas_object_p ], :eina_bool ], # EAPI void elm_table_padding_set(Evas_Object *obj, Evas_Coord horizontal, Evas_Coord vertical); [ :elm_table_padding_set, [ :evas_object_p, :int, :int ], :void ], # EAPI void elm_table_padding_get(const Evas_Object *obj, Evas_Coord *horizontal, Evas_Coord *vertical); |