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")]
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;