Gio.FileInfo.prototype.set_attribute_int64

function set_attribute_int64(attribute: String, attr_value: Number(gint64)): void {
    // Gjs wrapper for g_file_info_set_attribute_int64()
}
  

Sets the attribute to contain the given attr_value, if possible.

attribute

attribute name to set.

attr_value

int64 value to set attribute to.