summaryrefslogtreecommitdiff
path: root/gdata/gdata.h
diff options
context:
space:
mode:
authorMayank Sharma <mayank8019@gmail.com>2019-07-25 16:09:57 +0530
committerMayank Sharma <mayank8019@gmail.com>2019-07-29 11:03:21 +0530
commita000213e15e08aef5c063e24ed28c98ca06f0a37 (patch)
treeb5097b960d7e019548d6396a2fef82d787170b98 /gdata/gdata.h
parent507f262b46f7fb026e70273f2d044fcfdb5fdb30 (diff)
downloadlibgdata-a000213e15e08aef5c063e24ed28c98ca06f0a37.tar.gz
documents: Added GDataDocumentsProperty to support Property Resource
Google Drive API (v2) supports custom file properties on file/folder metadata and allows to store key-value pairs there. We add GDataDocumentsProperty which corresponds to a Property Resource, and provides functionality to create public/private custom property. The documentation has also been updated (a new section added for GDataDocumentsProperty). GDataDocumentsProperty class will later be used to add a list of "properties" on GDataDocumentsEntry, accessible through the file/folder metadata.
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 405993e6..a1ff6ec4 100644
--- a/gdata/gdata.h
+++ b/gdata/gdata.h
@@ -128,6 +128,7 @@
/* Google Documents*/
#include <gdata/services/documents/gdata-documents-entry.h>
#include <gdata/services/documents/gdata-documents-document.h>
+#include <gdata/services/documents/gdata-documents-property.h>
#include <gdata/services/documents/gdata-documents-text.h>
#include <gdata/services/documents/gdata-documents-spreadsheet.h>
#include <gdata/services/documents/gdata-documents-presentation.h>