2007-10-25 Emmanuele Bassi <ebassi@openedhand.com>
authorEmmanuele Bassi <ebassi@openedhand.com>
Thu, 25 Oct 2007 14:32:29 +0000 (14:32 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Thu, 25 Oct 2007 14:32:29 +0000 (14:32 +0000)
commit9c38eead46da823b8eaa350579afbc16705fb86e
tree05be4ce08709dcc89cacdf86aceee7a37f47f76a
parenteec01b6e7312371e6a39adaa7c41d01d772be156
2007-10-25  Emmanuele Bassi  <ebassi@openedhand.com>

* clutter/clutter-json.h: Header for including the JSON
parsing and data types.

* clutter/json/json-types.h: Add JSON_NODE_VALUE_TYPE() macro.

* clutter/json/Makefile.am: Install the JSON headers into a
private location. This might change in the future, and might
also cause collisions if you're using JSON-GLib and Clutter
at the same time, so be warned.
ChangeLog
clutter/clutter-json.h [new file with mode: 0644]
clutter/json/Makefile.am
clutter/json/json-types.h