mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 07:26:15 +01:00
syntax fix in documentation
This commit is contained in:
parent
cf95d07691
commit
835c03a5c1
@ -392,7 +392,7 @@ g_file_enumerator_next_files_async (GFileEnumerator *enumerator,
|
||||
* Finishes the asynchronous operation started with g_file_enumerator_next_files_async().
|
||||
*
|
||||
* Returns: a #GList of #GFileInfo<!---->s. You must free the list with
|
||||
* g_list_free() and unref the infos with g_object_unref when you're
|
||||
* g_list_free() and unref the infos with g_object_unref() when you're
|
||||
* done with them.
|
||||
**/
|
||||
GList *
|
||||
|
Loading…
Reference in New Issue
Block a user