Mercurial > pidgin
diff libpurple/eventloop.h @ 20875:4511d15a8f80
Doxygen @since tags for libpurple and pidgin.
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Wed, 10 Oct 2007 04:23:53 +0000 |
| parents | 6bf32c9e15a7 |
| children | e3bf822c19c8 |
line wrap: on
line diff
--- a/libpurple/eventloop.h Wed Oct 10 03:54:14 2007 +0000 +++ b/libpurple/eventloop.h Wed Oct 10 04:23:53 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);
