diff libpurple/eventloop.h @ 20890:086b6e3e5015

merge of 'b7ee9ed3d96546482462baf63c4127858553c275' and 'fa0e512d79dfe479bc36c2436089b51854ef3eb5'
author Richard Laager <rlaager@wiktel.com>
date Fri, 12 Oct 2007 03:49:39 +0000
parents 4511d15a8f80
children e3bf822c19c8
line wrap: on
line diff
--- a/libpurple/eventloop.h	Wed Oct 10 04:04:07 2007 +0000
+++ b/libpurple/eventloop.h	Fri Oct 12 03:49:39 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);