summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gproxy.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-07-31 02:09:15 +0000
committerHavoc Pennington <hp@redhat.com>2005-07-31 02:09:15 +0000
commitcb81ac7edeb97f9f97ace8c990c5fdcb3c991345 (patch)
tree17bc828ec0df0154979096867bf4754cf06d034a /glib/dbus-gproxy.c
parentafcc19c15732e453c6f5e38e7f1c3c1baa7d9b72 (diff)
2005-07-30 Havoc Pennington <hp@redhat.com>
* fix a bunch of Doxygen warnings and mistakes
Diffstat (limited to 'glib/dbus-gproxy.c')
-rw-r--r--glib/dbus-gproxy.c4
1 files changed, 2 insertions, 2 deletions
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,