summaryrefslogtreecommitdiff
path: root/json-glib/json-gobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/json-gobject.h')
-rw-r--r--json-glib/json-gobject.h16
1 files changed, 10 insertions, 6 deletions
diff --git a/json-glib/json-gobject.h b/json-glib/json-gobject.h
index 207db52..a855fba 100644
--- a/json-glib/json-gobject.h
+++ b/json-glib/json-gobject.h
@@ -117,12 +117,16 @@ JsonNode *json_boxed_serialize (GType gboxed_t
gpointer json_boxed_deserialize (GType gboxed_type,
JsonNode *node);
-GObject *json_construct_gobject (GType gtype,
- const gchar *data,
- gsize length,
- GError **error);
-gchar * json_serialize_gobject (GObject *gobject,
- gsize *length) G_GNUC_MALLOC;
+GObject * json_gobject_new (GType gtype,
+ JsonObject *object);
+JsonObject *json_gobject_dump (GObject *gobject);
+
+GObject * json_construct_gobject (GType gtype,
+ const gchar *data,
+ gsize length,
+ GError **error);
+gchar * json_serialize_gobject (GObject *gobject,
+ gsize *length) G_GNUC_MALLOC;
G_END_DECLS