diff options
Diffstat (limited to 'glib/dbus-glib.c')
| -rw-r--r-- | glib/dbus-glib.c | 4 | 
1 files changed, 2 insertions, 2 deletions
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  | 
