mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch '1790-file-attribute-as-string-annotation' into 'master'
gfileinfo: Add missing (nullable) annotation to get_attribute_as_string() Closes #1790 See merge request GNOME/glib!879
This commit is contained in:
commit
8b3f186d8f
@ -832,9 +832,10 @@ _g_file_info_get_attribute_value (GFileInfo *info,
|
||||
*
|
||||
* Gets the value of a attribute, formated as a string.
|
||||
* This escapes things as needed to make the string valid
|
||||
* utf8.
|
||||
* UTF-8.
|
||||
*
|
||||
* 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().
|
||||
**/
|
||||
char *
|
||||
|
Loading…
Reference in New Issue
Block a user