2005-06-26 Havoc Pennington <hp@redhat.com>

* doc/dbus-tutorial.xml: fix names of interface/service/path, fix
	from Don Park
This commit is contained in:
Havoc Pennington 2005-06-27 01:37:03 +00:00
parent df901b528b
commit 3427ef3d39
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2005-06-26 Havoc Pennington <hp@redhat.com>
* doc/dbus-tutorial.xml: fix names of interface/service/path, fix
from Don Park
2005-06-26 Colin Walters <walters@verbum.org>
* glib/dbus-glib.c (dbus_set_g_error): Delete.

View file

@ -763,9 +763,9 @@ main (int argc, char **argv)
/* 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;