[vala] rest-0.6: Mark the new_call method as virtual
- From: Michal Hruby <mhruby src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] rest-0.6: Mark the new_call method as virtual
- Date: Mon, 21 Feb 2011 20:48:41 +0000 (UTC)
commit 3e065ac706fd6a9c6363bde98692e3af4286a8d8
Author: Michal Hruby <michal mhr gmail com>
Date: Mon Feb 21 21:47:40 2011 +0100
rest-0.6: Mark the new_call method as virtual
vapi/packages/rest-0.6/rest-0.6-custom.vala | 2 +-
vapi/rest-0.6.vapi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/packages/rest-0.6/rest-0.6-custom.vala b/vapi/packages/rest-0.6/rest-0.6-custom.vala
index ee8d60d..d47d0cb 100644
--- a/vapi/packages/rest-0.6/rest-0.6-custom.vala
+++ b/vapi/packages/rest-0.6/rest-0.6-custom.vala
@@ -1,7 +1,7 @@
namespace Rest {
[CCode (cheader_filename = "rest/rest-proxy.h")]
public class Proxy {
- public Rest.ProxyCall new_call ();
+ public virtual Rest.ProxyCall new_call ();
}
[CCode (cname = "OAuthProxy", cheader_filename = "rest/oauth-proxy.h")]
diff --git a/vapi/rest-0.6.vapi b/vapi/rest-0.6.vapi
index bd91c00..4133a00 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]