From cb81ac7edeb97f9f97ace8c990c5fdcb3c991345 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 31 Jul 2005 02:09:15 +0000 Subject: 2005-07-30 Havoc Pennington * fix a bunch of Doxygen warnings and mistakes --- glib/dbus-gproxy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glib/dbus-gproxy.c') diff --git a/glib/dbus-gproxy.c b/glib/dbus-gproxy.c index 5e53f3ee..9fd46020 100644 --- a/glib/dbus-gproxy.c +++ b/glib/dbus-gproxy.c @@ -2292,7 +2292,7 @@ dbus_g_proxy_begin_call (DBusGProxy *proxy, * The list should be terminated with G_TYPE_INVALID. * * @param proxy a proxy for a remote interface - * @param call_id the pending call ID from dbus_g_proxy_begin_call() + * @param call the pending call ID from dbus_g_proxy_begin_call() * @param error return location for an error * @param first_arg_type type of first "out" argument * @returns #FALSE if an error is set @@ -2412,7 +2412,7 @@ dbus_g_proxy_call_no_reply (DBusGProxy *proxy, * ended with dbus_g_proxy_end_call. * * @param proxy a proxy for a remote interface - * @param call_id the pending call ID from dbus_g_proxy_begin_call() + * @param call the pending call ID from dbus_g_proxy_begin_call() */ void dbus_g_proxy_cancel_call (DBusGProxy *proxy, -- cgit