Method

GioDesktopAppInfolist_actions

since: 2.38

Declaration

const gchar* const*
g_desktop_app_info_list_actions (
  GDesktopAppInfo* info
)

Description

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.

Available since: 2.38

Return value

Type: An array of utf8

A list of strings, always non-NULL.

The array is NULL-terminated.
The data is owned by the instance.
Each element is a NUL terminated UTF-8 string.