goptions: block gtk signal handlers instead of hacking around them
authorJens Axboe <axboe@kernel.dk>
Mon, 19 Mar 2012 21:01:20 +0000 (22:01 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 19 Mar 2012 21:01:20 +0000 (22:01 +0100)
commit8f9e46ab2ce4bfcdb9932e9bf322978474b21502
treea4e29c3ed0458c3d0690d1d708c3b1f97d5dd60d
parent0353050fe32065e1932a43a7c39a7c390ea71142
goptions: block gtk signal handlers instead of hacking around them

Turns out g_signal_handler_{block,unblock} exists and do exactly
what we need. Use them.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
goptions.c