From: Adrien Bustany Date: Thu, 28 Jan 2010 23:28:06 +0000 (-0300) Subject: Update rest.vapi file X-Git-Tag: 0.7.10~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab191a742ec0e3f59b69528061ee85f9eb5b2259;p=thirdparty%2Fvala.git Update rest.vapi file --- diff --git a/vapi/rest.vapi b/vapi/rest.vapi index ebf4e4b22..b8e522d0d 100644 --- a/vapi/rest.vapi +++ b/vapi/rest.vapi @@ -84,7 +84,7 @@ namespace Rest { [CCode (cheader_filename = "rest/oauth-proxy-call.h")] public class OAuthProxyCall : Rest.ProxyCall { } - [CCode (cheader_filename = "rest-custom.h")] + [CCode (cheader_filename = "rest/rest-proxy.h")] public class Proxy : GLib.Object { [CCode (has_construct_function = false)] public Proxy (string url_format, bool binding_required);