Builder.from_file


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.10" ) ]
public Builder.from_file (string filename)

Builds the GtkBuilder UI definition in the file filename.

If there is an error opening the file or parsing the description then the program will be aborted. You should only ever attempt to parse user interface descriptions that are shipped as part of your program.

Parameters:

filename

filename of user interface description file

Returns:

a Builder containing the described interface