g_log_set_handler_full: Bump "Since" version accordingly
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 11 Jun 2015 05:52:40 +0000 (07:52 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 11 Jun 2015 05:52:40 +0000 (07:52 +0200)
glib/gmessages.c
glib/gmessages.h

index fea3247..507e1ef 100644 (file)
@@ -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,
index d186c2b..a38652d 100644 (file)
@@ -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,