Method
GckBuildersteal
Declaration [src]
GckAttributes*
gck_builder_steal (
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.
The returned set of attributes is a full reference, not floating.
Return value
Returns: | GckAttributes |
The stolen attributes, which should be freed with
|
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |