]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
2005-07-30 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 31 Jul 2005 02:09:15 +0000 (02:09 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 31 Jul 2005 02:09:15 +0000 (02:09 +0000)
* fix a bunch of Doxygen warnings and mistakes

ChangeLog
dbus/dbus-message.c
dbus/dbus-signature.c
dbus/dbus-sysdeps.c
glib/dbus-glib.c
glib/dbus-gobject.c
glib/dbus-gproxy.c

index 9f693a21f7e82622096a11017a7b6b08897b727a..c967ea43ac42e7f9c0656ee54cc8547c52be4d13 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-30  Havoc Pennington  <hp@redhat.com>
+
+       * fix a bunch of Doxygen warnings and mistakes
+
 2005-07-30  Havoc Pennington  <hp@redhat.com>
 
        * dbus/dbus-sysdeps.c (_dbus_string_parse_uint): remove #ifdef
index 880c25ef922ecd692c4a9f989d25bd0fcb024f3d..0b5bc63e6b6d9b4b3ecd84b4dcb66a4d4e03563a 100644 (file)
@@ -2434,6 +2434,7 @@ dbus_message_get_path (DBusMessage   *message)
  * Checks if the message has a path
  *
  * @param message the message
+ * @param path the path name
  * @returns #TRUE if there is a path field in the header
  */
 dbus_bool_t
@@ -2554,6 +2555,7 @@ dbus_message_get_interface (DBusMessage *message)
  * Checks if the message has an interface
  *
  * @param message the message
+ * @param interface the interface name
  * @returns #TRUE if there is a interface field in the header
  */
 dbus_bool_t
@@ -2634,6 +2636,7 @@ dbus_message_get_member (DBusMessage *message)
  * Checks if the message has an interface member
  *
  * @param message the message
+ * @param member the member name
  * @returns #TRUE if there is a member field in the header
  */
 dbus_bool_t
index 7118bd2596f894e0f9c376bcac1843456d0411db..a66b7191cdac51260c85a6ddaaec78f92ca2e2b3 100644 (file)
@@ -35,7 +35,9 @@ typedef struct
 } DBusSignatureRealIter;
 
 /**
- * @addtogroup DBusSignature
+ * @defgroup DBusSignature Type signature parsing
+ * @ingroup  DBus
+ * @brief Parsing D-BUS type signatures
  * @{
  */
 
@@ -200,7 +202,7 @@ dbus_signature_iter_recurse (const DBusSignatureIter *iter,
  * Check a type signature for validity.
  *
  * @param signature a potentially invalid type signature
- * @error error return
+ * @param error error return
  * @returns TRUE iif signature is valid
  */
 dbus_bool_t
@@ -222,7 +224,7 @@ dbus_signature_validate (const char       *signature,
  * one complete type.
  *
  * @param signature a potentially invalid type signature
- * @error error return
+ * @param error error return
  * @returns TRUE iif signature is valid and has exactly one complete type
  */
 dbus_bool_t
index 749059cbe9aaa4810526850ea85fe3693581ff7d..b1404e433ed844fc5079a36c7fec09dde0c1cc2f 100644 (file)
@@ -1161,6 +1161,7 @@ _dbus_string_parse_int (const DBusString *str,
 * Checks to make sure the given directory is 
 * private to the user 
 *
+* @param dir the name of the directory
 * @param error error return
 * @returns #FALSE on failure
 **/
index 5dbcdf08d38e0b61e90ed63b3ddc7c506f708f08..332c313fb5f7f32b3ef692aeb36cf2f52d0e5581 100644 (file)
@@ -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
index 1dcf4bb94eb38e23afd6820f801240d33bf5eba2..e6ef38dbddc7971aeb929c14e918e9ecdb36541a 100644 (file)
@@ -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,
index 5e53f3eef51c984a83876216b0dc3123ef389ff9..9fd460200f82e881befcb0a8055e617c380c049a 100644 (file)
@@ -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,