Correct the annotation for g_file_enumerator_get_container()
authorRichard Hughes <richard@hughsie.com>
Thu, 26 May 2011 11:37:24 +0000 (12:37 +0100)
committerRichard Hughes <richard@hughsie.com>
Thu, 26 May 2011 11:37:36 +0000 (12:37 +0100)
We don't ref the returned object, and alex has verified the gvfs implementation.

gio/gfileenumerator.c

index b8e7339..c33102b 100644 (file)
@@ -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
  */