summaryrefslogtreecommitdiff
path: root/libpurple/eventloop.h
diff options
context:
space:
mode:
authorAndrew Victor <andrew.victor@mxit.com>2011-09-25 18:56:58 +0000
committerAndrew Victor <andrew.victor@mxit.com>2011-09-25 18:56:58 +0000
commit05a4189d4bbeb28bcc99029f628b2bcc7bf3e079 (patch)
tree8f6d201113746b941329252e566f973d0a1ca52e /libpurple/eventloop.h
parentc747f82f47e7bb86191d0c087d839277eb2c8825 (diff)
downloadpidgin-05a4189d4bbeb28bcc99029f628b2bcc7bf3e079.tar.gz
Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
Diffstat (limited to 'libpurple/eventloop.h')
-rw-r--r--libpurple/eventloop.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpurple/eventloop.h b/libpurple/eventloop.h
index ca95f6cbe8..76448492ce 100644
--- a/libpurple/eventloop.h
+++ b/libpurple/eventloop.h
@@ -145,7 +145,6 @@ struct _PurpleEventLoopUiOps
* #timeout_add.
*
* @see purple_timeout_add_seconds()
- * @since 2.1.0
**/
guint (*timeout_add_seconds)(guint interval, GSourceFunc function,
gpointer data);
@@ -192,8 +191,6 @@ guint purple_timeout_add(guint interval, GSourceFunc function, gpointer data);
* @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);