[libgovirt] Fix ovirt_collection_fetch_finish() annotation



commit 223206b38eb507a9ee0cc0442a93ed4cc3a6d1b9
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Mon Oct 28 12:27:51 2013 +0100

    Fix ovirt_collection_fetch_finish() annotation

 govirt/ovirt-collection.c |    8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/govirt/ovirt-collection.c b/govirt/ovirt-collection.c
index 3edb73f..24254b0 100644
--- a/govirt/ovirt-collection.c
+++ b/govirt/ovirt-collection.c
@@ -395,13 +395,9 @@ void ovirt_collection_fetch_async(OvirtCollection *collection,
 /**
  * ovirt_collection_fetch_finish:
  * @collection: a #OvirtCollection
- * @result: (transfer none): async method result
+ * @result: async method result
  *
- * Return value: (transfer none) (element-type OvirtResource): the list of
- * #OvirtResource contained in @collection. The elements stored in the list
- * inherit from #OvirtResource, but their actual type is stored in the  The
- * returned list should not be freed nor modified, and can become invalid
- * any time a #OvirtCollection call completes.
+ * Return value: TRUE if successful, FALSE otherwise, with @error set.
  */
 gboolean ovirt_collection_fetch_finish(OvirtCollection *collection,
                                        GAsyncResult *result,


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