mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
gobject: move _g_type_debug_flags from gtype.h to gtype-private.h
_g_type_debug_flags is used internally to suport GOBJECT_DEBUG environment variable. it should never be exposed to the outside. https://bugzilla.gnome.org/show_bug.cgi?id=729914
This commit is contained in:
parent
9f5afe3966
commit
baef9d1811
@ -26,6 +26,8 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
extern GTypeDebugFlags _g_type_debug_flags;
|
||||
|
||||
typedef struct _GRealClosure GRealClosure;
|
||||
struct _GRealClosure
|
||||
{
|
||||
|
@ -1984,7 +1984,6 @@ const gchar * g_type_name_from_class (GTypeClass *g_class);
|
||||
* A bit in the type number that's supposed to be left untouched.
|
||||
*/
|
||||
#define G_TYPE_FLAG_RESERVED_ID_BIT ((GType) (1 << 0))
|
||||
extern GTypeDebugFlags _g_type_debug_flags;
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user