Gck.Builder.prototype.steal
function steal(): Gck.Attributes {
// Gjs wrapper for gck_builder_steal()
}
Take the attributes that have been built in the Gck.Builder. The builder will no longer contain any attributes after this function call.
The returned set of attributes is a full reference, not floating.
- Returns
the stolen attributes, which should be freed with Gck.attributes_unref