[libgdata] [introspection] Add missing annotations to GDataAuthor
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata] [introspection] Add missing annotations to GDataAuthor
- Date: Tue, 3 Aug 2010 08:52:11 +0000 (UTC)
commit 9822973cf7288b6d942bfad6c8b136013d7136fb
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 09:24:45 2010 +0100
[introspection] Add missing annotations to GDataAuthor
gdata/atom/gdata-author.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gdata/atom/gdata-author.c b/gdata/atom/gdata-author.c
index e5651c1..21eb38c 100644
--- a/gdata/atom/gdata-author.c
+++ b/gdata/atom/gdata-author.c
@@ -246,8 +246,8 @@ get_xml (GDataParsable *parsable, GString *xml_string)
/**
* gdata_author_new:
* @name: the author's name
- * @uri: an IRI describing the author, or %NULL
- * @email_address: the author's e-mail address, or %NULL
+ * @uri: (allow-none): an IRI describing the author, or %NULL
+ * @email_address: (allow-none): the author's e-mail address, or %NULL
*
* Creates a new #GDataAuthor. More information is available in the <ulink type="http"
* url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.author">Atom specification</ulink>.
@@ -318,7 +318,7 @@ gdata_author_get_uri (GDataAuthor *self)
/**
* gdata_author_set_uri:
* @self: a #GDataAuthor
- * @uri: the new URI for the author, or %NULL
+ * @uri: (allow-none): the new URI for the author, or %NULL
*
* Sets the #GDataAuthor:uri property to @uri.
*
@@ -356,7 +356,7 @@ gdata_author_get_email_address (GDataAuthor *self)
/**
* gdata_author_set_email_address:
* @self: a #GDataAuthor
- * @email_address: the new e-mail address for the author, or %NULL
+ * @email_address: (allow-none): the new e-mail address for the author, or %NULL
*
* Sets the #GDataAuthor:email-address property to @email_address.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]