summaryrefslogtreecommitdiff
path: root/gdata/gdata-private.h
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2015-04-15 00:39:36 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2015-04-15 00:39:36 +0100
commit7a3b725db8e6350a20e3dc2c653ead04c5622cce (patch)
treea8e235bb00cf11380c150ed350a54bae14554a08 /gdata/gdata-private.h
parent4e811cac69a9bfa9b3dac3cc52135a12a45720ee (diff)
downloadlibgdata-7a3b725db8e6350a20e3dc2c653ead04c5622cce.tar.gz
youtube: WIP work to port to API v3youtube-v3
Diffstat (limited to 'gdata/gdata-private.h')
-rw-r--r--gdata/gdata-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdata/gdata-private.h b/gdata/gdata-private.h
index 8ad24876..17a64c27 100644
--- a/gdata/gdata-private.h
+++ b/gdata/gdata-private.h
@@ -110,6 +110,8 @@ G_GNUC_INTERNAL void _gdata_feed_call_progress_callback (GDataFeed *self, gpoint
#include "gdata-entry.h"
#include "gdata-batch-operation.h"
G_GNUC_INTERNAL void _gdata_entry_set_updated (GDataEntry *self, gint64 updated);
+G_GNUC_INTERNAL void _gdata_entry_set_published (GDataEntry *self, gint64 published);
+G_GNUC_INTERNAL void _gdata_entry_set_id (GDataEntry *self, const gchar *id);
G_GNUC_INTERNAL void _gdata_entry_set_batch_data (GDataEntry *self, guint id, GDataBatchOperationType type);
#include "gdata-parser.h"