Method

GckBuilderadd_empty

Declaration [src]

void
gck_builder_add_empty (
  GckBuilder* builder,
  gulong attr_type
)

Description [src]

Add a new attribute to the builder that is empty. Unconditionally adds a new attribute, even if one with the same attr_type already exists.

Parameters

attr_type gulong
 

The new attribute type.