[libgdata] [introspection] Add missing annotations to GDataGDReminder



commit 2de0baff1bf820174564b92c8758de810bd83b9c
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Aug 3 09:45:53 2010 +0100

    [introspection] Add missing annotations to GDataGDReminder

 gdata/gd/gdata-gd-reminder.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/gd/gdata-gd-reminder.c b/gdata/gd/gdata-gd-reminder.c
index cc2ebae..fd760f7 100644
--- a/gdata/gd/gdata-gd-reminder.c
+++ b/gdata/gd/gdata-gd-reminder.c
@@ -314,8 +314,8 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
 
 /**
  * gdata_gd_reminder_new:
- * @method: the notification method the reminder should use, or %NULL
- * @absolute_time: the absolute time for the reminder, or %NULL
+ * @method: (allow-none): the notification method the reminder should use, or %NULL
+ * @absolute_time: (allow-none): the absolute time for the reminder, or %NULL
  * @relative_time: the relative time for the reminder, in minutes, or <code class="literal">-1</code>
  *
  * Creates a new #GDataGDReminder. More information is available in the <ulink type="http"
@@ -353,7 +353,7 @@ gdata_gd_reminder_get_method (GDataGDReminder *self)
 /**
  * gdata_gd_reminder_set_method:
  * @self: a #GDataGDReminder
- * @method: the new method, or %NULL
+ * @method: (allow-none): the new method, or %NULL
  *
  * Sets the #GDataGDReminder:method property to @method.
  *
@@ -392,7 +392,7 @@ gdata_gd_reminder_get_absolute_time (GDataGDReminder *self, GTimeVal *absolute_t
 /**
  * gdata_gd_reminder_set_absolute_time:
  * @self: a #GDataGDReminder
- * @absolute_time: the new absolute time, or %NULL
+ * @absolute_time: (allow-none): the new absolute time, or %NULL
  *
  * Sets the #GDataGDReminder:absolute-time property to @absolute_time.
  *



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