[libgdata] [introspection] Add missing annotations to GDataGDEmailAddress
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] [introspection] Add missing annotations to GDataGDEmailAddress
- Date: Tue, 3 Aug 2010 08:52:26 +0000 (UTC)
commit 4fea0bc30ea89fb5f698fd9ca426629712adfb69
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 09:31:15 2010 +0100
[introspection] Add missing annotations to GDataGDEmailAddress
gdata/gd/gdata-gd-email-address.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gdata/gd/gdata-gd-email-address.c b/gdata/gd/gdata-gd-email-address.c
index 22b7a88..aaf6821 100644
--- a/gdata/gd/gdata-gd-email-address.c
+++ b/gdata/gd/gdata-gd-email-address.c
@@ -312,8 +312,8 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
/**
* gdata_gd_email_address_new:
* @address: the e-mail address
- * @relation_type: the relationship between the e-mail address and its owner, or %NULL
- * @label: a human-readable label for the e-mail address, or %NULL
+ * @relation_type: (allow-none): the relationship between the e-mail address and its owner, or %NULL
+ * @label: (allow-none): a human-readable label for the e-mail address, or %NULL
* @is_primary: %TRUE if this e-mail address is its owner's primary address, %FALSE otherwise
*
* Creates a new #GDataGDEmailAddress. More information is available in the <ulink type="http"
@@ -389,7 +389,7 @@ gdata_gd_email_address_get_relation_type (GDataGDEmailAddress *self)
/**
* gdata_gd_email_address_set_relation_type:
* @self: a #GDataGDEmailAddress
- * @relation_type: the new relation type for the email_address, or %NULL
+ * @relation_type: (allow-none): the new relation type for the email_address, or %NULL
*
* Sets the #GDataGDEmailAddress:relation-type property to @relation_type.
*
@@ -428,7 +428,7 @@ gdata_gd_email_address_get_label (GDataGDEmailAddress *self)
/**
* gdata_gd_email_address_set_label:
* @self: a #GDataGDEmailAddress
- * @label: the new label for the e-mail address, or %NULL
+ * @label: (allow-none): the new label for the e-mail address, or %NULL
*
* Sets the #GDataGDEmailAddress:label property to @label.
*
@@ -501,7 +501,7 @@ gdata_gd_email_address_get_display_name (GDataGDEmailAddress *self)
/**
* gdata_gd_email_address_set_display_name:
* @self: a #GDataGDEmailAddress
- * @display_name: the new display name, or %NULL
+ * @display_name: (allow-none): the new display name, or %NULL
*
* Sets the #GDataGDEmailAddress:display-name property to @display_name.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]