mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-24 02:10:42 +02:00
2005-07-31 Havoc Pennington <hp@redhat.com>
* tools/dbus-viewer.c (load_child_nodes): fix invocation of dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
This commit is contained in:
parent
cb81ac7ede
commit
bd2a59b1d8
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-07-31 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* tools/dbus-viewer.c (load_child_nodes): fix invocation of
|
||||
dbus_g_proxy_call, fix from Piotr Zielinski bug #3920
|
||||
|
||||
2005-07-30 Havoc Pennington <hp@redhat.com>
|
||||
|
||||
* fix a bunch of Doxygen warnings and mistakes
|
||||
|
|
|
|||
|
|
@ -182,8 +182,8 @@ load_child_nodes (const char *service_name,
|
|||
}
|
||||
|
||||
if (!dbus_g_proxy_call (proxy, "Introspect", error,
|
||||
G_TYPE_INVALID,
|
||||
G_TYPE_STRING, &data,
|
||||
G_TYPE_INVALID,
|
||||
G_TYPE_INVALID))
|
||||
goto done;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue