summaryrefslogtreecommitdiff
path: root/vapi/rest-0.7.vapi
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2020-10-12 18:13:32 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-10-12 18:13:32 +0200
commit0e104c7da4675bfc57ada08a3d969b937a9132d9 (patch)
tree7b441b4f25ac2046a4a58267a769ad62ef6b8b5b /vapi/rest-0.7.vapi
parentdc4d5b070886b11ada5e6700956e39f7a197c430 (diff)
downloadvala-0e104c7da4675bfc57ada08a3d969b937a9132d9.tar.gz
rest-0.7: Fix ParamsIter.next() binding
Thanks to Rasmus Thomsen
Diffstat (limited to 'vapi/rest-0.7.vapi')
-rw-r--r--vapi/rest-0.7.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/rest-0.7.vapi b/vapi/rest-0.7.vapi
index d8a7d44fc..4ed7a6149 100644
--- a/vapi/rest-0.7.vapi
+++ b/vapi/rest-0.7.vapi
@@ -93,7 +93,7 @@ namespace Rest {
[Compact]
public class ParamsIter {
public void init (Rest.Params @params);
- public bool next (string name, Rest.Param param);
+ public bool next (out unowned string name, out unowned Rest.Param? param);
}
[CCode (cheader_filename = "rest/rest-proxy.h", type_id = "rest_proxy_get_type ()")]
public class Proxy : GLib.Object {