# HG changeset patch # User Ethan Blanton # Date 1094151693 0 # Node ID acbbc0d73600356afa4a60f0833ffb0609ff0ccc # Parent 524a7f8efba376e5c819fbba11f265a089938ff2 [gaim-migrate @ 10831] More doc cleanups from Gary committer: Tailor Script diff -r 524a7f8efba3 -r acbbc0d73600 src/blist.h --- a/src/blist.h Thu Sep 02 18:41:03 2004 +0000 +++ b/src/blist.h Thu Sep 02 19:01:33 2004 +0000 @@ -749,6 +749,7 @@ * @param account The account the buddy is added to. * @param group The optional group to add the chat to. * @param alias The optional alias for the chat. + * @param name The required chat name. */ void gaim_blist_request_add_chat(GaimAccount *account, GaimGroup *group, const char *alias, const char *name); diff -r 524a7f8efba3 -r acbbc0d73600 src/cmds.h --- a/src/cmds.h Thu Sep 02 18:41:03 2004 +0000 +++ b/src/cmds.h Thu Sep 02 19:01:33 2004 +0000 @@ -29,10 +29,10 @@ **************************************************************************/ /*@{*/ -typedef enum _GaimCmdPriority GaimCmdPriority; -typedef enum _GaimCmdFlag GaimCmdFlag; -typedef enum _GaimCmdStatus GaimCmdStatus; -typedef enum _GaimCmdRet GaimCmdRet; +typedef enum _GaimCmdPriority GaimCmdPriority; +typedef enum _GaimCmdFlag GaimCmdFlag; +typedef enum _GaimCmdStatus GaimCmdStatus; +typedef enum _GaimCmdRet GaimCmdRet; enum _GaimCmdStatus { GAIM_CMD_STATUS_OK, @@ -118,6 +118,7 @@ * and any arguments it accpets (if it takes any arguments, otherwise no space), follow * by a colon, two spaces, and a description of the command in sentence form. No slash * before the command name. + * @param data User defined data to pass to the GaimCmdFunc * @return A GaimCmdId. This is only used for calling gaim_cmd_unregister. * Returns @c NULL on failure. */ diff -r 524a7f8efba3 -r acbbc0d73600 src/conversation.h --- a/src/conversation.h Thu Sep 02 18:41:03 2004 +0000 +++ b/src/conversation.h Thu Sep 02 19:01:33 2004 +0000 @@ -1186,10 +1186,11 @@ /** * Adds a user to a chat. * - * @param chat The chat. - * @param user The user to add. - * @param extra_msg An extra message to display with the join message. - * @param flags The users flags + * @param chat The chat. + * @param user The user to add. + * @param extra_msg An extra message to display with the join message. + * @param flags The users flags + * @param new_arrival Decides whether or not to show a join notice. */ void gaim_conv_chat_add_user(GaimConvChat *chat, const char *user, const char *extra_msg, GaimConvChatBuddyFlags flags, diff -r 524a7f8efba3 -r acbbc0d73600 src/pluginpref.h --- a/src/pluginpref.h Thu Sep 02 18:41:03 2004 +0000 +++ b/src/pluginpref.h Thu Sep 02 19:01:33 2004 +0000 @@ -218,8 +218,8 @@ /** * Sets the masking of a string plugin pref * - * @param pref The plugin pref - * @param masked The value to set + * @param pref The plugin pref + * @param mask The value to set */ void gaim_plugin_pref_set_masked(GaimPluginPref *pref, gboolean mask);