dbus/glib dbus-gproxy.c,1.41,1.42
Colin Walters
walters at freedesktop.org
Thu Aug 25 19:00:39 PDT 2005
Update of /cvs/dbus/dbus/glib
In directory gabe:/tmp/cvs-serv21954/glib
Modified Files:
dbus-gproxy.c
Log Message:
2005-08-25 Colin Walters <walters at verbum.org>
* glib/dbus-gproxy.c (dbus_g_proxy_call): Doc update, thanks
to Ryan Lortie for the suggestion.
Index: dbus-gproxy.c
===================================================================
RCS file: /cvs/dbus/dbus/glib/dbus-gproxy.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -d -r1.41 -r1.42
--- dbus-gproxy.c 17 Aug 2005 17:30:45 -0000 1.41
+++ dbus-gproxy.c 26 Aug 2005 02:00:37 -0000 1.42
@@ -2322,7 +2322,8 @@
* 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
More information about the dbus-commit
mailing list