summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/elm/elm_progressbar.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2012-06-22 18:41:06 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2012-06-22 18:41:06 +0200
commitdc84f57eb34be4699223baedbfa0c3a0fad1f8f3 (patch)
tree96801b1fbdcdc5a489501a9918e58ce45561293a /lib/efl/native/elm/elm_progressbar.rb
parente1051451cdba827b734e5aa856e9e99a78cf74b3 (diff)
downloadffi-efl-dc84f57eb34be4699223baedbfa0c3a0fad1f8f3.zip
ffi-efl-dc84f57eb34be4699223baedbfa0c3a0fad1f8f3.tar.gz
update elementary API
Diffstat (limited to 'lib/efl/native/elm/elm_progressbar.rb')
-rw-r--r--lib/efl/native/elm/elm_progressbar.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efl/native/elm/elm_progressbar.rb b/lib/efl/native/elm/elm_progressbar.rb
index 843b2fc..9ade342 100644
--- a/lib/efl/native/elm/elm_progressbar.rb
+++ b/lib/efl/native/elm/elm_progressbar.rb
@@ -43,6 +43,8 @@ module Efl
[ :elm_progressbar_unit_format_set, [ :evas_object, :string ], :void ],
# EAPI const char *elm_progressbar_unit_format_get(const Evas_Object *obj);
[ :elm_progressbar_unit_format_get, [ :evas_object ], :string ],
+ # EAPI void elm_progressbar_unit_format_function_set(Evas_Object *obj, char *(func)(double), void (*free_func) (char *));
+ [ :elm_progressbar_unit_format_function_set, [ :evas_object, ( callback [:double], :string ), (callback [:string], :void) ], :void ],
# EAPI void elm_progressbar_horizontal_set(Evas_Object *obj, Eina_Bool horizontal);
[ :elm_progressbar_horizontal_set, [ :evas_object, :bool ], :void ],
# EAPI Eina_Bool elm_progressbar_horizontal_get(const Evas_Object *obj);