Method
GckBuilderadd_string
Declaration [src]
void
gck_builder_add_string (
GckBuilder* builder,
gulong attr_type,
const gchar* value
)
Description [src]
Add a new attribute to the builder for the string value
or NULL
.
Unconditionally adds a new attribute, even if one with the same attr_type
already exists.