Gio.DesktopAppInfo.prototype.list_actions
function list_actions(): Array(String) { // Gjs wrapper for g_desktop_app_info_list_actions() }
Returns the list of "additional application actions" supported on the desktop file, as per the desktop file specification.
As per the specification, this is the list of actions that are explicitly listed in the "Actions" key of the [Desktop Entry] group.
Since 2.38
- Returns
a list of strings, always non-null