mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
gfileinfo: Add missing (nullable) annotation to get_attribute_as_string()
Signed-off-by: Philip Withnall <withnall@endlessm.com> Fixes: #1790
This commit is contained in:
parent
947355c101
commit
67a0d5237e
@ -834,7 +834,8 @@ _g_file_info_get_attribute_value (GFileInfo *info,
|
|||||||
* This escapes things as needed to make the string valid
|
* This escapes things as needed to make the string valid
|
||||||
* utf8.
|
* utf8.
|
||||||
*
|
*
|
||||||
* Returns: a UTF-8 string associated with the given @attribute.
|
* Returns: (nullable): a UTF-8 string associated with the given @attribute, or
|
||||||
|
* %NULL if the attribute wasn’t set.
|
||||||
* When you're done with the string it must be freed with g_free().
|
* When you're done with the string it must be freed with g_free().
|
||||||
**/
|
**/
|
||||||
char *
|
char *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user