public class Builder : Object {
public weak string translation_domain { get; set; } ;
public Builder ( ) ;
public uint add_from_file ( string filename )
throws GLib.Error;
public uint add_from_string ( string buffer,
ulong length )
throws GLib.Error;
public void connect_signals ( void** user_data ) ;
public void connect_signals_full ( BuilderConnectFunc func ) ;
public static GLib.Quark error_quark ( ) ;
public weak GLib.Object get_object ( string name ) ;
public weak GLib.SList get_objects ( ) ;
public weak string get_translation_domain ( ) ;
public void set_translation_domain ( string domain ) ;
public bool value_from_string ( GLib.ParamSpec pspec,
string str,
GLib.Value value )
throws GLib.Error;
public bool value_from_string_type ( GLib.Type type,
string str,
GLib.Value value )
throws GLib.Error;
public virtual GLib.Type get_type_from_name ( string type_name ) ;
}

public Builder ( ) ;
public weak string translation_domain { get; set; } ;
public uint add_from_file ( string filename )
throws GLib.Error;
public uint add_from_string ( string buffer,
ulong length )
throws GLib.Error;
public void connect_signals ( void** user_data ) ;
public void connect_signals_full ( BuilderConnectFunc func ) ;
public static GLib.Quark error_quark ( ) ;
public weak GLib.Object get_object ( string name ) ;
public weak GLib.SList get_objects ( ) ;
public weak string get_translation_domain ( ) ;
public void set_translation_domain ( string domain ) ;
public bool value_from_string ( GLib.ParamSpec pspec,
string str,
GLib.Value value )
throws GLib.Error;
public bool value_from_string_type ( GLib.Type type,
string str,
GLib.Value value )
throws GLib.Error;
public virtual GLib.Type get_type_from_name ( string type_name ) ;
Created by Valadoc