.as_string_hash_table type_arguments="unowned string,unowned string"
.get unowned nullable
ParamsIter cheader_filename="rest/rest-params.h"
+ .next.name out
+ .next.param out nullable
XmlNode cheader_filename="rest/rest-xml-node.h"
.ref skip=false
.unref skip=false
[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 {