Gck.Attribute.prototype.free

function free(): void {
    // Gjs wrapper for gck_attribute_free()
}
  

Free an attribute and its allocated memory. These is usually used with attributes that are allocated by Gck.Attribute.new or a similar function.