Method

GckBuilderend

Declaration [src]

GckAttributes*
gck_builder_end (
  GckBuilder* builder
)

Description [src]

Take the attributes that have been built in the GckBuilder. The builder will no longer contain any attributes after this function call.

Return value

Returns: GckAttributes
 

The attributes, which should be freed with gck_attributes_unref()

 The caller of the method takes ownership of the data, and is responsible for freeing it.