summaryrefslogtreecommitdiff
path: root/vapi/rest-0.7.vapi
diff options
context:
space:
mode:
authorLuca Bruno <luca.bruno@immobiliare.it>2014-06-03 11:08:52 +0200
committerEvan Nemerson <evan@nemerson.com>2014-06-03 12:29:37 -0700
commit362e94ffa7bc065e0a88f6f999c9c491b06e8946 (patch)
treea272337531ad12b3da1f915474a90eee4014d9e5 /vapi/rest-0.7.vapi
parent02c7a414e00dc8e79c4cb9ad6c0c436df26c8dd5 (diff)
downloadvala-362e94ffa7bc065e0a88f6f999c9c491b06e8946.tar.gz
girparser: use identifier prefix from GIR when appropriate
Fixes bug 731066
Diffstat (limited to 'vapi/rest-0.7.vapi')
-rw-r--r--vapi/rest-0.7.vapi8
1 files changed, 4 insertions, 4 deletions
diff --git a/vapi/rest-0.7.vapi b/vapi/rest-0.7.vapi
index 444fb7362..bce196ee4 100644
--- a/vapi/rest-0.7.vapi
+++ b/vapi/rest-0.7.vapi
@@ -2,7 +2,7 @@
[CCode (cprefix = "Rest", gir_namespace = "Rest", gir_version = "0.7", lower_case_cprefix = "rest_")]
namespace Rest {
- [CCode (cheader_filename = "rest/oauth2-proxy.h", cname = "OAuth2Proxy", cprefix = "oauth2_proxy_", type_id = "oauth2_proxy_get_type ()")]
+ [CCode (cheader_filename = "rest/oauth2-proxy.h", cname = "OAuth2Proxy", lower_case_cprefix = "oauth2_proxy_", type_id = "oauth2_proxy_get_type ()")]
public class OAuth2Proxy : Rest.Proxy {
[CCode (has_construct_function = false, type = "RestProxy*")]
public OAuth2Proxy (string client_id, string auth_endpoint, string url_format, bool binding_required);
@@ -19,12 +19,12 @@ namespace Rest {
[NoAccessorMethod]
public string client_id { owned get; construct; }
}
- [CCode (cheader_filename = "rest/oauth2-proxy-call.h", cname = "OAuth2ProxyCall", cprefix = "oauth2_proxy_call_", type_id = "oauth2_proxy_call_get_type ()")]
+ [CCode (cheader_filename = "rest/oauth2-proxy-call.h", cname = "OAuth2ProxyCall", lower_case_cprefix = "oauth2_proxy_call_", type_id = "oauth2_proxy_call_get_type ()")]
public class OAuth2ProxyCall : Rest.ProxyCall {
[CCode (has_construct_function = false)]
protected OAuth2ProxyCall ();
}
- [CCode (cheader_filename = "rest/oauth-proxy.h", cname = "OAuthProxy", cprefix = "oauth_proxy_", type_id = "oauth_proxy_get_type ()")]
+ [CCode (cheader_filename = "rest/oauth-proxy.h", cname = "OAuthProxy", lower_case_cprefix = "oauth_proxy_", type_id = "oauth_proxy_get_type ()")]
public class OAuthProxy : Rest.Proxy {
[CCode (has_construct_function = false, type = "RestProxy*")]
public OAuthProxy (string consumer_key, string consumer_secret, string url_format, bool binding_required);
@@ -54,7 +54,7 @@ namespace Rest {
public string token { get; set; }
public string token_secret { get; set; }
}
- [CCode (cheader_filename = "rest/oauth-proxy-call.h", cname = "OAuthProxyCall", cprefix = "oauth_proxy_call_", type_id = "oauth_proxy_call_get_type ()")]
+ [CCode (cheader_filename = "rest/oauth-proxy-call.h", cname = "OAuthProxyCall", lower_case_cprefix = "oauth_proxy_call_", type_id = "oauth_proxy_call_get_type ()")]
public class OAuthProxyCall : Rest.ProxyCall {
[CCode (has_construct_function = false)]
protected OAuthProxyCall ();