[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataCalendarEvent



commit d545f89d83e376549f140145ee5a3ed6e2d5d158
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Aug 3 23:05:08 2010 +0100

    introspection: Add missing annotations to GDataCalendarEvent

 gdata/services/calendar/gdata-calendar-event.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/gdata/services/calendar/gdata-calendar-event.c b/gdata/services/calendar/gdata-calendar-event.c
index 1d8882b..ba04933 100644
--- a/gdata/services/calendar/gdata-calendar-event.c
+++ b/gdata/services/calendar/gdata-calendar-event.c
@@ -711,7 +711,7 @@ gdata_calendar_event_get_status (GDataCalendarEvent *self)
 /**
  * gdata_calendar_event_set_status:
  * @self: a #GDataCalendarEvent
- * @status: a new event status, or %NULL
+ * @status: (allow-none): a new event status, or %NULL
  *
  * Sets the #GDataCalendarEvent:status property to the new status, @status.
  *
@@ -747,7 +747,7 @@ gdata_calendar_event_get_visibility (GDataCalendarEvent *self)
 /**
  * gdata_calendar_event_set_visibility:
  * @self: a #GDataCalendarEvent
- * @visibility: a new event visibility, or %NULL
+ * @visibility: (allow-none): a new event visibility, or %NULL
  *
  * Sets the #GDataCalendarEvent:visibility property to the new visibility, @visibility.
  *
@@ -781,7 +781,7 @@ gdata_calendar_event_get_transparency (GDataCalendarEvent *self)
 /**
  * gdata_calendar_event_set_transparency:
  * @self: a #GDataCalendarEvent
- * @transparency: a new event transparency, or %NULL
+ * @transparency: (allow-none): a new event transparency, or %NULL
  *
  * Sets the #GDataCalendarEvent:transparency property to the new transparency, @transparency.
  *
@@ -815,7 +815,7 @@ gdata_calendar_event_get_uid (GDataCalendarEvent *self)
 /**
  * gdata_calendar_event_set_uid:
  * @self: a #GDataCalendarEvent
- * @uid: a new event UID, or %NULL
+ * @uid: (allow-none): a new event UID, or %NULL
  *
  * Sets the #GDataCalendarEvent:uid property to the new UID, @uid.
  *
@@ -1097,7 +1097,7 @@ gdata_calendar_event_get_times (GDataCalendarEvent *self)
  * @self: a #GDataCalendarEvent
  * @start_time: (out caller-allocates): a #GTimeVal for the start time, or %NULL
  * @end_time: (out caller-allocates): a #GTimeVal for the end time, or %NULL
- * @when: a #GDataGDWhen for the primary time structure, or %NULL
+ * @when: (out callee-allocates) (transfer none): a #GDataGDWhen for the primary time structure, or %NULL
  *
  * Gets the first time period associated with the event, conveniently returning just its start and
  * end times if required.
@@ -1150,7 +1150,7 @@ gdata_calendar_event_get_recurrence (GDataCalendarEvent *self)
 /**
  * gdata_calendar_event_set_recurrence:
  * @self: a #GDataCalendarEvent
- * @recurrence: a new event recurrence, or %NULL
+ * @recurrence: (allow-none): a new event recurrence, or %NULL
  *
  * Sets the #GDataCalendarEvent:recurrence property to the new recurrence, @recurrence.
  *
@@ -1171,8 +1171,8 @@ gdata_calendar_event_set_recurrence (GDataCalendarEvent *self, const gchar *recu
 /**
  * gdata_calendar_event_get_original_event_details:
  * @self: a #GDataCalendarEvent
- * @event_id: return location for the original event's ID, or %NULL
- * @event_uri: return location for the original event's URI, or %NULL
+ * @event_id: (out callee-allocates) (transfer full): return location for the original event's ID, or %NULL
+ * @event_uri: (out callee-allocates) (transfer full): return location for the original event's URI, or %NULL
  *
  * Gets details of the original event, if this event is an exception to a recurring event. The original
  * event's ID and the URI of the event's XML are returned in @event_id and @event_uri, respectively.



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