comparison src/status.h @ 10071:af06746954de

[gaim-migrate @ 11047] sf patch 1038040: Doxygen Fixes #3 This is from Jonathan Champ (royanee) Thanks! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 01 Oct 2004 22:08:39 +0000
parents 39142bdd5ba6
children 9fdbfe832fac
comparison
equal deleted inserted replaced
10070:2b6bf836c6b9 10071:af06746954de
244 * @return TRUE if the status type is independent, or FALSE otherwise. 244 * @return TRUE if the status type is independent, or FALSE otherwise.
245 */ 245 */
246 gboolean gaim_status_type_is_independent(const GaimStatusType *status_type); 246 gboolean gaim_status_type_is_independent(const GaimStatusType *status_type);
247 247
248 /** 248 /**
249 * Returns whether or not the status type is exlusive. 249 * Returns whether the status type is exclusive.
250 * 250 *
251 * @param status_type The status type. 251 * @param status_type The status type.
252 * 252 *
253 * @return TRUE if the status type is exclusive, FALSE otherwise. 253 * @return TRUE if the status type is exclusive, FALSE otherwise.
254 */ 254 */
684 time_t idle_time); 684 time_t idle_time);
685 685
686 /** 686 /**
687 * Sets the login time on a presence. 687 * Sets the login time on a presence.
688 * 688 *
689 * @param presence The presence. 689 * @param presence The presence.
690 * @param level The login time. 690 * @param login_time The login time.
691 */ 691 */
692 void gaim_presence_set_login_time(GaimPresence *presence, time_t login_time); 692 void gaim_presence_set_login_time(GaimPresence *presence, time_t login_time);
693 693
694 /** 694 /**
695 * Sets the warning level on a presence. 695 * Sets the warning level on a presence.