get_attribute_stringv


Description:

[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.22" ) ]
public unowned string[]? get_attribute_stringv (string attribute)

Gets the value of a stringv attribute.

If the attribute does not contain a stringv, null will be returned.

Parameters:

this

a FileInfo.

attribute

a file attribute key.

Returns:

the contents of the attribute value as a stringv, or null otherwise. Do not free. These returned strings are UTF-8.