g_log_set_handler_full: Bump "Since" version accordingly

This commit is contained in:
Rico Tzschichholz 2015-06-11 07:52:40 +02:00
parent 2471d9cf86
commit 1f0a11c59a
2 changed files with 2 additions and 2 deletions

View 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,

View 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,