From: Colin Walters Date: Fri, 26 Aug 2005 02:00:37 +0000 (+0000) Subject: 2005-08-25 Colin Walters X-Git-Tag: dbus-0.50~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2ff73e5c695b538404b96f0f77eaabefc8cb3d7;p=thirdparty%2Fdbus.git 2005-08-25 Colin Walters * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks to Ryan Lortie for the suggestion. --- diff --git a/ChangeLog b/ChangeLog index 6338f4bb2..0d591f80f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-08-25 Colin Walters + + * glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks + to Ryan Lortie for the suggestion. + 2005-08-24 John (J5) Palmieri * test/python: Add python regression test diff --git a/glib/dbus-gproxy.c b/glib/dbus-gproxy.c index 8a68b6639..d9469d2f1 100644 --- a/glib/dbus-gproxy.c +++ b/glib/dbus-gproxy.c @@ -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