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)
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

index 4d933f9..9e87bb5 100644 (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