GNOME Bugzilla – Bug 692285
Use g_unix_signal_add() instead of custom implementation
Last modified: 2013-01-22 13:25:08 UTC
Use the standard g_unix_signal_add() code instead of a custom implementation. This is available in glib 2.30 and later.
Created attachment 234099 [details] [review] Use g_unix_signal_add() instead of custom implementation Use the standard g_unix_signal_add() code instead of a custom implementation. This is available in glib 2.30 and later.
Comment on attachment 234099 [details] [review] Use g_unix_signal_add() instead of custom implementation Thanks for the patch!