[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataAuthor



commit 44124bcde0b1cfcf6590f54eb8850c3cd1cd6fe2
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 be299a2..0f51923 100644
--- a/gdata/atom/gdata-author.c
+++ b/gdata/atom/gdata-author.c
@@ -256,8 +256,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>.
@@ -357,7 +357,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.
  *
@@ -395,7 +395,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]