[glib] g_log_set_handler_full: Bump "Since" version accordingly



commit 1f0a11c59aa244a70766bdb4c3b06d3d79b25c7a
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Thu Jun 11 07:52:40 2015 +0200

    g_log_set_handler_full: Bump "Since" version accordingly

 glib/gmessages.c |    2 +-
 glib/gmessages.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gmessages.c b/glib/gmessages.c
index fea3247..507e1ef 100644
--- a/glib/gmessages.c
+++ b/glib/gmessages.c
@@ -590,7 +590,7 @@ g_log_set_handler (const gchar       *log_domain,
  *
  * Returns: the id of the new handler
  *
- * Since: 2.44
+ * Since: 2.46
  */
 guint
 g_log_set_handler_full (const gchar    *log_domain,
diff --git a/glib/gmessages.h b/glib/gmessages.h
index d186c2b..a38652d 100644
--- a/glib/gmessages.h
+++ b/glib/gmessages.h
@@ -86,7 +86,7 @@ guint           g_log_set_handler       (const gchar    *log_domain,
                                          GLogLevelFlags  log_levels,
                                          GLogFunc        log_func,
                                          gpointer        user_data);
-GLIB_AVAILABLE_IN_2_44
+GLIB_AVAILABLE_IN_2_46
 guint           g_log_set_handler_full  (const gchar    *log_domain,
                                          GLogLevelFlags  log_levels,
                                          GLogFunc        log_func,


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