Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libpurple/eventloop.h Wed Oct 10 04:11:52 2007 +0000 +++ b/libpurple/eventloop.h Wed Oct 10 13:56:54 2007 +0000 @@ -138,6 +138,8 @@ * @param data data to pass to @a function. * @return A handle to the timer which can be passed to * purple_timeout_remove to remove the timer. + * + * @since 2.1.0 */ guint purple_timeout_add_seconds(guint interval, GSourceFunc function, gpointer data);
