glib r5575 - in trunk: . docs/reference docs/reference/glib glib
- From: ebassi svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r5575 - in trunk: . docs/reference docs/reference/glib glib
- Date: Mon, 18 Jun 2007 17:55:50 +0100 (BST)
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().
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]