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:
Sébastien Wilmet 2015-04-15 14:53:16 +02:00
parent dfd74a271d
commit a4ed89bf75

View File

@ -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.
*