summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gproxy.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2005-06-14 15:52:41 +0000
committerColin Walters <walters@verbum.org>2005-06-14 15:52:41 +0000
commitf5c4d6b55cdc73c2aaa6a19d96be573d6f521590 (patch)
tree962aaabe25dcd30510477496bb8ccf76223b0cd4 /glib/dbus-gproxy.c
parentcdda4e453b798af2f053a9f6151bf1b7799e7235 (diff)
2005-06-14 Ross Burton <ross@burtonini.com>.
* glib/dbus-glib.h: Make DBusGMethodInvocation a private structure. Rearrange prototypes a bit. * glib/dbus-gproxy.c (dbus_g_proxy_invoke): Add documentation for first_arg_type. * glib/dbus-gobject.c: Move DBusGMethodInvocation here, add documentation. Move dbus_g_method_return and dbus_g_method_return_error into public API section.
Diffstat (limited to 'glib/dbus-gproxy.c')
-rw-r--r--glib/dbus-gproxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/dbus-gproxy.c b/glib/dbus-gproxy.c
index 42bfca8e..efb8292d 100644
--- a/glib/dbus-gproxy.c
+++ b/glib/dbus-gproxy.c
@@ -1595,6 +1595,7 @@ dbus_g_proxy_end_call (DBusGProxy *proxy,
* @param proxy a proxy for a remote interface
* @param method method to invoke
* @param error return location for an error
+ * @param first_arg_type type of first "in" argument
* @returns #FALSE if an error is set, TRUE otherwise
*/
gboolean