Gck.Attributes.prototype.at
function at(index: Number(guint)): Gck.Attribute {
// Gjs wrapper for gck_attributes_at()
}
Get attribute at the specified index in the attribute array.
Use Gck.Attributes.prototype.count to determine how many attributes are in the array.
- index
The attribute index to retrieve.
- Returns
the specified attribute