mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Bug 556422 – g_file_enumerator_next_file: unclear whether return value
2008-10-16 Matthias Clasen <mclasen@redhat.com> Bug 556422 – g_file_enumerator_next_file: unclear whether return value needs to be freed * gfileenumerator.c (g_file_enumerate_next_file): Clarify the return value docs. Pointed out by Armin Burgmeier svn path=/trunk/; revision=7603
This commit is contained in:
parent
154bbc462a
commit
61aa1f7db0
@ -1,3 +1,11 @@
|
||||
2008-10-16 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 556422 – g_file_enumerator_next_file: unclear whether return
|
||||
value needs to be freed
|
||||
|
||||
* gfileenumerator.c (g_file_enumerate_next_file): Clarify
|
||||
the return value docs. Pointed out by Armin Burgmeier
|
||||
|
||||
2008-10-14 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 556334 – Warning when building without selinux support
|
||||
|
@ -186,7 +186,8 @@ g_file_enumerator_init (GFileEnumerator *enumerator)
|
||||
* enumerator is at the end, %NULL will be returned and @error will
|
||||
* be unset.
|
||||
*
|
||||
* Return value: A #GFileInfo or %NULL on error or end of enumerator
|
||||
* Return value: A #GFileInfo or %NULL on error or end of enumerator.
|
||||
* Free the returned object with g_object_unref() when no longer needed.
|
||||
**/
|
||||
GFileInfo *
|
||||
g_file_enumerator_next_file (GFileEnumerator *enumerator,
|
||||
|
Loading…
Reference in New Issue
Block a user