Mercurial > pidgin
diff libpurple/eventloop.h @ 32226:02a2e8183b1d
Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
| author | andrew.victor@mxit.com |
|---|---|
| date | Sun, 25 Sep 2011 18:56:58 +0000 |
| parents | 584063555949 |
| children | 98520ee78f12 |
line wrap: on
line diff
--- a/libpurple/eventloop.h Sat Sep 24 22:21:48 2011 +0000 +++ b/libpurple/eventloop.h Sun Sep 25 18:56:58 2011 +0000 @@ -145,7 +145,6 @@ * #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 @@ * @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);
