Gio.AppInfo.prototype.get_display_name
function get_display_name(): String { // Gjs wrapper for g_app_info_get_display_name() }
Gets the display name of the application. The display name is often more descriptive to the user than the name itself.
Since 2.24
- Returns
the display name of the application for appinfo, or the name if no display name is available.