Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some miscellaneous fixes to the Vala bindings | Emmanuele Bassi | 2007-12-25 | 1 | -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 example | Emmanuele Bassi | 2007-11-22 | 1 | -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. |