mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
docs: improve doc of g_file_info_list_attributes()
The name_space can be NULL. https://bugzilla.gnome.org/show_bug.cgi?id=747927
This commit is contained in:
parent
dfd74a271d
commit
a4ed89bf75
@ -616,7 +616,8 @@ g_file_info_has_namespace (GFileInfo *info,
|
||||
/**
|
||||
* g_file_info_list_attributes:
|
||||
* @info: a #GFileInfo.
|
||||
* @name_space: a file attribute key's namespace.
|
||||
* @name_space: (nullable): a file attribute key's namespace, or %NULL to list
|
||||
* all attributes.
|
||||
*
|
||||
* Lists the file info structure's attributes.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user