comparison src/account.h @ 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 71e0da45abe6
children d17a587efeb3
comparison
equal deleted inserted replaced
7121:58bdfcb046b6 7122:b90c94620d1c
626 GaimAccount *gaim_accounts_find_with_prpl_id(const char *name, 626 GaimAccount *gaim_accounts_find_with_prpl_id(const char *name,
627 const char *protocol_id); 627 const char *protocol_id);
628 628
629 /*@}*/ 629 /*@}*/
630 630
631
632 /**************************************************************************/
633 /** @name UI Registration Functions */
634 /**************************************************************************/
635 /*@{*/
636 /**
637 * Sets the UI operations structure to be used for accounts.
638 *
639 * @param ops The UI operations structure.
640 */
641 void gaim_accounts_set_ui_ops(GaimAccountUiOps *ops);
642
643 /**
644 * Returns the UI operations structure used for accounts.
645 *
646 * @return The UI operations structure in use.
647 */
648 GaimAccountUiOps *gaim_accounts_get_ui_ops(void);
649
650 /*@}*/
651
652
631 /**************************************************************************/ 653 /**************************************************************************/
632 /** @name Accounts Subsystem */ 654 /** @name Accounts Subsystem */
633 /**************************************************************************/ 655 /**************************************************************************/
634 /*@{*/ 656 /*@{*/
635
636 /**
637 * Sets the UI operations structure to be used for accounts.
638 *
639 * @param ops The UI operations structure.
640 */
641 void gaim_accounts_set_ui_ops(GaimAccountUiOps *ops);
642
643 /**
644 * Returns the UI operations structure used for accounts.
645 *
646 * @return The UI operations structure in use.
647 */
648 GaimAccountUiOps *gaim_accounts_get_ui_ops(void);
649 657
650 /** 658 /**
651 * Returns the accounts subsystem handle. 659 * Returns the accounts subsystem handle.
652 * 660 *
653 * @return The accounts subsystem handle. 661 * @return The accounts subsystem handle.