dbus/doc dbus-tutorial.xml,1.13,1.14

Havoc Pennington hp at freedesktop.org
Sun Jun 26 18:37:05 PDT 2005


Update of /cvs/dbus/dbus/doc
In directory gabe:/tmp/cvs-serv10280/doc

Modified Files:
	dbus-tutorial.xml 
Log Message:
2005-06-26  Havoc Pennington  <hp at redhat.com>

	* doc/dbus-tutorial.xml: fix names of interface/service/path, fix
	from Don Park

Index: dbus-tutorial.xml
===================================================================
RCS file: /cvs/dbus/dbus/doc/dbus-tutorial.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dbus-tutorial.xml	26 Jun 2005 17:02:09 -0000	1.13
+++ dbus-tutorial.xml	27 Jun 2005 01:37:03 -0000	1.14
@@ -763,9 +763,9 @@
   /* Create a proxy object for the "bus driver" (name "org.freedesktop.DBus") */
   
   proxy = dbus_g_proxy_new_for_name (connection,
-                                     DBUS_SERVICE_ORG_FREEDESKTOP_DBUS,
-                                     DBUS_PATH_ORG_FREEDESKTOP_DBUS,
-                                     DBUS_INTERFACE_ORG_FREEDESKTOP_DBUS);
+                                     DBUS_SERVICE_DBUS,
+                                     DBUS_PATH_DBUS,
+                                     DBUS_INTERFACE_DBUS);
 
   /* Call ListNames method, wait for reply */
   error = NULL;



More information about the dbus-commit mailing list