get_attribute_stringv
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "2.22" ) ]
public unowned string[]? get_attribute_stringv (string attribute)
[ 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 |