mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
Wrap waitpid() as a GSource. This is a partial implementation of the "Unix
Sat Feb 14 01:21:34 2004 Matthias Clasen <maclas@gmx.de> * glib/gmain.h: * glib/gmain.c (g_child_watch_source_new): * glib/gmain.c (g_child_watch_add): * glib/gmain.c (g_child_watch_add_full): Wrap waitpid() as a GSource. This is a partial implementation of the "Unix signal source". (#50296, Jonathan R. Blandford) * configure.in: Add the necessary configury to typedef GPid appropriately. * tests/Makefile.am: * tests/child-test.c: Test child_watch sources.
This commit is contained in:
committed by
Matthias Clasen
parent
fff62fd3df
commit
540d02ba8b
@@ -1,3 +1,9 @@
|
||||
Sat Feb 14 01:25:23 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/glib-sections.txt: Add GPid, GChildWatchFunc,
|
||||
g_child_watch_source_new, g_child_watch_add,
|
||||
g_child_watch_add_full.
|
||||
|
||||
Fri Feb 13 23:16:25 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/macros_misc.sgml: Fix a typo.
|
||||
|
@@ -426,6 +426,12 @@ g_idle_add
|
||||
g_idle_add_full
|
||||
g_idle_remove_by_data
|
||||
|
||||
<SUBSECTION>
|
||||
GPid
|
||||
GChildWatchFunc
|
||||
g_child_watch_source_new
|
||||
g_child_watch_add
|
||||
g_child_watch_add_full
|
||||
<SUBSECTION>
|
||||
GPollFD
|
||||
|
||||
@@ -468,6 +474,7 @@ GLIB_SYSDEF_POLLPRI
|
||||
G_WIN32_MSG_HANDLE
|
||||
g_idle_funcs
|
||||
g_timeout_funcs
|
||||
g_child_watch_funcs
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
|
Reference in New Issue
Block a user