diff --git a/glib/gmessages.c b/glib/gmessages.c index fea3247c9..507e1efc3 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 d186c2b64..a38652d0c 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,