diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2009-02-20 00:08:33 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2009-02-20 00:08:33 +0000 |
commit | e18cc8aa1376ab406f7a65d2885160056902a828 (patch) | |
tree | 8eb1ff7a970c7c4b3cf0f00b6918f52badb65a8c /gdata/gdata-entry.h | |
parent | a88f19fda5f31941ae43961e012fc927d214d3be (diff) | |
download | libgdata-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.h | 1 |
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); |