[libgdata] [introspection] Add missing annotations to GDataFeed



commit b93e8a9a4dd4235463a80d8b48cb4577d8ed0718
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 d876e84..c176914 100644
--- a/gdata/gdata-feed.c
+++ b/gdata/gdata-feed.c
@@ -653,7 +653,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
  **/
@@ -720,7 +720,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
  **/
@@ -880,7 +880,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]