This commit cleans the .metadata file, and fixes the ProxyCall binding.
The classes FacebookProxy and FlickrProxy are now part of the
rest-extras-0.6 package, so information concerning them can be removed
from the metadata file.
ProxyCall was not marked as being a GObject.
namespace Rest {
[CCode (cheader_filename = "rest/rest-proxy.h")]
- public class Proxy {
+ public class Proxy : GLib.Object {
public Rest.ProxyCall new_call ();
}
}
-FacebookProxy cheader_filename="rest/facebook-proxy.h"
-FacebookProxyCall cheader_filename="rest/facebook-proxy-call.h"
-FlickrProxy cheader_filename="rest/flickr-proxy.h"
-FlickrProxyCall cheader_filename="rest/flickr-proxy-call.h"
OAuthProxy cheader_filename="rest/oauth-proxy.h"
OAuthProxyCall cheader_filename="rest/oauth-proxy-call.h"
RestProxy cheader_filename="rest/rest-proxy.h"
public class OAuthProxyCall {
public weak Rest.ProxyCall parent;
}
- [CCode (ref_function = "rest_proxy_ref", unref_function = "rest_proxy_unref", cheader_filename = "rest/rest-proxy.h")]
- public class Proxy {
+ [CCode (cheader_filename = "rest/rest-proxy.h")]
+ public class Proxy : GLib.Object {
public weak GLib.Object parent;
[CCode (has_construct_function = false)]
public Proxy (string url_format, bool binding_required);