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



commit 689f610ec494a4c65209b5abf468c40fcfb8fb78
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Aug 3 09:47:32 2010 +0100

    introspection: Add missing annotations to GDataGDWhen

 gdata/gd/gdata-gd-when.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdata/gd/gdata-gd-when.c b/gdata/gd/gdata-gd-when.c
index 8aa543b..d6c89d8 100644
--- a/gdata/gd/gdata-gd-when.c
+++ b/gdata/gd/gdata-gd-when.c
@@ -368,7 +368,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
 /**
  * gdata_gd_when_new:
  * @start_time: when the event starts or (for zero-duration events) when it occurs
- * @end_time: when the event ends, or %NULL
+ * @end_time: (allow-none): when the event ends, or %NULL
  * @is_date: %TRUE if @start_time and @end_time specify dates rather than times, %FALSE otherwise
  *
  * Creates a new #GDataGDWhen. More information is available in the <ulink type="http"
@@ -484,7 +484,7 @@ gdata_gd_when_get_end_time (GDataGDWhen *self, GTimeVal *end_time)
 /**
  * gdata_gd_when_set_end_time:
  * @self: a #GDataGDWhen
- * @end_time: the new end time, or %NULL
+ * @end_time: (allow-none): the new end time, or %NULL
  *
  * Sets the #GDataGDWhen:end-time property to @end_time.
  *
@@ -560,7 +560,7 @@ gdata_gd_when_get_value_string (GDataGDWhen *self)
 /**
  * gdata_gd_when_set_value_string:
  * @self: a #GDataGDWhen
- * @value_string: the new value string, or %NULL
+ * @value_string: (allow-none): the new value string, or %NULL
  *
  * Sets the #GDataGDWhen:value-string property to @value_string.
  *



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