[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataCalendarQuery
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataCalendarQuery
- Date: Wed, 29 Sep 2010 12:20:35 +0000 (UTC)
commit 3d13c09ef4146907bb0d0a2524fd6ce0c3c351f8
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 23:09:55 2010 +0100
introspection: Add missing annotations to GDataCalendarQuery
gdata/services/calendar/gdata-calendar-query.c | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/gdata/services/calendar/gdata-calendar-query.c b/gdata/services/calendar/gdata-calendar-query.c
index 8bc6e2a..9a1cf61 100644
--- a/gdata/services/calendar/gdata-calendar-query.c
+++ b/gdata/services/calendar/gdata-calendar-query.c
@@ -382,7 +382,7 @@ get_query_uri (GDataQuery *self, const gchar *feed_uri, GString *query_uri, gboo
/**
* gdata_calendar_query_new:
- * @q: a query string
+ * @q: (allow-none): a query string, or %NULL
*
* Creates a new #GDataCalendarQuery with its #GDataQuery:q property set to @q.
*
@@ -396,9 +396,9 @@ gdata_calendar_query_new (const gchar *q)
/**
* gdata_calendar_query_new_with_limits:
- * @q: a query string
- * @start_min: a starting time for the event period
- * @start_max: an ending time for the event period
+ * @q: (allow-none): a query string, or %NULL
+ * @start_min: (allow-none): a starting time for the event period, or %NULL
+ * @start_max: (allow-none): an ending time for the event period, or %NULL
*
* Creates a new #GDataCalendarQuery with its #GDataQuery:q property set to @q, and the time limits @start_min and @start_max
* applied.
@@ -466,7 +466,7 @@ gdata_calendar_query_get_order_by (GDataCalendarQuery *self)
/**
* gdata_calendar_query_set_order_by:
* @self: a #GDataCalendarQuery
- * @order_by: a new order by string, or %NULL
+ * @order_by: (allow-none): a new order by string, or %NULL
*
* Sets the #GDataCalendarQuery:order-by property of the #GDataCalendarQuery to the new order by string, @order_by.
*
@@ -504,7 +504,7 @@ gdata_calendar_query_get_recurrence_expansion_start (GDataCalendarQuery *self, G
/**
* gdata_calendar_query_set_recurrence_expansion_start:
* @self: a #GDataCalendarQuery
- * @start: a new start time
+ * @start: (allow-none): a new start time, or %NULL
*
* Sets the #GDataCalendarQuery:recurrence-expansion-start property of the #GDataCalendarQuery
* to the new time/date, @start.
@@ -548,7 +548,7 @@ gdata_calendar_query_get_recurrence_expansion_end (GDataCalendarQuery *self, GTi
/**
* gdata_calendar_query_set_recurrence_expansion_end:
* @self: a #GDataCalendarQuery
- * @end: a new end time
+ * @end: (allow-none): a new end time, or %NULL
*
* Sets the #GDataCalendarQuery:recurrence-expansion-end property of the #GDataCalendarQuery
* to the new time/date, @end.
@@ -624,7 +624,7 @@ gdata_calendar_query_get_sort_order (GDataCalendarQuery *self)
/**
* gdata_calendar_query_set_sort_order:
* @self: a #GDataCalendarQuery
- * @sort_order: a new sort order string, or %NULL
+ * @sort_order: (allow-none): a new sort order string, or %NULL
*
* Sets the #GDataCalendarQuery:sort-order property of the #GDataCalendarQuery to the new sort order string, @sort_order.
*
@@ -662,7 +662,7 @@ gdata_calendar_query_get_start_min (GDataCalendarQuery *self, GTimeVal *start_mi
/**
* gdata_calendar_query_set_start_min:
* @self: a #GDataCalendarQuery
- * @start_min: a new minimum start time
+ * @start_min: (allow-none): a new minimum start time, or %NULL
*
* Sets the #GDataCalendarQuery:start-min property of the #GDataCalendarQuery
* to the new time/date, @start_min.
@@ -706,7 +706,7 @@ gdata_calendar_query_get_start_max (GDataCalendarQuery *self, GTimeVal *start_ma
/**
* gdata_calendar_query_set_start_max:
* @self: a #GDataCalendarQuery
- * @start_max: a new maximum start time
+ * @start_max: (allow-none): a new maximum start time, or %NULL
*
* Sets the #GDataCalendarQuery:start-max property of the #GDataCalendarQuery
* to the new time/date, @start_max.
@@ -751,7 +751,7 @@ gdata_calendar_query_get_timezone (GDataCalendarQuery *self)
/**
* gdata_calendar_query_set_timezone:
* @self: a #GDataCalendarQuery
- * @_timezone: a new timezone string, or %NULL
+ * @_timezone: (allow-none): a new timezone string, or %NULL
*
* Sets the #GDataCalendarQuery:timezone property of the #GDataCalendarQuery to the new timezone string, @timezone.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]