g_unix_signal_add_full(): Annotate to shadow g_unix_signal_add()
authorMartin Pitt <martinpitt@gnome.org>
Wed, 28 Nov 2012 11:09:17 +0000 (12:09 +0100)
committerMartin Pitt <martinpitt@gnome.org>
Wed, 28 Nov 2012 11:10:52 +0000 (12:10 +0100)
commitfca30c3e165df732360e26c685496729dbcfe8b9
treeb1d218532a68b0e2d200e0c610102ac0389ff41c
parent2b6be7544c5f5a8937f9e62eb796d0489cb46a67
g_unix_signal_add_full(): Annotate to shadow g_unix_signal_add()

Just like g_timeout_add() and friends, we want to hide the unintrospectable
g_unix_signal_add() from GI bindings and present g_unix_signal_add_full() as
GLib.unix_signal_add() to them.
glib/glib-unix.c