GWakeup: add signal safety note
authorRyan Lortie <desrt@desrt.ca>
Mon, 25 Jul 2011 14:35:08 +0000 (16:35 +0200)
committerRyan Lortie <desrt@desrt.ca>
Mon, 25 Jul 2011 14:35:08 +0000 (16:35 +0200)
commit7f15910e7907e17606ba9e149cc3b04be4887bbf
tree0c995bf0820b90d85bfe321af367fb020535807c
parent3c25f9f609cfa6c1a180c46f267e73bbd87dd542
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).
glib/gwakeup.c