From ab191a742ec0e3f59b69528061ee85f9eb5b2259 Mon Sep 17 00:00:00 2001 From: Adrien Bustany Date: Thu, 28 Jan 2010 20:28:06 -0300 Subject: [PATCH] Update rest.vapi file --- vapi/rest.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3