summaryrefslogtreecommitdiffstats
path: root/glib
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-08-26 02:00:37 +0000
committerColin Walters <walters@verbum.org>2005-08-26 02:00:37 +0000
commitc2ff73e5c695b538404b96f0f77eaabefc8cb3d7 (patch)
tree4a908994f81a2401d92a808b4d29b2fe3bb63f2a /glib
parent51c609c340f0188db78b73cca52d73a93bc90e29 (diff)
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.
Diffstat (limited to 'glib')
-rw-r--r--glib/dbus-gproxy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/glib/dbus-gproxy.c b/glib/dbus-gproxy.c
index 8a68b663..d9469d2f 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