e_dbus/bluez: fix some copy and paste typos.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 22 Feb 2010 20:14:53 +0000 (20:14 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 22 Feb 2010 20:14:53 +0000 (20:14 +0000)
By: João Paulo Rechi Vita <jprvita@profusion.mobi>

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/e_dbus@46363 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/bluez/e_bluez.c
src/lib/bluez/e_bluez_element.c

index 3af1c33..a703ad2 100644 (file)
@@ -183,7 +183,7 @@ _e_bluez_get_name_owner(void *data __UNUSED__, DBusMessage *msg, DBusError *err)
 }
 
 /**
- * Initialize E Connection Manager (E_Connman) system.
+ * Initialize E BlueZ (E_Bluez) system.
  *
  * This will connect and watch org.moblin.bluez.Manager and Element
  * events and translate to Ecore main loop events, also provide a
index 00d9dea..bdd7b51 100644 (file)
@@ -1365,7 +1365,7 @@ e_bluez_element_properties_sync(E_Bluez_Element *element)
  *
  * This is a server call, not local, so it may fail and in that case
  * no property is updated locally. If the value was set the event
- * E_CONNMAN_EVENT_ELEMENT_UPDATED will be added to main loop.
+ * E_BLUEZ_EVENT_ELEMENT_UPDATED will be added to main loop.
  *
  * @param element to call method on server.
  * @param prop property name.
@@ -1442,7 +1442,7 @@ e_bluez_element_property_dict_set_full(E_Bluez_Element *element, const char *pro
  *
  * This is a server call, not local, so it may fail and in that case
  * no property is updated locally. If the value was set the event
- * E_CONNMAN_EVENT_ELEMENT_UPDATED will be added to main loop.
+ * E_BLUEZ_EVENT_ELEMENT_UPDATED will be added to main loop.
  *
  * @param element to call method on server.
  * @param prop property name.
@@ -2173,7 +2173,7 @@ _e_bluez_element_unregister_internal(E_Bluez_Element *element)
  * Forget about the given element.
  *
  * This will remove the element from the pool of known objects, then
- * add an E_CONNMAN_EVENT_ELEMENT_DEL and after that will unreference it,
+ * add an E_BLUEZ_EVENT_ELEMENT_DEL and after that will unreference it,
  * possible freeing it.
  *
  * @param element element to forget about. Its reference will be removed.
@@ -2192,7 +2192,7 @@ e_bluez_element_unregister(E_Bluez_Element *element)
  * Remove all known elements.
  *
  * This will remove all known elements but will NOT add any
- * E_CONNMAN_EVENT_ELEMENT_DEL to main loop.
+ * E_BLUEZ_EVENT_ELEMENT_DEL to main loop.
  *
  * This is just useful to make sure next e_bluez_manager_sync_elements()
  * will not leave any stale elements. This is unlikely to happen, as