Mercurial > pidgin.yaz
changeset 11129:0754ce8f1122
[gaim-migrate @ 13185]
Doxygen fixes
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 19 Jul 2005 05:31:36 +0000 |
parents | 83dab64c5606 |
children | 3f3bc7f1b6bf |
files | src/dbus-server.h src/ft.h src/status.h |
diffstat | 3 files changed, 8 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dbus-server.h Tue Jul 19 05:20:55 2005 +0000 +++ b/src/dbus-server.h Tue Jul 19 05:31:36 2005 +0000 @@ -97,8 +97,8 @@ /** Registers a typed pointer. - @node The pointer to register. - @type Type of that pointer. + @param node The pointer to register. + @param type Type of that pointer. */ void gaim_dbus_register_pointer(gpointer node, GaimDBusPointerType type); @@ -106,7 +106,7 @@ Unregisters a pointer previously registered with gaim_dbus_register_pointer. - @node The pointer to register. + @param node The pointer to register. */ void gaim_dbus_unregister_pointer(gpointer node); @@ -194,7 +194,7 @@ @param object The #GaimObject (usually #gaim_dbus_object) @param dbus_id Id of the signal. - @param vargs A va_list containing the actual parameters. + @param args A va_list containing the actual parameters. */ void gaim_dbus_signal_emit_valist(GaimObject *object, int dbus_id, va_list args);
--- a/src/ft.h Tue Jul 19 05:20:55 2005 +0000 +++ b/src/ft.h Tue Jul 19 05:31:36 2005 +0000 @@ -540,20 +540,13 @@ void gaim_xfer_update_progress(GaimXfer *xfer); /** - * Updates file transfer progress. - * - * @param xfer The file transfer. - */ -void gaim_xfer_update_progress(GaimXfer *xfer); - -/** * Displays a file transfer-related message in the conversation window * * This is a wrapper around gaim_conversation_write * * @param xfer The file transfer to which this message relates. * @param message The message to display. - * @param gboolean Is this an error message?. + * @param is_error Is this an error message?. */ void gaim_xfer_conversation_write(GaimXfer *xfer, char *message, gboolean is_error);
--- a/src/status.h Tue Jul 19 05:20:55 2005 +0000 +++ b/src/status.h Tue Jul 19 05:31:36 2005 +0000 @@ -1,4 +1,7 @@ /* + * @file status.h Status API + * @ingroup core + * * gaim * * Gaim is the legal property of its developers, whose names are too numerous @@ -23,9 +26,6 @@ #define _GAIM_STATUS_H_ /** - * @file status.h Status API - * @ingroup core - * * A brief explanation of the status API: * * GaimStatusType's are created by each PRPL. They outline the