[glib] g_unix_signal_add_full(): Annotate to shadow g_unix_signal_add()



commit fca30c3e165df732360e26c685496729dbcfe8b9
Author: Martin Pitt <martinpitt gnome org>
Date:   Wed Nov 28 12:09:17 2012 +0100

    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.

 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]