From f5c4d6b55cdc73c2aaa6a19d96be573d6f521590 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 14 Jun 2005 15:52:41 +0000 Subject: 2005-06-14 Ross Burton . * 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. --- glib/dbus-gproxy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'glib/dbus-gproxy.c') 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 -- cgit