sorry I should have checked e_connman,
I was in a hurry because 1.7.5 announcment

LAST patch attached

regards
Jérémy
diff --git a/e_dbus/src/lib/connman0_7x/e_connman_element.c 
b/e_dbus/src/lib/connman0_7x/e_connman_element.c
index 336c0c7..b60b915 100644
--- a/e_dbus/src/lib/connman0_7x/e_connman_element.c
+++ b/e_dbus/src/lib/connman0_7x/e_connman_element.c
@@ -1375,6 +1375,11 @@ _e_connman_element_get_properties_callback(void 
*user_data, DBusMessage *msg, DB
       _e_connman_element_listeners_call(element);
 }
 
+Eina_Bool
+e_connman_element_sync_properties_full(E_Connman_Element *element, 
E_DBus_Method_Return_Cb cb, const void *data)
+{
+   e_connman_element_properties_sync_full(element, cb, data);
+}
 /**
  * Sync element properties with server.
  *
@@ -1388,7 +1393,7 @@ _e_connman_element_get_properties_callback(void 
*user_data, DBusMessage *msg, DB
  * @return @c EINA_TRUE on success, @c EINA_FALSE otherwise.
  */
 Eina_Bool
-e_connman_element_sync_properties_full(E_Connman_Element *element, 
E_DBus_Method_Return_Cb cb, const void *data)
+e_connman_element_properties_sync_full(E_Connman_Element *element, 
E_DBus_Method_Return_Cb cb, const void *data)
 {
    const char name[] = "GetProperties";
 
@@ -1413,7 +1418,7 @@ Eina_Bool
 e_connman_element_properties_sync(E_Connman_Element *element)
 {
    EINA_SAFETY_ON_NULL_RETURN_VAL(element, EINA_FALSE);
-   return e_connman_element_sync_properties_full(element, NULL, NULL);
+   return e_connman_element_properties_sync_full(element, NULL, NULL);
 }
 
 /**
@@ -1787,6 +1792,12 @@ e_connman_element_property_type_get(const 
E_Connman_Element *element, const char
 void
 e_connman_element_list_properties(const E_Connman_Element *element, Eina_Bool 
(*cb)(void *data, const E_Connman_Element *element, const char *name, int type, 
const void *value), const void *data)
 {
+   e_connman_element_properties_list(element, cb, data);
+}
+
+void
+e_connman_element_properties_list(const E_Connman_Element *element, Eina_Bool 
(*cb)(void *data, const E_Connman_Element *element, const char *name, int type, 
const void *value), const void *data)
+{
    const E_Connman_Element_Property *p;
 
    EINA_SAFETY_ON_NULL_RETURN(element);
------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to