Mercurial > pidgin
changeset 7122:b90c94620d1c
[gaim-migrate @ 7689]
A few small doc updates.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Thu, 02 Oct 2003 04:08:56 +0000 |
parents | 58bdfcb046b6 |
children | d40966338ea6 |
files | src/account.h src/connection.h src/conversation.h |
diffstat | 3 files changed, 12 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/account.h Thu Oct 02 03:09:49 2003 +0000 +++ b/src/account.h Thu Oct 02 04:08:56 2003 +0000 @@ -628,11 +628,11 @@ /*@}*/ + /**************************************************************************/ -/** @name Accounts Subsystem */ +/** @name UI Registration Functions */ /**************************************************************************/ /*@{*/ - /** * Sets the UI operations structure to be used for accounts. * @@ -647,6 +647,14 @@ */ GaimAccountUiOps *gaim_accounts_get_ui_ops(void); +/*@}*/ + + +/**************************************************************************/ +/** @name Accounts Subsystem */ +/**************************************************************************/ +/*@{*/ + /** * Returns the accounts subsystem handle. *
--- a/src/connection.h Thu Oct 02 03:09:49 2003 +0000 +++ b/src/connection.h Thu Oct 02 04:08:56 2003 +0000 @@ -253,7 +253,7 @@ /*@}*/ /**************************************************************************/ -/** @name UI Operations API */ +/** @name UI Registration Functions */ /**************************************************************************/ /*@{*/
--- a/src/conversation.h Thu Oct 02 03:09:49 2003 +0000 +++ b/src/conversation.h Thu Oct 02 04:08:56 2003 +0000 @@ -1179,7 +1179,7 @@ /*@}*/ /**************************************************************************/ -/** @name Conversation Placement Functions */ +/** @name Conversation Placement API */ /**************************************************************************/ /*@{*/