Gio.AppInfo.get_all

function get_all(): Array(Gio.AppInfo) {
    // Gjs wrapper for g_app_info_get_all()
}
  

Gets a list of all of the applications currently registered on this system.

For desktop files, this includes applications that have `NoDisplay=true` set or are excluded from display by means of `OnlyShowIn` or `NotShowIn`. See Gio.AppInfo.prototype.should_show. The returned list does not include applications which have the `Hidden` key set.

Returns

a newly allocated GLib.List of references to #GAppInfos.