From ab0f0e47c22fd07eed0574b405a7639efa2c977d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Fri, 4 Jan 2013 12:31:23 +0100 Subject: add e_bluez_element_properties_list and e_ofono_element_properties_list, patch has been sent --- lib/efl/native/ebluez.rb | 2 +- lib/efl/native/eofono.rb | 2 +- 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); -- cgit v1.1-2-g2b99