method add_objects_from_file : string ->
string array ->
(bool, GError.t) resultmethod add_objects_from_resource : string ->
string array ->
(bool, GError.t) resultmethod add_objects_from_string : string ->
int ->
string array ->
(bool, GError.t) resultmethod expose_object : string -> [ `object_ ] Gobject.obj -> unitmethod get_current_object : unit -> [ `object_ ] Gobject.obj optionmethod get_object : string -> [ `object_ ] Gobject.obj optionmethod get_objects : unit -> [ `object_ ] Gobject.obj listmethod get_scope : unit -> Ocgtk_gtk__.GBuilder_scope.builder_scope_tmethod get_translation_domain : unit -> string optionmethod set_current_object : [ `object_ ] Gobject.obj option -> unitmethod set_scope : Ocgtk_gtk__.GBuilder_scope.builder_scope_t option -> unitmethod set_translation_domain : string option -> unitmethod as_builder : Ocgtk_gtk__.Builder.t