summaryrefslogtreecommitdiff
path: root/json-glib/json-debug.c
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2010-09-25 11:48:25 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2010-09-25 11:52:07 +0100
commit7707b18f42b3a19dd780ba73ce1dabb6b8ef3c95 (patch)
treece59dd3d3e6afd719f58fc449013e9f513792d14 /json-glib/json-debug.c
parentc6bf7ecb0a836b5b43f203cb22be577bd54b9e9a (diff)
downloadjson-glib-7707b18f42b3a19dd780ba73ce1dabb6b8ef3c95.tar.gz
debug: Add debug flags for GObject-related code
Diffstat (limited to 'json-glib/json-debug.c')
-rw-r--r--json-glib/json-debug.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/json-glib/json-debug.c b/json-glib/json-debug.c
index 471d082..dd725c4 100644
--- a/json-glib/json-debug.c
+++ b/json-glib/json-debug.c
@@ -9,7 +9,8 @@ static gboolean json_debug_flags_set = FALSE;
#ifdef JSON_ENABLE_DEBUG
static const GDebugKey json_debug_keys[] = {
- { "parser", JSON_DEBUG_PARSER }
+ { "parser", JSON_DEBUG_PARSER },
+ { "gobject", JSON_DEBUG_GOBJECT }
};
#endif /* JSON_ENABLE_DEBUG */