summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_bg.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:29:47 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2012-03-07 09:29:47 +0100
commit71e3a0bc514fbd28fe9600448c40b7bb53627378 (patch)
tree681d52aad0044ac852b520c0141ed57a3e3d567c /lib/efl/native/elm/elm_bg.rb
parent3fce398a3e2b7a1cd231223abea6961a4cbf8ea9 (diff)
downloadffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.zip
ffi-efl-71e3a0bc514fbd28fe9600448c40b7bb53627378.tar.gz
update elm API
Diffstat (limited to 'lib/efl/native/elm/elm_bg.rb')
-rw-r--r--lib/efl/native/elm/elm_bg.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/efl/native/elm/elm_bg.rb b/lib/efl/native/elm/elm_bg.rb
index 7aa1c61..da6fcfb 100644
--- a/lib/efl/native/elm/elm_bg.rb
+++ b/lib/efl/native/elm/elm_bg.rb
@@ -23,14 +23,14 @@ module Efl
#
# ENUMS
# typedef enum {...} Elm_Bg_Option;
- enum :elm_bg_option, [ :elm_bg_option_center, :elm_bg_option_scale, :elm_bg_option_stretch, :elm_bg_option_tile ]
+ enum :elm_bg_option, [ :elm_bg_option_center, :elm_bg_option_scale, :elm_bg_option_stretch, :elm_bg_option_tile, :elm_bg_option_last ]
#
# FUNCTIONS
fcts = [
# EAPI Evas_Object *elm_bg_add(Evas_Object *parent);
[ :elm_bg_add, [ :evas_object ], :evas_object ],
- # EAPI void elm_bg_file_set(Evas_Object *obj, const char *file, const char *group);
- [ :elm_bg_file_set, [ :evas_object, :string, :string ], :void ],
+ # EAPI Eina_Bool elm_bg_file_set(Evas_Object *obj, const char *file, const char *group);
+ [ :elm_bg_file_set, [ :evas_object, :string, :string ], :bool ],
# EAPI void elm_bg_file_get(const Evas_Object *obj, const char **file, const char **group);
[ :elm_bg_file_get, [ :evas_object, :pointer, :pointer ], :void ],
# EAPI void elm_bg_option_set(Evas_Object *obj, Elm_Bg_Option option);