diff options
Diffstat (limited to 'lib/efl/native/eofono.rb')
-rw-r--r-- | lib/efl/native/eofono.rb | 2 |
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); |