summaryrefslogtreecommitdiff
path: root/gdata/gdata.h
diff options
context:
space:
mode:
authorThibault Saunier <saunierthibault@gmail.com>2009-07-17 19:04:15 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-07-17 19:04:15 +0100
commit4ee6c030ecdc75086d6317fd0e2e8fa8ae454903 (patch)
tree6b93ff75ae3b66e588f8ba4d3a68e11a5e251ecc /gdata/gdata.h
parent533ad2afe4cb37307dcec180759f0741a5cf39f0 (diff)
downloadlibgdata-4ee6c030ecdc75086d6317fd0e2e8fa8ae454903.tar.gz
Bug 587073 – Add Google Documents service
Added support for Google Documents, from work done by Thibault Saunier <saunierthibault@gmail.com>. Closes bgo#587073 and bgo#588282.
Diffstat (limited to 'gdata/gdata.h')
-rw-r--r--gdata/gdata.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdata/gdata.h b/gdata/gdata.h
index 1b58c7e9..d02c3c0e 100644
--- a/gdata/gdata.h
+++ b/gdata/gdata.h
@@ -87,4 +87,14 @@
#include <gdata/services/contacts/gdata-contacts-contact.h>
#include <gdata/services/contacts/gdata-contacts-query.h>
+/* Google Documents*/
+#include <gdata/services/documents/gdata-documents-entry.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>
+#include <gdata/services/documents/gdata-documents-folder.h>
+#include <gdata/services/documents/gdata-documents-query.h>
+#include <gdata/services/documents/gdata-documents-service.h>
+#include <gdata/services/documents/gdata-documents-feed.h>
+
#endif /* !GDATA_H */