comparison libpurple/status.h @ 24838:0d7c21b5f1d7

propagate from branch 'im.pidgin.pidgin' (head c06356e8e8d2c586f0192a5564053c2584020da8) to branch 'im.pidgin.pidgin.openq' (head a7077bc12b850d60ea7d768f4b9d4ee6ae6ad2c1)
author SHiNE CsyFeK <csyfek@gmail.com>
date Thu, 25 Dec 2008 14:06:10 +0000
parents 9216da5184a2
children ff883620d9d4
comparison
equal deleted inserted replaced
24606:68eba2bafa6f 24838:0d7c21b5f1d7
821 * 821 *
822 * @param presence The presence. 822 * @param presence The presence.
823 * @param idle The idle state. 823 * @param idle The idle state.
824 * @param idle_time The idle time, if @a idle is TRUE. This 824 * @param idle_time The idle time, if @a idle is TRUE. This
825 * is the time at which the user became idle, 825 * is the time at which the user became idle,
826 * in seconds since the epoch. 826 * in seconds since the epoch. If this value is
827 * unknown then 0 should be used.
827 */ 828 */
828 void purple_presence_set_idle(PurplePresence *presence, gboolean idle, 829 void purple_presence_set_idle(PurplePresence *presence, gboolean idle,
829 time_t idle_time); 830 time_t idle_time);
830 831
831 /** 832 /**