mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 00:06:24 +01:00
g_log_set_handler_full: Bump "Since" version accordingly
This commit is contained in:
parent
2471d9cf86
commit
1f0a11c59a
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user