mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-02-05 08:50:26 +01:00
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:
parent
df901b528b
commit
3427ef3d39
2 changed files with 8 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue