summaryrefslogtreecommitdiffstats
path: root/lib/efl/native/eofono.rb
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-01-04 12:31:23 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-01-04 12:31:23 +0100
commitab0f0e47c22fd07eed0574b405a7639efa2c977d (patch)
treed46a017c9cdb4e9565d3c87e03a6cc9a68974d28 /lib/efl/native/eofono.rb
parentf5df8a42c49db51f891ad4b34757f4bf9882e9f6 (diff)
downloadffi-efl-ab0f0e47c22fd07eed0574b405a7639efa2c977d.zip
ffi-efl-ab0f0e47c22fd07eed0574b405a7639efa2c977d.tar.gz
add e_bluez_element_properties_list and e_ofono_element_properties_list, patch has been sent
Diffstat (limited to 'lib/efl/native/eofono.rb')
-rw-r--r--lib/efl/native/eofono.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efl/native/eofono.rb b/lib/efl/native/eofono.rb
index c011438..eeef578 100644
--- a/lib/efl/native/eofono.rb
+++ b/lib/efl/native/eofono.rb
@@ -85,7 +85,7 @@ module Efl
[ :e_ofono_element_property_dict_set_full, [ :e_ofono_element, :string, :string, :int, :pointer, :e_dbus_method_return_cb, :pointer ], :bool
],
# EAPI void e_ofono_element_properties_list(const E_Ofono_Element *element, Eina_Bool (*cb)(void *data, const E_Ofono_Element *element, const char *name, int type, const void *value), const void *data);
- # FIXME
+ [ :e_ofono_element_properties_list, [ :e_ofono_element, (callback [:pointer, :e_ofono_element, :string, :int, :pointer], :bool), :pointer ], :void ],
# EAPI Eina_Bool e_ofono_element_property_type_get_stringshared(const E_Ofono_Element *element, const char *name, int *type);
[ :e_ofono_element_property_type_get_stringshared, [ :e_ofono_element, :string, :pointer ], :bool ],
# EAPI Eina_Bool e_ofono_element_property_type_get(const E_Ofono_Element *element, const char *name, int *type);