comparison src/account.h @ 12857:e5f780a6137b

[gaim-migrate @ 15208] This is the ability to set a startup status to be used instead of the status when you last exited. The savedstatus stuff was missing from Changelog.API, so I added it. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 13 Jan 2006 02:47:12 +0000
parents fc28451f5d96
children 702107dd58f1
comparison
equal deleted inserted replaced
12856:be1cd5952a48 12857:e5f780a6137b
852 GaimAccount *gaim_accounts_find(const char *name, const char *protocol); 852 GaimAccount *gaim_accounts_find(const char *name, const char *protocol);
853 853
854 /** 854 /**
855 * This is called by the core after all subsystems and what 855 * This is called by the core after all subsystems and what
856 * not have been initialized. It sets all enabled accounts 856 * not have been initialized. It sets all enabled accounts
857 * to their previous status by signing them on, setting them 857 * to their startup status by signing them on, setting them
858 * away, etc. 858 * away, etc.
859 * 859 *
860 * You probably shouldn't call this unless you really know 860 * You probably shouldn't call this unless you really know
861 * what you're doing. 861 * what you're doing.
862 */ 862 */
863 void gaim_accounts_restore_previous_statuses(void); 863 void gaim_accounts_restore_current_statuses(void);
864 864
865 /*@}*/ 865 /*@}*/
866 866
867 867
868 /**************************************************************************/ 868 /**************************************************************************/