mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-27 07:56:14 +01:00
GWakeup: add signal safety note
Note that g_wakeup_signal() is safe to call from a UNIX signal handler (since this is a likely place to want to call it from).
This commit is contained in:
parent
3c25f9f609
commit
7f15910e79
@ -202,6 +202,8 @@ g_wakeup_acknowledge (GWakeup *wakeup)
|
||||
* g_wakeup_get_pollfd() will immediately succeed until such a time as
|
||||
* g_wakeup_acknowledge() is called.
|
||||
*
|
||||
* This function is safe to call from a UNIX signal handler.
|
||||
*
|
||||
* Since: 2.30
|
||||
**/
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user