Gio.DesktopAppInfo.prototype.get_action_name
function get_action_name(action_name: String): String { // Gjs wrapper for g_desktop_app_info_get_action_name() }
Gets the user-visible display name of the "additional application action" specified by action_name.
This corresponds to the "Name" key within the keyfile group for the action.
Since 2.38
- action_name
the name of the action as from Gio.DesktopAppInfo.prototype.list_actions
- Returns
the locale-specific action name