[libgdata/libgdata-0-6] core: Revert signedness changes to GDataQuery



commit c72951bc350b445bb1fb509329b9c6bc4e0a733c
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat Dec 11 00:48:57 2010 +0000

    core: Revert signedness changes to GDataQuery
    
    The changes were a fix for a problem introduced by an API break in the 0.7
    branch, and weren't appropriate for the 0.6 branch.
    
    This reverts the following commits:
     â?¢ 22892b635b6399b23c477df943b5c5afd112e1ad
     â?¢ 548eae618bf2d6cb3a572c908840b90d3cb6dd2b

 gdata/gdata-query.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdata/gdata-query.c b/gdata/gdata-query.c
index f659eb1..00b5a0f 100644
--- a/gdata/gdata-query.c
+++ b/gdata/gdata-query.c
@@ -79,9 +79,9 @@ struct _GDataQueryPrivate {
 	GTimeVal updated_max;
 	GTimeVal published_min;
 	GTimeVal published_max;
-	guint start_index;
+	gint start_index;
 	gboolean is_strict;
-	guint max_results;
+	gint max_results;
 	gchar *entry_id;
 
 	gchar *next_uri;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]