| 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. |