diff src/prpl.h @ 10860:d01d81de94d8

[gaim-migrate @ 12543] sf patch #1188728, from Enix "this patch fixes the sort by status option in HEAD so that it actually sorts by status. Also, changes the documenation in status.h for the gaim_presence_compare() function so that it makes sense." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 24 Apr 2005 18:13:16 +0000
parents 94fd0bf8c4b1
children b75ce371c812
line wrap: on
line diff
--- a/src/prpl.h	Sun Apr 24 17:39:11 2005 +0000
+++ b/src/prpl.h	Sun Apr 24 18:13:16 2005 +0000
@@ -368,7 +368,9 @@
  * @param account   The account the user is on.
  * @param name      The screen name of the user.
  * @param idle      The user's idle state.
- * @param idle_time The user's idle time.
+ * @param idle_time The user's idle time.  This is the time at
+ *                  which the user became idle, in seconds since
+ *                  the epoch.
  */
 void gaim_prpl_got_user_idle(GaimAccount *account, const char *name,
 							 gboolean idle, time_t idle_time);