Gtk.Application.prototype.get_windows

function get_windows():[Gtk.Window] {
    // Gjs wrapper for gtk_application_get_windows()
}

Gets a list of the #GtkWindows associated with application.

The list is sorted by most recently focused window, such that the first element is the currently focused window. (Useful for choosing a parent for a transient window.)

The list that is returned should not be modified in any way. It will only remain valid until the next focus change or window creation or deletion.

Since 3.0

Returns

a GLib.List of Gtk.Window