diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-05-31 23:16:10 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-05-31 23:16:10 +0100 |
commit | ac89bb7fc7491019f8baa687a785eeb93af7213e (patch) | |
tree | 26ef6e0536f6120db3f815f20ae6760e35ac5aab /json-glib/json-debug.c | |
parent | b5bd47727c960990ba98902ee2d7099491a4178a (diff) | |
parent | 4ea8cd43986d5888fb8e809a198d6b0331b12480 (diff) | |
download | json-glib-ac89bb7fc7491019f8baa687a785eeb93af7213e.tar.gz |
Merge branch 'wip/json-path'
* wip/json-path:
Add initial JSONPath implementation
Diffstat (limited to 'json-glib/json-debug.c')
-rw-r--r-- | json-glib/json-debug.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/json-glib/json-debug.c b/json-glib/json-debug.c index dd725c4..c0dc2e9 100644 --- a/json-glib/json-debug.c +++ b/json-glib/json-debug.c @@ -10,7 +10,8 @@ static gboolean json_debug_flags_set = FALSE; #ifdef JSON_ENABLE_DEBUG static const GDebugKey json_debug_keys[] = { { "parser", JSON_DEBUG_PARSER }, - { "gobject", JSON_DEBUG_GOBJECT } + { "gobject", JSON_DEBUG_GOBJECT }, + { "path", JSON_DEBUG_PATH } }; #endif /* JSON_ENABLE_DEBUG */ |