diff src/status.h @ 11651:723487d07aa0

[gaim-migrate @ 13935] Getting some stuff out of my tree. I think I mostly just added a "transient" boolean to savedstatuses. If a savedstatus is transient, it means it was created on the fly by Gaim when the user set himself to "away." Transient statuses will hang around for a few days in case the user wants to use it again, but eventually it'll disappear. They should also not appear in the saved status editor. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 13 Oct 2005 01:29:43 +0000
parents 24169af08585
children 8094a66d574b
line wrap: on
line diff
--- a/src/status.h	Thu Oct 13 00:53:01 2005 +0000
+++ b/src/status.h	Thu Oct 13 01:29:43 2005 +0000
@@ -947,6 +947,8 @@
  * @param presence The presence.
  *
  * @return TRUE if the presence is idle, or FALSE otherwise.
+ *         If the presence is offline (gaim_presence_is_online()
+ *         returns FALSE) then FALSE is returned.
  */
 gboolean gaim_presence_is_idle(const GaimPresence *presence);