mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 11:12:11 +01:00
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:
parent
e9c94e8bf3
commit
e1d603bc3d
@ -107,10 +107,12 @@ gint64 g_slice_get_config (GSliceConfig ckey);
|
|||||||
GLIB_DEPRECATED_IN_2_34
|
GLIB_DEPRECATED_IN_2_34
|
||||||
gint64* g_slice_get_config_state (GSliceConfig ckey, gint64 address, guint *n_values);
|
gint64* g_slice_get_config_state (GSliceConfig ckey, gint64 address, guint *n_values);
|
||||||
|
|
||||||
|
#ifndef __GI_SCANNER__
|
||||||
#ifdef G_ENABLE_DEBUG
|
#ifdef G_ENABLE_DEBUG
|
||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_ALL
|
||||||
void g_slice_debug_tree_statistics (void);
|
void g_slice_debug_tree_statistics (void);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user