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-glib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glib/dbus-glib.c') diff --git a/glib/dbus-glib.c b/glib/dbus-glib.c index 5dbcdf08..332c313f 100644 --- a/glib/dbus-glib.c +++ b/glib/dbus-glib.c @@ -135,7 +135,7 @@ dbus_g_error_quark (void) * than DBUS_GERROR or a code other than * DBUS_GERROR_REMOTE_EXCEPTION). * - * @param gerror the GError given from the remote method + * @param error the GError given from the remote method * @param name the D-BUS error name * @param msg the D-BUS error detailed message * @returns TRUE iff the remote error has the given name @@ -159,7 +159,7 @@ dbus_g_error_has_name (GError *error, const char *name) * Moreover, you must ensure that the error's domain is DBUS_GERROR, * and the code is DBUS_GERROR_REMOTE_EXCEPTION. * - * @param gerror the GError given from the remote method + * @param error the GError given from the remote method * @param name the D-BUS error name * @param msg the D-BUS error detailed message * @returns the D-BUS error name -- cgit