Method

GckBuilderset_empty

Declaration [src]

void
gck_builder_set_empty (
  GckBuilder* builder,
  gulong attr_type
)

Description [src]

Set an attribute on the builder that is empty. If an attribute with attr_type already exists in the builder then it is changed to the new value, otherwise an attribute is added.

Parameters

attr_type gulong
 

The attribute type.