comparison libpurple/status.h @ 25237:401f548e3544

propagate from branch 'im.pidgin.pidgin' (head df6eba32e5b6b34d7483cbfb7e9f2e4c836ac35f) to branch 'org.darkrain42.pidgin.buddy-add' (head 6831808999a270f8c1a128c7430a73d3dc0bfae2)
author Paul Aurich <paul@darkrain42.org>
date Sun, 21 Dec 2008 18:32:37 +0000
parents 9216da5184a2
children ff883620d9d4
comparison
equal deleted inserted replaced
25172:125cac3e24ee 25237:401f548e3544
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 /**