mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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:
parent
2b6be7544c
commit
fca30c3e16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user