diff options
| author | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-06-15 11:08:12 +0100 |
|---|---|---|
| committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2011-06-15 11:08:12 +0100 |
| commit | f37878ec1759283f78a6d580c1f78e9039717862 (patch) | |
| tree | dc724de20ea50eeede81dcbe87f679d03ee33ef9 /json-glib/json-gobject.h | |
| parent | c994a9bfdc13aba1b7c5fd019853c68fb38148a6 (diff) | |
| download | json-glib-f37878ec1759283f78a6d580c1f78e9039717862.tar.gz | |
docs: Fix API reference missing symbols
Diffstat (limited to 'json-glib/json-gobject.h')
| -rw-r--r-- | json-glib/json-gobject.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/json-glib/json-gobject.h b/json-glib/json-gobject.h index 6c02ff9..2e06d88 100644 --- a/json-glib/json-gobject.h +++ b/json-glib/json-gobject.h @@ -43,6 +43,12 @@ typedef struct _JsonSerializableIface JsonSerializableIface; * into a #JsonNode * @deserialize_property: virtual function for deserializing a #JsonNode * into a #GObject property + * @find_property: virtual function for finding a property definition using + * its name + * @list_properties: virtual function for listing the installed property + * definitions + * @set_property: virtual function for setting a property + * @get_property: virtual function for getting a property * * Interface that allows serializing and deserializing #GObject<!-- -->s * with properties storing complex data types. The json_serialize_gobject() |
