[libgdata] [introspection] Add missing annotations to GDataGContactExternalID



commit 93dc86ab858a8e155aac72d1df81784071e45212
Author: Philip Withnall <philip tecnocode co uk>
Date:   Tue Aug 3 22:37:23 2010 +0100

    [introspection] Add missing annotations to GDataGContactExternalID

 gdata/gcontact/gdata-gcontact-external-id.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/gcontact/gdata-gcontact-external-id.c b/gdata/gcontact/gdata-gcontact-external-id.c
index 8c4f707..8d26751 100644
--- a/gdata/gcontact/gdata-gcontact-external-id.c
+++ b/gdata/gcontact/gdata-gcontact-external-id.c
@@ -265,8 +265,8 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
 /**
  * gdata_gcontact_external_id_new:
  * @value: the value of the external ID
- * @relation_type: the type of external ID, or %NULL
- * @label: a free-form label for the external ID, or %NULL
+ * @relation_type: (allow-none): the type of external ID, or %NULL
+ * @label: (allow-none): a free-form label for the external ID, or %NULL
  *
  * Creates a new #GDataGContactExternalID. More information is available in the <ulink type="http"
  * url="http://code.google.com/apis/contacts/docs/3.0/reference.html#gcExternalId";>gContact specification</ulink>.
@@ -344,7 +344,7 @@ gdata_gcontact_external_id_get_relation_type (GDataGContactExternalID *self)
 /**
  * gdata_gcontact_external_id_set_relation_type:
  * @self: a #GDataGContactExternalID
- * @relation_type: the new type for the external ID, or %NULL
+ * @relation_type: (allow-none): the new type for the external ID, or %NULL
  *
  * Sets the #GDataGContactExternalID:relation-type property to @relation_type,
  * such as %GDATA_GCONTACT_EXTERNAL_ID_NETWORK or %GDATA_GCONTACT_EXTERNAL_ID_ACCOUNT.
@@ -385,7 +385,7 @@ gdata_gcontact_external_id_get_label (GDataGContactExternalID *self)
 /**
  * gdata_gcontact_external_id_set_label:
  * @self: a #GDataGContactExternalID
- * @label: the new free-form label for the external ID, or %NULL
+ * @label: (allow-none): the new free-form label for the external ID, or %NULL
  *
  * Sets the #GDataGContactExternalID:label property to @label.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]