summaryrefslogtreecommitdiff
path: root/gdata/gdata.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-05-17 18:03:26 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-05-17 18:53:16 +0100
commitc1c6885e2cf997175e8a71470e74e2deddcb6c2f (patch)
treeab8e0ae4fcee6457115af6a98bd55c442dfdc0a1 /gdata/gdata.h
parent164c9b9fbd8c9bf35427e088973b0b79a90bca3e (diff)
downloadlibgdata-c1c6885e2cf997175e8a71470e74e2deddcb6c2f.tar.gz
[core] Abstract XML parsing from GDataFeed and GDataEntry into GDataParsable
Adds a new abstract class, GDataParsable, which adds extensible XML parsing functionality to inheriting classes. A little documentation is included, but there is no real public API for the class.
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 b51d3c56..a0054a45 100644
--- a/gdata/gdata.h
+++ b/gdata/gdata.h
@@ -30,6 +30,7 @@
#include <gdata/gdata-enums.h>
#include <gdata/gdata-access-handler.h>
#include <gdata/gdata-access-rule.h>
+#include <gdata/gdata-parsable.h>
/* Namespaces */
#include <gdata/gdata-atom.h>