summaryrefslogtreecommitdiff
path: root/gdata/gdata-entry.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-02-20 00:08:33 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2009-02-20 00:08:33 +0000
commite18cc8aa1376ab406f7a65d2885160056902a828 (patch)
tree8eb1ff7a970c7c4b3cf0f00b6918f52badb65a8c /gdata/gdata-entry.h
parenta88f19fda5f31941ae43961e012fc927d214d3be (diff)
downloadlibgdata-e18cc8aa1376ab406f7a65d2885160056902a828.tar.gz
[project @ philip@tecnocode.co.uk-20090220000833-9goap90j2b3xbtc0]
Completed functionality to upload videos to YouTube. There are a few elements in the response which are still unparsed, but the tests in the suite work.
Diffstat (limited to 'gdata/gdata-entry.h')
-rw-r--r--gdata/gdata-entry.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdata/gdata-entry.h b/gdata/gdata-entry.h
index c1c8464b..a73f1e24 100644
--- a/gdata/gdata-entry.h
+++ b/gdata/gdata-entry.h
@@ -46,6 +46,7 @@ typedef struct {
GObjectClass parent;
void (*get_xml) (GDataEntry *self, GString *xml_string);
+ const gchar *(*get_namespaces) (GDataEntry *self);
} GDataEntryClass;
GType gdata_entry_get_type (void);