gslice: Hide g_slice_debug_tree_statistics from introspection

It’s not useful and previously hasn’t been shown in the introspection
API.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Fixes: #3231
This commit is contained in:
Philip Withnall 2024-02-09 10:08:00 +00:00
parent e9c94e8bf3
commit e1d603bc3d

View File

@ -107,10 +107,12 @@ gint64 g_slice_get_config (GSliceConfig ckey);
GLIB_DEPRECATED_IN_2_34
gint64* g_slice_get_config_state (GSliceConfig ckey, gint64 address, guint *n_values);
#ifndef __GI_SCANNER__
#ifdef G_ENABLE_DEBUG
GLIB_AVAILABLE_IN_ALL
void g_slice_debug_tree_statistics (void);
#endif
#endif
G_END_DECLS