Gio.FileInfo.prototype.get_attribute_object
function get_attribute_object(attribute: String): GObject.Object {
// Gjs wrapper for g_file_info_get_attribute_object()
}
Gets the value of a GObject.Object attribute. If the attribute does not contain a GObject.Object, null will be returned.
- attribute
a file attribute key.
- Returns
a GObject.Object associated with the given attribute, or null otherwise.