comparison libpurple/eventloop.h @ 20877:7dfb2ff2e75c

merge of '03251b6e4e7a7bf736ba0023dfe31a49e89d0f42' and 'd42511319051bcfa8adb3ed8e3f11a26cabc43f4'
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 10 Oct 2007 13:56:54 +0000
parents 4511d15a8f80
children e3bf822c19c8
comparison
equal deleted inserted replaced
20872:71d0989b7c25 20877:7dfb2ff2e75c
136 * seconds. 136 * seconds.
137 * @param function The function to call. 137 * @param function The function to call.
138 * @param data data to pass to @a function. 138 * @param data data to pass to @a function.
139 * @return A handle to the timer which can be passed to 139 * @return A handle to the timer which can be passed to
140 * purple_timeout_remove to remove the timer. 140 * purple_timeout_remove to remove the timer.
141 *
142 * @since 2.1.0
141 */ 143 */
142 guint purple_timeout_add_seconds(guint interval, GSourceFunc function, gpointer data); 144 guint purple_timeout_add_seconds(guint interval, GSourceFunc function, gpointer data);
143 145
144 /** 146 /**
145 * Removes a timeout handler. 147 * Removes a timeout handler.