diff options
| author | Martin Pitt <martinpitt@gnome.org> | 2012-11-28 11:09:17 (GMT) |
|---|---|---|
| committer | Martin Pitt <martinpitt@gnome.org> | 2012-11-28 11:10:52 (GMT) |
| commit | fca30c3e165df732360e26c685496729dbcfe8b9 (patch) | |
| tree | b1d218532a68b0e2d200e0c610102ac0389ff41c | |
| parent | 2b6be7544c5f5a8937f9e62eb796d0489cb46a67 (diff) | |
| download | glib-fca30c3e165d.zip glib-fca30c3e165d.tar.xz | |
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.
| -rw-r--r-- | glib/glib-unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/glib-unix.c b/glib/glib-unix.c index 4d933f9..9e87bb5 100644 --- a/glib/glib-unix.c +++ b/glib/glib-unix.c @@ -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 |