summaryrefslogtreecommitdiff
path: root/gdata/gdata.h
diff options
context:
space:
mode:
authorDebarshi Ray <debarshir@gnome.org>2015-06-05 11:54:41 +0200
committerDebarshi Ray <debarshir@gnome.org>2015-06-10 18:22:52 +0200
commite2ab462d63e81a32dcca842bccfdd753bd5dd55f (patch)
treeded673ad09b9368e078271c0307a4c6afad196f9 /gdata/gdata.h
parentf2459b4beb654cd6a789b594bb3c4e79de7aae2e (diff)
downloadlibgdata-e2ab462d63e81a32dcca842bccfdd753bd5dd55f.tar.gz
documents: Add support for editing ACLs using Drive v2
A new sub-class was introduced to set JSON as the content-type for Drive v2. It was a good opportunity to move the Drive-specific JSON parsing code from the base class. New API added: • GDataDocumentsAccessRule This new class must be used in place of GDataAccessRule for any interactions with the Drive API. This is essentially a soft API break, but it’s unavoidable. https://bugzilla.gnome.org/show_bug.cgi?id=684920
Diffstat (limited to 'gdata/gdata.h')
-rw-r--r--gdata/gdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdata/gdata.h b/gdata/gdata.h
index f259b26f..3231219f 100644
--- a/gdata/gdata.h
+++ b/gdata/gdata.h
@@ -139,6 +139,7 @@
#include <gdata/services/documents/gdata-documents-pdf.h>
#include <gdata/services/documents/gdata-documents-enums.h>
#include <gdata/services/documents/gdata-documents-upload-query.h>
+#include <gdata/services/documents/gdata-documents-access-rule.h>
/* Google Tasks */
#include <gdata/services/tasks/gdata-tasks-service.h>