diff libpurple/eventloop.h @ 22898:3d7e9eff04d0

Assorted cleanups, mostly to the Doxygen comments. I added a few missing @since tags.
author Richard Laager <rlaager@wiktel.com>
date Sun, 11 May 2008 05:08:08 +0000
parents e3bf822c19c8
children dc3c31b78fdb
line wrap: on
line diff
--- a/libpurple/eventloop.h	Sun May 11 05:04:07 2008 +0000
+++ b/libpurple/eventloop.h	Sun May 11 05:08:08 2008 +0000
@@ -141,6 +141,7 @@
 	 * #timeout_add.
 	 *
 	 * @see purple_timeout_add_seconds()
+	 * @since 2.1.0
 	 **/
 	guint (*timeout_add_seconds)(guint interval, GSourceFunc function,
 	                             gpointer data);