diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-07-17 18:04:33 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2017-07-17 18:04:33 +0200 |
commit | 1eaec152744228ed13fea24ec950c9ffcdff262b (patch) | |
tree | 29fe80a052f01c14395be4dd991ed45deadaa081 /vapi/json-glib-1.0.vapi | |
parent | 93c41d6d1affcd340c02f1a96f21de942ba61d03 (diff) | |
download | vala-1eaec152744228ed13fea24ec950c9ffcdff262b.tar.gz |
vapi: Update GIR-based bindings
Diffstat (limited to 'vapi/json-glib-1.0.vapi')
-rw-r--r-- | vapi/json-glib-1.0.vapi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vapi/json-glib-1.0.vapi b/vapi/json-glib-1.0.vapi index ddc14556c..38e1d6da9 100644 --- a/vapi/json-glib-1.0.vapi +++ b/vapi/json-glib-1.0.vapi @@ -103,6 +103,8 @@ namespace Json { public void set_root (Json.Node node); public string to_data (out size_t length); public bool to_file (string filename) throws GLib.Error; + [Version (since = "1.4")] + public unowned GLib.StringBuilder to_gstring (GLib.StringBuilder string); [Version (since = "0.12")] public bool to_stream (GLib.OutputStream stream, GLib.Cancellable? cancellable = null) throws GLib.Error; public uint indent { get; set; } |