Builder


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "2.12" ) ]
public Builder ()

Creates a new empty builder object.

This function is only useful if you intend to make multiple calls to add_from_file, add_from_resource or add_from_string in order to merge multiple UI descriptions into a single builder.

Most users will probably want to use Builder.from_file, Builder.from_resource or Builder.from_string.

Returns:

a new (empty) Builder object