[libgdata] [introspection] Add missing annotations to GDataGDWhere
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] [introspection] Add missing annotations to GDataGDWhere
- Date: Tue, 3 Aug 2010 08:53:07 +0000 (UTC)
commit 3ebc546c1eea803201ca5636a1275278e5bcc8c2
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 09:48:39 2010 +0100
[introspection] Add missing annotations to GDataGDWhere
gdata/gd/gdata-gd-where.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdata/gd/gdata-gd-where.c b/gdata/gd/gdata-gd-where.c
index 0d1124c..35de40e 100644
--- a/gdata/gd/gdata-gd-where.c
+++ b/gdata/gd/gdata-gd-where.c
@@ -271,9 +271,9 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
/**
* gdata_gd_where_new:
- * @relation_type: the relationship between the item and this place, or %NULL
- * @value_string: a string to represent the place, or %NULL
- * @label: a human-readable label for the place, or %NULL
+ * @relation_type: (allow-none): the relationship between the item and this place, or %NULL
+ * @value_string: (allow-none): a string to represent the place, or %NULL
+ * @label: (allow-none): a human-readable label for the place, or %NULL
*
* Creates a new #GDataGDWhere. More information is available in the <ulink type="http"
* url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWhere">GData specification</ulink>.
@@ -311,7 +311,7 @@ gdata_gd_where_get_relation_type (GDataGDWhere *self)
/**
* gdata_gd_where_set_relation_type:
* @self: a #GDataGDWhere
- * @relation_type: the new relation type
+ * @relation_type: (allow-none): the new relation type, or %NULL
*
* Sets the #GDataGDWhere:relation-type property to @relation_type.
*
@@ -350,7 +350,7 @@ gdata_gd_where_get_value_string (GDataGDWhere *self)
/**
* gdata_gd_where_set_value_string:
* @self: a #GDataGDWhere
- * @value_string: the new value string, or %NULL
+ * @value_string: (allow-none): the new value string, or %NULL
*
* Sets the #GDataGDWhere:value-string property to @value_string.
*
@@ -388,7 +388,7 @@ gdata_gd_where_get_label (GDataGDWhere *self)
/**
* gdata_gd_where_set_label:
* @self: a #GDataGDWhere
- * @label: the new label, or %NULL
+ * @label: (allow-none): the new label, or %NULL
*
* Sets the #GDataGDWhere:label property to @label.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]