diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2021-06-17 13:29:27 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2021-06-17 13:29:27 +0000 |
commit | e1c49e8f7279cef3d48eb71ecc2398d9417f680b (patch) | |
tree | 1ed4447574e9db15a3b5c24e763c8ab34636eb7c /docs/reference | |
parent | de82e36768b334fd24d40440d5e923015584e974 (diff) | |
parent | 88819dd997d795e12bb953a343d0493dbdee94bb (diff) | |
download | libgdata-e1c49e8f7279cef3d48eb71ecc2398d9417f680b.tar.gz |
Merge branch 'remove-oauth1' into 'master'
remove deprecated oauth1 authorizer
See merge request GNOME/libgdata!34
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/gdata-docs.xml | 1 | ||||
-rw-r--r-- | docs/reference/gdata-sections.txt.in | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/docs/reference/gdata-docs.xml b/docs/reference/gdata-docs.xml index a071a976..7d25b3f2 100644 --- a/docs/reference/gdata-docs.xml +++ b/docs/reference/gdata-docs.xml @@ -56,7 +56,6 @@ <xi:include href="xml/gdata-authorization-domain.xml"/> <xi:include href="xml/gdata-client-login-authorizer.xml"/> <xi:include href="xml/gdata-goa-authorizer.xml"><xi:fallback /></xi:include> - <xi:include href="xml/gdata-oauth1-authorizer.xml"/> <xi:include href="xml/gdata-oauth2-authorizer.xml"/> </chapter> diff --git a/docs/reference/gdata-sections.txt.in b/docs/reference/gdata-sections.txt.in index 42139e44..6eb5a5a2 100644 --- a/docs/reference/gdata-sections.txt.in +++ b/docs/reference/gdata-sections.txt.in @@ -2391,40 +2391,6 @@ gdata_client_login_authorizer_error_quark GDataClientLoginAuthorizerPrivate </SECTION> -<SECTION> -<FILE>gdata-oauth1-authorizer</FILE> -<TITLE>GDataOAuth1Authorizer</TITLE> -GDataOAuth1Authorizer -GDataOAuth1AuthorizerClass -gdata_oauth1_authorizer_new -gdata_oauth1_authorizer_new_for_authorization_domains -gdata_oauth1_authorizer_request_authentication_uri -gdata_oauth1_authorizer_request_authentication_uri_async -gdata_oauth1_authorizer_request_authentication_uri_finish -gdata_oauth1_authorizer_request_authorization -gdata_oauth1_authorizer_request_authorization_async -gdata_oauth1_authorizer_request_authorization_finish -gdata_oauth1_authorizer_get_application_name -gdata_oauth1_authorizer_get_locale -gdata_oauth1_authorizer_set_locale -gdata_oauth1_authorizer_get_proxy_uri -gdata_oauth1_authorizer_set_proxy_uri -gdata_oauth1_authorizer_get_proxy_resolver -gdata_oauth1_authorizer_set_proxy_resolver -gdata_oauth1_authorizer_get_timeout -gdata_oauth1_authorizer_set_timeout -<SUBSECTION Standard> -GDATA_TYPE_OAUTH1_AUTHORIZER -GDATA_OAUTH1_AUTHORIZER -GDATA_OAUTH1_AUTHORIZER_CLASS -GDATA_IS_OAUTH1_AUTHORIZER -GDATA_IS_OAUTH1_AUTHORIZER_CLASS -GDATA_OAUTH1_AUTHORIZER_GET_CLASS -gdata_oauth1_authorizer_get_type -<SUBSECTION Private> -GDataOAuth1AuthorizerPrivate -</SECTION> - @COMMENT@<SECTION> @COMMENT@<FILE>gdata-goa-authorizer</FILE> @COMMENT@<TITLE>GDataGoaAuthorizer</TITLE> |