summaryrefslogtreecommitdiff
path: root/gdata/gd
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2010-08-03 09:31:15 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2010-08-03 09:31:15 +0100
commit4fea0bc30ea89fb5f698fd9ca426629712adfb69 (patch)
tree583f2a7c589fb7d030f418ecebe354b47db80a25 /gdata/gd
parent039c022ff686ff27c448789f0d727aeb129124f7 (diff)
downloadlibgdata-4fea0bc30ea89fb5f698fd9ca426629712adfb69.tar.gz
[introspection] Add missing annotations to GDataGDEmailAddress
Diffstat (limited to 'gdata/gd')
-rw-r--r--gdata/gd/gdata-gd-email-address.c10
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 22b7a885..aaf6821d 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.
*