Gck.Attribute.prototype.clear

function clear(): void {
    // Gjs wrapper for gck_attribute_clear()
}
  

Clear allocated memory held by a Gck.Attribute.

This attribute must have been allocated by a Gck library function, or the results of this method are undefined.

The type of the attribute will remain set.