summaryrefslogtreecommitdiff
path: root/gdata/gd
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-03 09:47:32 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-03 09:47:32 +0100
commit760357e2b7f360af70097b52c58cf448e9b329ff (patch)
tree464e0b28ba6dd2a4cccc3cd5345d951100a84311 /gdata/gd
parent2de0baff1bf820174564b92c8758de810bd83b9c (diff)
downloadlibgdata-760357e2b7f360af70097b52c58cf448e9b329ff.tar.gz
[introspection] Add missing annotations to GDataGDWhen
Diffstat (limited to 'gdata/gd')
-rw-r--r--gdata/gd/gdata-gd-when.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdata/gd/gdata-gd-when.c b/gdata/gd/gdata-gd-when.c
index 38a74da6..99fd2f55 100644
--- a/gdata/gd/gdata-gd-when.c
+++ b/gdata/gd/gdata-gd-when.c
@@ -387,7 +387,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"
@@ -462,7 +462,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.
*
@@ -538,7 +538,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.
*