Author: ebassi Date: 2007-06-18 17:55:50 +0100 (Mon, 18 Jun 2007) New Revision: 5575 ViewCVS link: http://svn.gnome.org/viewcvs/glib?rev=5575&view=rev
Modified: trunk/ChangeLog trunk/docs/reference/ChangeLog trunk/docs/reference/glib/glib-sections.txt trunk/glib/glib.symbols trunk/glib/gmain.c trunk/glib/gmain.h Log: Add full variant to the approximate timeout functiont The g_timeout_add_seconds() API lacks a _full() counterpart, allowing the setting of a destroy notification function to be invoked when the timeout source is removed. This patch adds g_timeout_add_seconds_full() to the public API and reimplements g_timeout_add_seconds() as a call to g_timeout_add_seconds_full(). _______________________________________________ SVN-commits-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/svn-commits-list
