[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataGDWhere
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataGDWhere
- Date: Wed, 29 Sep 2010 12:19:59 +0000 (UTC)
commit 6f23e52a825e82a91ccad039467004295e05d601
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 26dd102..e9c71c0 100644
--- a/gdata/gd/gdata-gd-where.c
+++ b/gdata/gd/gdata-gd-where.c
@@ -252,9 +252,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>.
@@ -324,7 +324,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.
*
@@ -363,7 +363,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.
*
@@ -401,7 +401,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]