gmain: remove unix signal watch if its GSourceFunc returns FALSE
authorDan Winship <danw@gnome.org>
Thu, 23 Aug 2012 16:38:17 +0000 (12:38 -0400)
committerDan Winship <danw@gnome.org>
Mon, 27 Aug 2012 11:24:15 +0000 (07:24 -0400)
commit242737822357c9a686df69bdb888b0d42caf1d5c
tree8a2347d4834cca29bf138259571b551738ea0eb4
parent99c7c951d99c180a5f5832d922b4f3f58380a1cd
gmain: remove unix signal watch if its GSourceFunc returns FALSE

g_unix_signal_watch_dispatch() was ignore the callback's return value.
Fix that.

https://bugzilla.gnome.org/show_bug.cgi?id=682560
glib/gmain.c