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-gobject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glib/dbus-gobject.c') 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, -- cgit