From b659345f0fbf08053ae7087c7c2eb25905e61cf3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 22 Mar 2016 16:01:25 +0000 Subject: debug: Add flag for debugging nodes --- json-glib/json-debug.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'json-glib/json-debug.h') diff --git a/json-glib/json-debug.h b/json-glib/json-debug.h index 03ea96b..1b3da52 100644 --- a/json-glib/json-debug.h +++ b/json-glib/json-debug.h @@ -8,7 +8,8 @@ G_BEGIN_DECLS typedef enum { JSON_DEBUG_PARSER = 1 << 0, JSON_DEBUG_GOBJECT = 1 << 1, - JSON_DEBUG_PATH = 1 << 2 + JSON_DEBUG_PATH = 1 << 2, + JSON_DEBUG_NODE = 1 << 3 } JsonDebugFlags; #define JSON_HAS_DEBUG(flag) (json_get_debug_flags () & JSON_DEBUG_##flag) -- cgit v1.2.1