+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
* 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
* 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
* 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
} DBusSignatureRealIter;
/**
- * @addtogroup DBusSignature
+ * @defgroup DBusSignature Type signature parsing
+ * @ingroup DBus
+ * @brief Parsing D-BUS type signatures
* @{
*/
* 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
* 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
* 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
**/
* 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
* 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
* @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,
* 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
* 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,