comparison 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
comparison
equal deleted inserted replaced
10859:310c5e6120fb 10860:d01d81de94d8
366 * This is meant to be called from protocol plugins. 366 * This is meant to be called from protocol plugins.
367 * 367 *
368 * @param account The account the user is on. 368 * @param account The account the user is on.
369 * @param name The screen name of the user. 369 * @param name The screen name of the user.
370 * @param idle The user's idle state. 370 * @param idle The user's idle state.
371 * @param idle_time The user's idle time. 371 * @param idle_time The user's idle time. This is the time at
372 * which the user became idle, in seconds since
373 * the epoch.
372 */ 374 */
373 void gaim_prpl_got_user_idle(GaimAccount *account, const char *name, 375 void gaim_prpl_got_user_idle(GaimAccount *account, const char *name,
374 gboolean idle, time_t idle_time); 376 gboolean idle, time_t idle_time);
375 377
376 /** 378 /**