summaryrefslogtreecommitdiff
path: root/vapi/rest-0.6.vapi
diff options
context:
space:
mode:
authorAdrien Bustany <abustany@gnome.org>2010-06-13 14:00:57 -0400
committerAdrien Bustany <abustany@gnome.org>2010-06-13 14:03:25 -0400
commit405908c5e355152b8a24533c1cd88adcfc6781c8 (patch)
treea59c11c5152f65b7b7db3ce02d76b52f8d637b38 /vapi/rest-0.6.vapi
parent4ad749b715f91d48ed71c6be0fc4b66b24ab497e (diff)
downloadvala-405908c5e355152b8a24533c1cd88adcfc6781c8.tar.gz
rest-0.6: Make Rest.ProxyCall a GObject
The Rest.ProxyCall class was incorrectly detected as a Compact, non GObject class by vapigen.
Diffstat (limited to 'vapi/rest-0.6.vapi')
-rw-r--r--vapi/rest-0.6.vapi8
1 files changed, 1 insertions, 7 deletions
diff --git a/vapi/rest-0.6.vapi b/vapi/rest-0.6.vapi
index ca2f429cb..5a60555ab 100644
--- a/vapi/rest-0.6.vapi
+++ b/vapi/rest-0.6.vapi
@@ -52,9 +52,8 @@ namespace Rest {
public bool simple_run (string payload, int64 len) throws GLib.Error;
public bool simple_run_valist (string payload, int64 len, void* @params) throws GLib.Error;
}
- [Compact]
[CCode (cheader_filename = "rest/rest-proxy-call.h")]
- public class ProxyCall {
+ public class ProxyCall : GLib.Object {
public weak GLib.Object parent;
public void add_header (string header, string value);
public void add_headers (...);
@@ -103,11 +102,6 @@ namespace Rest {
public XmlParser ();
public unowned Rest.XmlNode parse_from_data (string data, int64 len);
}
- [Compact]
- [CCode (cheader_filename = "rest/rest-xml-parser.h")]
- public class XmlParserClass {
- public weak GLib.ObjectClass parent_class;
- }
[CCode (cprefix = "", has_type_id = false, cheader_filename = "rest/oauth-proxy.h")]
public enum OAuthSignatureMethod {
PLAINTEXT,