summaryrefslogtreecommitdiff
path: root/json-glib/json-glib.symbols
Commit message (Collapse)AuthorAgeFilesLines
* node: Add typed initializersEmmanuele Bassi2012-10-271-0/+9
| | | | | | | | | | | We should simplify the JsonNode API a bit, especially when it comes to initializing nodes. Instead of a two-step "new(<type>) followed by a set_<type>(value)" API, we can provide a "init_<type>(value)" API that can take any existing JsonNode and initialize it to the given type. This makes the JsonNode creation more concise and reliable; it also allows to implicitly re-initialize JsonNodes without requiring the user to de-allocate/re-allocate them first.
* symbols: Add missing functionsEmmanuele Bassi2012-06-301-1/+14
|
* Remove JSON_DISABLE_DEPRECATEDEmmanuele Bassi2012-01-141-6/+0
| | | | We have deprecations warnings from the compiler, now.
* symbols: Add JsonPath public entry pointsEmmanuele Bassi2011-06-011-0/+6
|
* Update json-glib.symbolsChun-wei Fan2011-05-301-0/+4
| | | | Added the JSON-GLib gvariant-related APIs.
* reader: Add accessor for the member nameEmmanuele Bassi2011-02-061-0/+1
| | | | This should allow easy access to the member name during iteration.
* reader: Add list_members() methodEmmanuele Bassi2011-02-041-0/+1
| | | | | Allow retrieving a list of member names from the current cursor position of the JsonReader. It's useful if you're trying to inspect a JSON tree.
* build: Add .symbols file for win32 buildsEmmanuele Bassi2011-01-101-0/+163