mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
gslice: Prototype G_ENABLE_DEBUG function that's part of ABI
Sadly, g_slice_debug_tree_statistics is conditionally part of the public ABI. We might as well make it conditionally part of the API as well, even though this will require people actually using it to https://bugzilla.gnome.org/show_bug.cgi?id=687385
This commit is contained in:
parent
bd8387f25a
commit
488cdb13f6
@ -85,6 +85,10 @@ 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);
|
||||
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
void g_slice_debug_tree_statistics (void);
|
||||
#endif
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* __G_SLICE_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user