summaryrefslogtreecommitdiff
path: root/gdata/gdata-feed.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/gdata-feed.h')
-rw-r--r--gdata/gdata-feed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdata/gdata-feed.h b/gdata/gdata-feed.h
index 6a1e050a..7bd510b3 100644
--- a/gdata/gdata-feed.h
+++ b/gdata/gdata-feed.h
@@ -90,6 +90,7 @@ guint gdata_feed_get_items_per_page (GDataFeed *self) G_GNUC_PURE;
guint gdata_feed_get_start_index (GDataFeed *self) G_GNUC_PURE;
guint gdata_feed_get_total_results (GDataFeed *self) G_GNUC_PURE;
const gchar *gdata_feed_get_icon (GDataFeed *self) G_GNUC_PURE;
+const gchar *gdata_feed_get_next_page_token (GDataFeed *self) G_GNUC_PURE;
G_END_DECLS