Correct the annotation for g_file_enumerator_get_container()

We don't ref the returned object, and alex has verified the gvfs implementation.
This commit is contained in:
Richard Hughes 2011-05-26 12:37:24 +01:00
parent 30672af7ff
commit 9936f961ba

View 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
*/