[CCode (cheader_filename = "json-glib/json-glib.h")]
public static unowned Json.Node gobject_serialize (GLib.Object gobject);
[CCode (cheader_filename = "json-glib/json-glib.h")]
- public static unowned string gobject_to_data (GLib.Object gobject, size_t length);
+ public static string gobject_to_data (GLib.Object gobject, out size_t length);
[CCode (cheader_filename = "json-glib/json-gobject.h")]
public static string serialize_gobject (GLib.Object gobject, out size_t length);
}
json_array_add_element.node transfer_ownership="1"
json_array_add_object_element.value transfer_ownership="1"
json_array_get_elements hidden="1"
+json_gobject_to_data transfer_ownership="1"
+json_gobject_to_data.length is_out="1"
json_node_copy transfer_ownership="1"
json_node_dup_array transfer_ownership="1"
json_node_dup_object transfer_ownership="1"