mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2025-12-28 19:00:20 +01:00
2005-08-25 Colin Walters <walters@verbum.org>
* glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks to Ryan Lortie for the suggestion.
This commit is contained in:
parent
51c609c340
commit
c2ff73e5c6
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2005-08-25 Colin Walters <walters@verbum.org>
|
||||
|
||||
* glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
|
||||
to Ryan Lortie for the suggestion.
|
||||
|
||||
2005-08-24 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* test/python: Add python regression test
|
||||
|
|
|
|||
|
|
@ -2322,7 +2322,8 @@ dbus_g_proxy_end_call (DBusGProxy *proxy,
|
|||
* values. This function is equivalent to dbus_g_proxy_begin_call
|
||||
* followed by dbus_g_proxy_end_call. All of the input arguments are
|
||||
* specified first, followed by G_TYPE_INVALID, followed by all of the
|
||||
* output values, followed by G_TYPE_INVALID.
|
||||
* output values, followed by a second G_TYPE_INVALID. Note that
|
||||
* this means you must always specify G_TYPE_INVALID twice.
|
||||
*
|
||||
* @param proxy a proxy for a remote interface
|
||||
* @param method method to invoke
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue