[glib] Correct the annotation for g_file_enumerator_get_container()
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Correct the annotation for g_file_enumerator_get_container()
- Date: Thu, 26 May 2011 11:37:40 +0000 (UTC)
commit 9936f961ba0f71e6097436264a79ba801cebbbf5
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]