summaryrefslogtreecommitdiff
path: root/vapi/rest-0.7.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-10-06 14:18:46 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2016-10-15 21:12:34 +0200
commitcd3ed2af529059f10f4c7b0e7c3eee60e6734dcc (patch)
tree582e62072a6517e2d5586b8f964388fa04b7dca4 /vapi/rest-0.7.vapi
parent6e7eaf402e88f508dcad21f0206e07bc2c662bf8 (diff)
downloadvala-cd3ed2af529059f10f4c7b0e7c3eee60e6734dcc.tar.gz
Regenerate GIR-based bindings
Diffstat (limited to 'vapi/rest-0.7.vapi')
-rw-r--r--vapi/rest-0.7.vapi4
1 files changed, 2 insertions, 2 deletions
diff --git a/vapi/rest-0.7.vapi b/vapi/rest-0.7.vapi
index ded07cee3..71b9d50f8 100644
--- a/vapi/rest-0.7.vapi
+++ b/vapi/rest-0.7.vapi
@@ -79,7 +79,7 @@ namespace Rest {
[CCode (has_construct_function = false)]
public Param.with_owner (global::string name, [CCode (array_length_cname = "length", array_length_pos = 2.5, array_length_type = "gsize")] uint8[] data, global::string content_type, global::string? filename, owned void* owner, GLib.DestroyNotify? owner_dnotify);
}
- [CCode (cheader_filename = "rest/rest-params.h")]
+ [CCode (cheader_filename = "rest/rest-params.h", has_type_id = false)]
[Compact]
public class Params {
public void add (owned Rest.Param param);
@@ -89,7 +89,7 @@ namespace Rest {
public unowned Rest.Param? @get (string name);
public void remove (string name);
}
- [CCode (cheader_filename = "rest/rest-params.h")]
+ [CCode (cheader_filename = "rest/rest-params.h", has_type_id = false)]
[Compact]
public class ParamsIter {
public void init (Rest.Params @params);