Gio.DesktopAppInfo.prototype.get_is_hidden

function get_is_hidden(): Boolean {
    // Gjs wrapper for g_desktop_app_info_get_is_hidden()
}
  

A desktop file is hidden if the Hidden key in it is set to True.

Returns

true if hidden, false otherwise.