libpurple/eventloop.h

changeset 18075
1e4bb0043a98
parent 18070
79c7fe0d8e4b
child 19859
71d37b57eff2
--- a/libpurple/eventloop.h	Sun May 20 14:45:52 2007 +0000
+++ b/libpurple/eventloop.h	Sun May 20 14:46:04 2007 +0000
@@ -138,7 +138,7 @@
  * @return A handle to the timer which can be passed to 
  *         purple_timeout_remove to remove the timer.
  */
-guint purple_timeout_add(guint interval, GSourceFunc function, gpointer data);
+guint purple_timeout_add_seconds(guint interval, GSourceFunc function, gpointer data);
 
 /**
  * Removes a timeout handler.

mercurial