mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-20 00:47:52 +02:00
glib-unix: New API to watch some Unix signals
This new API allows watching a few select Unix signals; looking through the list on my system, I didn't see anything else that I think it'd reasonable to watch. We build on the previous patch to make the child watch helper thread that existed on Unix handle these signals in the threaded case. In the non-threaded case, they're just global variables. https://bugzilla.gnome.org/show_bug.cgi?id=644941
This commit is contained in:
@@ -96,6 +96,7 @@ synchronize their operation.
|
||||
<xi:include href="xml/keyfile.xml" />
|
||||
<xi:include href="xml/bookmarkfile.xml" />
|
||||
<xi:include href="xml/testing.xml" />
|
||||
<xi:include href="xml/gunix.xml" />
|
||||
<xi:include href="xml/windows.xml" />
|
||||
</chapter>
|
||||
|
||||
|
@@ -1925,10 +1925,12 @@ g_win32_ftruncate
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<TITLE>UNIX Compatibility Functions</TITLE>
|
||||
<TITLE>UNIX-specific utilities and integration</TITLE>
|
||||
<FILE>gunix</FILE>
|
||||
G_UNIX_ERROR
|
||||
g_unix_pipe_flags
|
||||
g_unix_signal_source_new
|
||||
g_unix_signal_add_watch_full
|
||||
|
||||
</SECTION>
|
||||
|
||||
|
Reference in New Issue
Block a user