[libgdata/libgdata-0-6] introspection: Add missing annotations to GDataEntry
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] introspection: Add missing annotations to GDataEntry
- Date: Wed, 29 Sep 2010 12:18:28 +0000 (UTC)
commit 660f4385eb3166e55e8f39b70a354b4320899a95
Author: Philip Withnall <philip tecnocode co uk>
Date: Mon Aug 2 22:32:38 2010 +0100
introspection: Add missing annotations to GDataEntry
gdata/gdata-entry.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gdata/gdata-entry.c b/gdata/gdata-entry.c
index 1d2873e..c6d61bf 100644
--- a/gdata/gdata-entry.c
+++ b/gdata/gdata-entry.c
@@ -534,7 +534,7 @@ get_namespaces (GDataParsable *parsable, GHashTable *namespaces)
/**
* gdata_entry_new:
- * @id: the entry's ID, or %NULL
+ * @id: (allow-none): the entry's ID, or %NULL
*
* Creates a new #GDataEntry with the given ID and default properties.
*
@@ -564,7 +564,7 @@ gdata_entry_get_title (GDataEntry *self)
/**
* gdata_entry_set_title:
* @self: a #GDataEntry
- * @title: the new entry title, or %NULL
+ * @title: (allow-none): the new entry title, or %NULL
*
* Sets the title of the entry.
**/
@@ -598,7 +598,7 @@ gdata_entry_get_summary (GDataEntry *self)
/**
* gdata_entry_set_summary:
* @self: a #GDataEntry
- * @summary: the new entry summary, or %NULL
+ * @summary: (allow-none): the new entry summary, or %NULL
*
* Sets the summary of the entry.
*
@@ -731,7 +731,7 @@ gdata_entry_get_content (GDataEntry *self)
/**
* gdata_entry_set_content:
* @self: a #GDataEntry
- * @content: the new content for the entry
+ * @content: (allow-none): the new content for the entry, or %NULL
*
* Sets the entry's content to @content.
**/
@@ -781,7 +781,7 @@ link_compare_cb (const GDataLink *link, const gchar *rel)
*
* In the rare event of requiring a list of links with the same @rel value, use gdata_entry_look_up_links().
*
- * Return value: a #GDataLink, or %NULL if one was not found
+ * Return value: (transfer none): a #GDataLink, or %NULL if one was not found
*
* Since: 0.1.1
**/
@@ -890,7 +890,7 @@ gdata_entry_get_rights (GDataEntry *self)
/**
* gdata_entry_set_rights:
* @self: a #GDataEntry
- * @rights: the new rights, or %NULL
+ * @rights: (allow-none): the new rights, or %NULL
*
* Sets the rights for this entry.
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]