summaryrefslogtreecommitdiff
path: root/json-glib/json-debug.c
Commit message (Collapse)AuthorAgeFilesLines
* debug: Add debug flags for GObject-related codeEmmanuele Bassi2010-09-251-1/+2
|
* Add debugging macrosEmmanuele Bassi2010-03-181-0/+37
Similarly to what GTK+ and Clutter do, we can use macros that evaluate to nothing if JSON_ENABLE_DEBUG is disabled; they evaluate to messages when the JSON_DEBUG environment variable is set to a debug domain.