[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataGDWho
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataGDWho
- Date: Wed, 29 Sep 2010 12:20:04 +0000 (UTC)
commit ad59ca98068c0921c1f443e0dba64cc69d9348d6
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 09:50:30 2010 +0100
introspection: Add missing annotations to GDataGDWho
gdata/gd/gdata-gd-who.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdata/gd/gdata-gd-who.c b/gdata/gd/gdata-gd-who.c
index f76b571..d5fb172 100644
--- a/gdata/gd/gdata-gd-who.c
+++ b/gdata/gd/gdata-gd-who.c
@@ -257,9 +257,9 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
/**
* gdata_gd_who_new:
- * @relation_type: the relationship between the item and this person, or %NULL
- * @value_string: a string to represent the person, or %NULL
- * @email_address: the person's e-mail address, or %NULL
+ * @relation_type: (allow-none): the relationship between the item and this person, or %NULL
+ * @value_string: (allow-none): a string to represent the person, or %NULL
+ * @email_address: (allow-none): the person's e-mail address, or %NULL
*
* Creates a new #GDataGDWho. More information is available in the <ulink type="http"
* url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdWho">GData specification</ulink>.
@@ -330,7 +330,7 @@ gdata_gd_who_get_relation_type (GDataGDWho *self)
/**
* gdata_gd_who_set_relation_type:
* @self: a #GDataGDWho
- * @relation_type: the new relation type
+ * @relation_type: (allow-none): the new relation type, or %NULL
*
* Sets the #GDataGDWho:relation-type property to @relation_type.
*
@@ -369,7 +369,7 @@ gdata_gd_who_get_value_string (GDataGDWho *self)
/**
* gdata_gd_who_set_value_string:
* @self: a #GDataGDWho
- * @value_string: the new value string, or %NULL
+ * @value_string: (allow-none): the new value string, or %NULL
*
* Sets the #GDataGDWho:value-string property to @value_string.
*
@@ -407,7 +407,7 @@ gdata_gd_who_get_email_address (GDataGDWho *self)
/**
* gdata_gd_who_set_email_address:
* @self: a #GDataGDWho
- * @email_address: the new e-mail address, or %NULL
+ * @email_address: (allow-none): the new e-mail address, or %NULL
*
* Sets the #GDataGDWho:email-address property to @email_address.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]