summaryrefslogtreecommitdiff
path: root/gdata/gdata-parser.c
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-06-04 11:34:25 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-06-14 10:06:57 +0100
commit05d2280925c8492764b2bdc8d9a2f7957dafc877 (patch)
tree12b4ef141164ef98bc2f24e9910316254344bc81 /gdata/gdata-parser.c
parent16e5b361250164b503e4dc84a0ac24391438adb9 (diff)
downloadlibgdata-05d2280925c8492764b2bdc8d9a2f7957dafc877.tar.gz
[core] Converted Atom structs to GObjects
Converted all the Atom structs to GObjects, and moved them to an "atom" directory. This entailed moving get_xml and get_namespaces to GDataParsable, which simplifies things anyway. The documentation for the new Atom objects is mostly complete, but no new test cases have been added. Helps: bgo#579170
Diffstat (limited to 'gdata/gdata-parser.c')
-rw-r--r--gdata/gdata-parser.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/gdata/gdata-parser.c b/gdata/gdata-parser.c
index f5059f91..b577f99b 100644
--- a/gdata/gdata-parser.c
+++ b/gdata/gdata-parser.c
@@ -24,15 +24,8 @@
#include <time.h>
#include <libxml/parser.h>
-#include "gdata-service.h"
#include "gdata-parser.h"
-#include "gdata-private.h"
-
-GQuark
-gdata_parser_error_quark (void)
-{
- return g_quark_from_static_string ("gdata-parser-error-quark");
-}
+#include "gdata-service.h"
static gchar *
print_element (xmlNode *node)