comparison src/savedstatuses.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 d03afaccd41c
children e3b9c6c7bcf6
comparison
equal deleted inserted replaced
12856:be1cd5952a48 12857:e5f780a6137b
172 * @return A pointer to the in-use GaimSavedStatus. 172 * @return A pointer to the in-use GaimSavedStatus.
173 */ 173 */
174 GaimSavedStatus *gaim_savedstatus_get_current(void); 174 GaimSavedStatus *gaim_savedstatus_get_current(void);
175 175
176 /** 176 /**
177 * Returns the status to be used when gaim is starting up
178 *
179 * @return A pointer to the startup GaimSavedStatus.
180 */
181 GaimSavedStatus *gaim_savedstatus_get_startup(void);
182
183 /**
177 * Returns the saved status that gets used when your 184 * Returns the saved status that gets used when your
178 * accounts become idle-away. 185 * accounts become idle-away.
179 * 186 *
180 * @return A pointer to the idle-away GaimSavedStatus. 187 * @return A pointer to the idle-away GaimSavedStatus.
181 */ 188 */