diff options
Diffstat (limited to 'glib')
-rw-r--r-- | glib/dbus-glib.c | 4 | ||||
-rw-r--r-- | glib/dbus-gobject.c | 2 | ||||
-rw-r--r-- | glib/dbus-gproxy.c | 4 |
3 files changed, 5 insertions, 5 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 diff --git a/glib/dbus-gobject.c b/glib/dbus-gobject.c index 1dcf4bb9..e6ef38db 100644 --- a/glib/dbus-gobject.c +++ b/glib/dbus-gobject.c @@ -1826,7 +1826,7 @@ dbus_g_object_register_marshaller (GClosureMarshal marshaller, * @param marshaller a GClosureMarshal to be used for invocation * @param rettype a GType for the return type of the function * @param n_types number of function parameters - * @param param_types a C array of GTypes values + * @param types a C array of GTypes values */ void dbus_g_object_register_marshaller_array (GClosureMarshal marshaller, 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, |