Gtk.Builder.prototype.get_objects
function get_objects():[GObject.Object] {
// Gjs wrapper for gtk_builder_get_objects()
}Gets all objects that have been constructed by builder. Note that this function does not increment the reference counts of the returned objects.
Since 2.12
- Returns
a newly-allocated GLib.SList containing all the objects constructed by the Gtk.Builder instance. It should be freed by GLib.free