[libgdata] [introspection] Add missing annotations to GDataGContactLanguage
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] [introspection] Add missing annotations to GDataGContactLanguage
- Date: Tue, 3 Aug 2010 22:44:54 +0000 (UTC)
commit 90c4dada3b9f584cf2d9fd0bd0ca6c741e487110
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 22:39:06 2010 +0100
[introspection] Add missing annotations to GDataGContactLanguage
gdata/gcontact/gdata-gcontact-language.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/gcontact/gdata-gcontact-language.c b/gdata/gcontact/gdata-gcontact-language.c
index 758dd4e..78dc773 100644
--- a/gdata/gcontact/gdata-gcontact-language.c
+++ b/gdata/gcontact/gdata-gcontact-language.c
@@ -227,8 +227,8 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
/**
* gdata_gcontact_language_new:
- * @code: the language code, or %NULL
- * @label: a free-form label for the language, or %NULL
+ * @code: (allow-none): the language code, or %NULL
+ * @label: (allow-none): a free-form label for the language, or %NULL
*
* Creates a new #GDataGContactLanguage. More information is available in the <ulink type="http"
* url="http://code.google.com/apis/contacts/docs/3.0/reference.html#gcLanguage">gContact specification</ulink>.
@@ -266,7 +266,7 @@ gdata_gcontact_language_get_code (GDataGContactLanguage *self)
/**
* gdata_gcontact_language_set_code:
* @self: a #GDataGContactLanguage
- * @code: the new code for the language, or %NULL
+ * @code: (allow-none): the new code for the language, or %NULL
*
* Sets the #GDataGContactLanguage:code property to @code.
*
@@ -306,7 +306,7 @@ gdata_gcontact_language_get_label (GDataGContactLanguage *self)
/**
* gdata_gcontact_language_set_label:
* @self: a #GDataGContactLanguage
- * @label: the new free-form label for the language, or %NULL
+ * @label: (allow-none): the new free-form label for the language, or %NULL
*
* Sets the #GDataGContactLanguage:label property to @label.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]