Gck.Builder.prototype.add_ulong
function add_ulong(attr_type: Number(gulong), value: Number(gulong)): void { // Gjs wrapper for gck_builder_add_ulong() }
Add a new attribute to the builder for the unsigned long value. Unconditionally adds a new attribute, even if one with the same attr_type already exists.
- attr_type
the new attribute type
- value
the attribute value