Gio.FileInfo.prototype.set_attribute_object
function set_attribute_object(attribute: String, attr_value: GObject.Object): void {
// Gjs wrapper for g_file_info_set_attribute_object()
}
Sets the attribute to contain the given attr_value, if possible.
- attribute
a file attribute key.
- attr_value