Method
Gtk.Builder.get_object
Declaration [src]
GObject*
gtk_builder_get_object (
GtkBuilder* builder,
const char* name
)
Description [src]
Gets the object named name
.
Note that this function does not increment the reference count of the returned object.