summaryrefslogtreecommitdiff
path: root/vapi/rest-0.6.vapi
diff options
context:
space:
mode:
authorMichal Hruby <michal.mhr@gmail.com>2011-02-21 21:47:40 +0100
committerMichal Hruby <michal.mhr@gmail.com>2011-02-21 21:47:40 +0100
commit3e065ac706fd6a9c6363bde98692e3af4286a8d8 (patch)
treedd0fd97b3dfd26886d5e389a24867701757871a7 /vapi/rest-0.6.vapi
parentc54983551ddee3ffdb726309a86435160d825836 (diff)
downloadvala-3e065ac706fd6a9c6363bde98692e3af4286a8d8.tar.gz
rest-0.6: Mark the new_call method as virtual
Diffstat (limited to 'vapi/rest-0.6.vapi')
-rw-r--r--vapi/rest-0.6.vapi2
1 files changed, 1 insertions, 1 deletions
diff --git a/vapi/rest-0.6.vapi b/vapi/rest-0.6.vapi
index bd91c0000..4133a001e 100644
--- a/vapi/rest-0.6.vapi
+++ b/vapi/rest-0.6.vapi
@@ -52,7 +52,7 @@ namespace Rest {
public virtual bool bind_valist (void* @params);
public static GLib.Quark error_quark ();
public unowned string get_user_agent ();
- public Rest.ProxyCall new_call ();
+ public virtual Rest.ProxyCall new_call ();
public void set_user_agent (string user_agent);
public bool simple_run (string payload, int64 len) throws GLib.Error;
public virtual bool simple_run_valist (string payload, int64 len, void* @params) throws GLib.Error;