GNOME Bugzilla – Bug 686898
g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
Last modified: 2012-10-26 13:31:05 UTC
These are user defined, it makes sense to allow watching them. This is needed to port gnome-session and gdm over.
Created attachment 227313 [details] [review] g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2
Review of attachment 227313 [details] [review]: ::: glib/glib-unix.c @@ +184,3 @@ * signal @signum. Currently only <literal>SIGHUP</literal>, + * <literal>SIGINT</literal>, <literal>SIGTERM</literal>, + * <literal>SIGUSR1</literal> and <literal>SIGUSR2</literal> can be subtle dropping of the oxford comma ;) but seriously.. i'd prefer "since 2.36 it's also possible to monitor..." otherwise i'm happy, so just commit after the fix.
Attachment 227313 [details] pushed as 36bf253 - g_unix_signal_source_new: Allow SIGUSR1 and SIGUSR2