[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataGDPhoneNumber
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataGDPhoneNumber
- Date: Wed, 29 Sep 2010 12:19:39 +0000 (UTC)
commit 7abfab66633c556487af9a3e542833f31c371d02
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 09:40:01 2010 +0100
introspection: Add missing annotations to GDataGDPhoneNumber
gdata/gd/gdata-gd-phone-number.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdata/gd/gdata-gd-phone-number.c b/gdata/gd/gdata-gd-phone-number.c
index 31d020a..b32a0c0 100644
--- a/gdata/gd/gdata-gd-phone-number.c
+++ b/gdata/gd/gdata-gd-phone-number.c
@@ -336,9 +336,9 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
/**
* gdata_gd_phone_number_new:
* @number: the phone number, in human-readable format
- * @relation_type: the relationship between the phone number and its owner, or %NULL
- * @label: a human-readable label for the phone number, or %NULL
- * @uri: a "tel URI" to represent the number formally (see
+ * @relation_type: (allow-none): the relationship between the phone number and its owner, or %NULL
+ * @label: (allow-none): a human-readable label for the phone number, or %NULL
+ * @uri: (allow-none): a "tel URI" to represent the number formally (see
* <ulink type="http" url="http://www.ietf.org/rfc/rfc3966.txt">RFC 3966</ulink>), or %NULL
* @is_primary: %TRUE if this phone number is its owner's primary number, %FALSE otherwise
*
@@ -445,7 +445,7 @@ gdata_gd_phone_number_get_uri (GDataGDPhoneNumber *self)
/**
* gdata_gd_phone_number_set_uri:
* @self: a #GDataGDPhoneNumber
- * @uri: the new URI for the phone number, or %NULL
+ * @uri: (allow-none): the new URI for the phone number, or %NULL
*
* Sets the #GDataGDPhoneNumber:uri property to @uri.
*
@@ -483,7 +483,7 @@ gdata_gd_phone_number_get_relation_type (GDataGDPhoneNumber *self)
/**
* gdata_gd_phone_number_set_relation_type:
* @self: a #GDataGDPhoneNumber
- * @relation_type: the new relation type for the phone number, or %NULL
+ * @relation_type: (allow-none): the new relation type for the phone number, or %NULL
*
* Sets the #GDataGDPhoneNumber:relation-type property to @relation_type.
*
@@ -522,7 +522,7 @@ gdata_gd_phone_number_get_label (GDataGDPhoneNumber *self)
/**
* gdata_gd_phone_number_set_label:
* @self: a #GDataGDPhoneNumber
- * @label: the new label for the phone number, or %NULL
+ * @label: (allow-none): the new label for the phone number, or %NULL
*
* Sets the #GDataGDPhoneNumber:label property to @label.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]