diff libpurple/prpl.h @ 24797:9216da5184a2

Add a comment that 0 should be used when a buddies idle time is unknown
author Mark Doliner <mark@kingant.net>
date Wed, 17 Dec 2008 18:21:47 +0000
parents d8452c0bec7b
children f0c2e27c7ae7 a4d6e2c1e73b 584063555949
line wrap: on
line diff
--- a/libpurple/prpl.h	Wed Dec 17 05:39:11 2008 +0000
+++ b/libpurple/prpl.h	Wed Dec 17 18:21:47 2008 +0000
@@ -637,7 +637,8 @@
  * @param idle      The user's idle state.
  * @param idle_time The user's idle time.  This is the time at
  *                  which the user became idle, in seconds since
- *                  the epoch.
+ *                  the epoch.  If the PRPL does not know this value
+ *                  then it should pass 0.
  */
 void purple_prpl_got_user_idle(PurpleAccount *account, const char *name,
 							 gboolean idle, time_t idle_time);