summaryrefslogtreecommitdiff
path: root/contrib/json-object.vala
Commit message (Collapse)AuthorAgeFilesLines
* Some miscellaneous fixes to the Vala bindingsEmmanuele Bassi2007-12-251-2/+8
| | | | | | | | Expose the properties as members and remove the accessor methods in case it's obvious that they are just function proxies. Also, start binding the basic GObject API, even though no serializable support is ready, yet.
* Add a simple Vala serialization exampleEmmanuele Bassi2007-11-221-0/+40
We don't provide the Serializable interface at the moment, because it is too much C-oriented. This example shows how to serialize a class in Vala to a JSON string.