Fix review comments from enlightenment-devel. Thanks to discomfitor and demarchi.
[framework/uifw/edbus.git] / src / lib / dbus / E_DBus.h
index acfb2fd..d11a1b8 100644 (file)
@@ -434,11 +434,13 @@ EAPI void e_dbus_callback_free(E_DBus_Callback *callback);
    EAPI void e_dbus_callback_call(E_DBus_Callback *cb, void *data, DBusError *error);
    EAPI void *e_dbus_callback_unmarshal(E_DBus_Callback *cb, DBusMessage *msg, DBusError *err);
    EAPI void e_dbus_callback_return_free(E_DBus_Callback *callback, void *data);
+
 /**
- * @brief Retrieve the DBusConnection object.
- * @param The opaque E_Dbus_Connection object 
+ * @brief Retrieve the DBusConnection pointer.
+ * @param conn pointer to the opaque E_DBus_Connection struct
+ * @since 1.1
  */
-   EAPI DBusConnection *e_dbus_conn_object_get(E_DBus_Connection *conn);
+EAPI DBusConnection *e_dbus_connection_dbus_connection_get(E_DBus_Connection *conn);
 
 #ifdef __cplusplus
 }