summaryrefslogtreecommitdiff
path: root/doc/reference
Commit message (Collapse)AuthorAgeFilesLines
* Document the GObject integration API into the API referencegobject-serializeEmmanuele Bassi2007-10-022-0/+12
|
* Document the new public functionsEmmanuele Bassi2007-10-011-2/+24
| | | | | Now that we moved the constructors and setters for the JSON data types into the public symbols we need to document them to get back to 100% doc coverage.
* Add stub class for JsonGeneratorEmmanuele Bassi2007-10-012-0/+26
| | | | | | JsonGenerator is an object that creates JSON data streams from a data model tree. This commit adds the JsonGenerator class to the build and API reference.
* Fix ids inside the main documentation indexEmmanuele Bassi2007-10-011-2/+2
|
* Fix a stray newline in the documentationEmmanuele Bassi2007-10-011-2/+1
|
* Add API reference for JSON-GLibEmmanuele Bassi2007-10-014-1/+247
| | | | | Use gtk-doc to build the various bits and pieces of the API reference for JSON-GLib.
* Initial import of JSON-GLibEmmanuele Bassi2007-09-203-0/+83
JSON-GLib is a JSON parser library written with GLib and GObject. JSON is the JavaScript Object Notation, and it's used to define objects and object hierarchies in a human-readable way.