[glib/glib-2-28] Correct the annotation for g_file_enumerator_get_container()



commit b8d26cc4cb5b1df0bf3a3d03012696a2101e926a
Author: Richard Hughes <richard hughsie com>
Date:   Thu May 26 12:37:24 2011 +0100

    Correct the annotation for g_file_enumerator_get_container()
    
    We don't ref the returned object, and alex has verified the gvfs implementation.

 gio/gfileenumerator.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gfileenumerator.c b/gio/gfileenumerator.c
index b8e7339..c33102b 100644
--- a/gio/gfileenumerator.c
+++ b/gio/gfileenumerator.c
@@ -586,7 +586,7 @@ g_file_enumerator_set_pending (GFileEnumerator *enumerator,
  *
  * Get the #GFile container which is being enumerated.
  *
- * Returns: (transfer full): the #GFile which is being enumerated.
+ * Returns: (transfer none): the #GFile which is being enumerated.
  *
  * Since: 2.18
  */



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