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.
This commit is contained in:
Martin Pitt 2012-11-28 12:09:17 +01:00
parent 2b6be7544c
commit fca30c3e16

View File

@ -234,6 +234,7 @@ g_unix_signal_source_new (int signum)
*
* Returns: An ID (greater than 0) for the event source
*
* Rename to: g_unix_signal_add
* Since: 2.30
*/
guint