comparison src/savedstatuses.h @ 12245:465ddcb3e9e8

[gaim-migrate @ 14547] Appease Doxygen committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 28 Nov 2005 05:28:01 +0000
parents 3c1bac709234
children fc464a0abccc
comparison
equal deleted inserted replaced
12244:65477e67a712 12245:465ddcb3e9e8
124 * Unset a substatus for an account in a saved status. This clears 124 * Unset a substatus for an account in a saved status. This clears
125 * the previosly set substatus for the GaimSavedStatus. If this 125 * the previosly set substatus for the GaimSavedStatus. If this
126 * saved status is activated then this account will use the default 126 * saved status is activated then this account will use the default
127 * status type and message. 127 * status type and message.
128 * 128 *
129 * @param status The saved status. 129 * @param saved_status The saved status.
130 * @param account The account. 130 * @param account The account.
131 */ 131 */
132 void gaim_savedstatus_unset_substatus(GaimSavedStatus *saved_status, 132 void gaim_savedstatus_unset_substatus(GaimSavedStatus *saved_status,
133 const GaimAccount *account); 133 const GaimAccount *account);
134 134
135 /** 135 /**
251 gboolean gaim_savedstatus_has_substatuses(const GaimSavedStatus *saved_status); 251 gboolean gaim_savedstatus_has_substatuses(const GaimSavedStatus *saved_status);
252 252
253 /** 253 /**
254 * Get the substatus for an account in a saved status. 254 * Get the substatus for an account in a saved status.
255 * 255 *
256 * @param status The saved status. 256 * @param saved_status The saved status.
257 * @param account The account. 257 * @param account The account.
258 * 258 *
259 * @return The GaimSavedStatusSub for the account, or NULL if 259 * @return The GaimSavedStatusSub for the account, or NULL if
260 * the given account does not have a substatus that 260 * the given account does not have a substatus that
261 * differs from the default status of this GaimSavedStatus. 261 * differs from the default status of this GaimSavedStatus.
262 */ 262 */