glib/docs/reference
Emmanuele Bassi 12571a0821 Add one-shot idle and timeout functions
Many idle and timeout sources are installed as "one shot": called once
and immediately removed. While it's easy to write a simple callback that
returns G_SOURCE_REMOVE, it would also be useful to have some sort of
"visual" marker when reading the code; a way to immediately see that a
callback (which may be defined elsewhere in the code) is meant to be
invoked just once.

Includes additional unit tests by Philip Withnall.
2022-05-27 12:57:55 +01:00
..
gio build: Specify all inputs to concat-files-helper.py 2022-05-17 14:04:24 +01:00
glib Add one-shot idle and timeout functions 2022-05-27 12:57:55 +01:00
gobject value: Add G_VALUE_COLLECT_INIT2 2022-05-23 05:57:36 -04:00
.gitignore .gitignore manpages (*.1) 2010-05-24 23:21:01 -04:00
AUTHORS Initial revision 1999-08-16 17:58:30 +00:00
COPYING Initial revision 1999-08-16 17:58:30 +00:00
meson.build meson: Use range() instead of listing all stable versions 2022-05-11 14:34:00 -04:00
NEWS Initial revision 1999-08-16 17:58:30 +00:00