summaryrefslogtreecommitdiff
path: root/gdata/gdata-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/gdata-private.h')
-rw-r--r--gdata/gdata-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdata/gdata-private.h b/gdata/gdata-private.h
index f470561b..8ad24876 100644
--- a/gdata/gdata-private.h
+++ b/gdata/gdata-private.h
@@ -72,7 +72,10 @@ G_GNUC_INTERNAL void _gdata_service_secure_strfree (GDataSecureString str);
#include "gdata-query.h"
G_GNUC_INTERNAL void _gdata_query_set_next_uri (GDataQuery *self, const gchar *next_uri);
+G_GNUC_INTERNAL void _gdata_query_set_next_uri_end (GDataQuery *self);
+G_GNUC_INTERNAL gboolean _gdata_query_is_finished (GDataQuery *self);
G_GNUC_INTERNAL void _gdata_query_set_previous_uri (GDataQuery *self, const gchar *previous_uri);
+G_GNUC_INTERNAL void _gdata_query_set_previous_uri_end (GDataQuery *self);
#include "gdata-parsable.h"
G_GNUC_INTERNAL GDataParsable *_gdata_parsable_new_from_xml (GType parsable_type, const gchar *xml, gint length, gpointer user_data,