summaryrefslogtreecommitdiff
path: root/gdata/gdata-private.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-01-18 00:01:26 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2010-01-18 00:01:26 +0000
commit77c94bf6d165db7e3c2f85b714e6955f9f410bba (patch)
treeec6a6b4284b4b7e20cb6850a1c08a7b5a3814826 /gdata/gdata-private.h
parent06ca3389099f3dee7b68a49ca5d18d39208d32fe (diff)
downloadlibgdata-77c94bf6d165db7e3c2f85b714e6955f9f410bba.tar.gz
[core] Use HTTPS URIs wherever possible
Use HTTPS request URIs wherever services support them, as sensitive data could potentially be transmitted. So far, only the Calendar, Contacts and PicasaWeb services support HTTPS. If the LIBGDATA_FORCE_HTTP environment variable is defined, all requests (except authentication requests, which must always be HTTPS) will be forced to be HTTP, for debugging purposes.
Diffstat (limited to 'gdata/gdata-private.h')
-rw-r--r--gdata/gdata-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdata/gdata-private.h b/gdata/gdata-private.h
index 4114469a..1c57a1c4 100644
--- a/gdata/gdata-private.h
+++ b/gdata/gdata-private.h
@@ -38,6 +38,8 @@ void _gdata_service_query_async (GDataService *self, const gchar *feed_uri, GDat
GDataQueryProgressCallback progress_callback, gpointer progress_user_data,
GAsyncReadyCallback callback, gpointer user_data, GSimpleAsyncThreadFunc query_thread);
+const gchar *_gdata_service_get_scheme (void);
+
#include "gdata-query.h"
void _gdata_query_set_next_uri (GDataQuery *self, const gchar *next_uri);
void _gdata_query_set_previous_uri (GDataQuery *self, const gchar *previous_uri);