dbus/glib dbus-glib.c, 1.8, 1.9 dbus-gobject.c, 1.43, 1.44 dbus-gproxy.c, 1.38, 1.39

Havoc Pennington hp at freedesktop.org
Sun Jul 31 12:09:18 EST 2005


Update of /cvs/dbus/dbus/glib
In directory gabe:/tmp/cvs-serv32631/glib

Modified Files:
	dbus-glib.c dbus-gobject.c dbus-gproxy.c 
Log Message:
2005-07-30  Havoc Pennington  <hp at redhat.com>

	* fix a bunch of Doxygen warnings and mistakes



Index: dbus-glib.c
===================================================================
RCS file: /cvs/dbus/dbus/glib/dbus-glib.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- dbus-glib.c	6 Jul 2005 21:27:49 -0000	1.8
+++ dbus-glib.c	31 Jul 2005 02:09:15 -0000	1.9
@@ -135,7 +135,7 @@
  * 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 @@
  * 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

Index: dbus-gobject.c
===================================================================
RCS file: /cvs/dbus/dbus/glib/dbus-gobject.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- dbus-gobject.c	10 Jul 2005 22:54:18 -0000	1.43
+++ dbus-gobject.c	31 Jul 2005 02:09:15 -0000	1.44
@@ -1826,7 +1826,7 @@
  * @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,

Index: dbus-gproxy.c
===================================================================
RCS file: /cvs/dbus/dbus/glib/dbus-gproxy.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- dbus-gproxy.c	25 Jul 2005 19:16:22 -0000	1.38
+++ dbus-gproxy.c	31 Jul 2005 02:09:15 -0000	1.39
@@ -2292,7 +2292,7 @@
  * 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 @@
  * 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,



More information about the dbus-commit mailing list