summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--lib/efl/native/ebluez.rb2
-rw-r--r--lib/efl/native/eofono.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/efl/native/ebluez.rb b/lib/efl/native/ebluez.rb
index 9413318..c77a1e7 100644
--- a/lib/efl/native/ebluez.rb
+++ b/lib/efl/native/ebluez.rb
@@ -115,7 +115,7 @@ module Efl
[ :e_bluez_element_property_dict_set_full, [ :e_bluez_element, :string, :string, :int, :pointer, :e_dbus_method_return_cb, :pointer ], :bool
],
# EAPI void e_bluez_element_properties_list(const E_Bluez_Element *element, Eina_Bool (*cb)(void *data, const E_Bluez_Element *element, const char *name, int type, const void *value), const void *data);
- # FIXME
+ [ :e_bluez_element_properties_list, [ :e_bluez_element, (callback [:pointer, :e_bluez_element, :string, :int, :pointer], :bool), :pointer ], :void ],
# EAPI Eina_Bool e_bluez_element_property_type_get_stringshared(const E_Bluez_Element *element, const char *name, int *type);
[ :e_bluez_element_property_type_get_stringshared, [ :e_bluez_element, :string, :pointer ], :bool ],
# EAPI Eina_Bool e_bluez_element_property_type_get(const E_Bluez_Element *element, const char *name, int *type);
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);