[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataLink
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataLink
- Date: Wed, 29 Sep 2010 12:19:14 +0000 (UTC)
commit ac84f6d1dfbfc0ab9c8e0a846b1f226bdf786082
Author: Philip Withnall <philip tecnocode co uk>
Date: Tue Aug 3 09:29:08 2010 +0100
introspection: Add missing annotations to GDataLink
gdata/atom/gdata-link.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gdata/atom/gdata-link.c b/gdata/atom/gdata-link.c
index b725743..2a4b07a 100644
--- a/gdata/atom/gdata-link.c
+++ b/gdata/atom/gdata-link.c
@@ -339,7 +339,7 @@ pre_get_xml (GDataParsable *parsable, GString *xml_string)
/**
* gdata_link_new:
* @uri: the link's IRI
- * @relation_type: the relationship of the link to the current document, or %NULL
+ * @relation_type: (allow-none): the relationship of the link to the current document, or %NULL
*
* Creates a new #GDataLink. More information is available in the <ulink type="http"
* url="http://www.atomenabled.org/developers/syndication/atom-format-spec.php#element.link">Atom specification</ulink>.
@@ -448,7 +448,7 @@ gdata_link_get_relation_type (GDataLink *self)
/**
* gdata_link_set_relation_type:
* @self: a #GDataLink
- * @relation_type: the new relation type for the link, or %NULL
+ * @relation_type: (allow-none): the new relation type for the link, or %NULL
*
* Sets the #GDataLink:relation-type property to @relation_type. If @relation_type is one of the standard Atom relation types,
* use one of the defined relation type values, instead of a static string. e.g. %GDATA_LINK_EDIT or %GDATA_LINK_SELF.
@@ -498,7 +498,7 @@ gdata_link_get_content_type (GDataLink *self)
/**
* gdata_link_set_content_type:
* @self: a #GDataLink
- * @content_type: the new content type for the link, or %NULL
+ * @content_type: (allow-none): the new content type for the link, or %NULL
*
* Sets the #GDataLink:content-type property to @content_type.
*
@@ -537,7 +537,7 @@ gdata_link_get_language (GDataLink *self)
/**
* gdata_link_set_language:
* @self: a #GDataLink
- * @language: the new language for the link, or %NULL
+ * @language: (allow-none): the new language for the link, or %NULL
*
* Sets the #GDataLink:language property to @language.
*
@@ -576,7 +576,7 @@ gdata_link_get_title (GDataLink *self)
/**
* gdata_link_set_title:
* @self: a #GDataLink
- * @title: the new title for the link, or %NULL
+ * @title: (allow-none): the new title for the link, or %NULL
*
* Sets the #GDataLink:title property to @title.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]