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



commit d3aaff07850d65c8a4272a083d6294fc532a7ced
Author: Philip Withnall <philip tecnocode co uk>
Date:   Mon Aug 2 22:34:06 2010 +0100

    introspection: Add missing annotations to GDataFeed

 gdata/gdata-feed.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdata/gdata-feed.c b/gdata/gdata-feed.c
index 0bb4bfa..502cad0 100644
--- a/gdata/gdata-feed.c
+++ b/gdata/gdata-feed.c
@@ -627,7 +627,7 @@ entry_compare_cb (const GDataEntry *entry, const gchar *id)
  *
  * Returns the entry in the feed with the given @id, if found.
  *
- * Return value: the #GDataEntry, or %NULL
+ * Return value: (transfer none): the #GDataEntry, or %NULL
  *
  * Since: 0.2.0
  **/
@@ -688,7 +688,7 @@ link_compare_cb (const GDataLink *link, const gchar *rel)
  *
  * Looks up a link by #GDataLink:relation-type value from the list of links in the feed.
  *
- * 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
  **/
@@ -836,7 +836,7 @@ gdata_feed_get_icon (GDataFeed *self)
  *
  * Returns details about the software which generated the feed.
  *
- * Return value: a #GDataGenerator, or %NULL
+ * Return value: (transfer none): a #GDataGenerator, or %NULL
  **/
 GDataGenerator *
 gdata_feed_get_generator (GDataFeed *self)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]