mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 08:16:24 +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
|
* Returns: An ID (greater than 0) for the event source
|
||||||
*
|
*
|
||||||
|
* Rename to: g_unix_signal_add
|
||||||
* Since: 2.30
|
* Since: 2.30
|
||||||
*/
|
*/
|
||||||
guint
|
guint
|
||||||
|
Loading…
Reference in New Issue
Block a user