Method

GtkApplicationlist_action_descriptions

since: 3.12

Declaration [src]

gchar**
gtk_application_list_action_descriptions (
  GtkApplication* application
)

Description [src]

Lists the detailed action names which have associated accelerators. See gtk_application_set_accels_for_action().

Available since: 3.12

Return value

Type: An array of utf8

A NULL-terminated array of strings, free with g_strfreev() when done.

The array is NULL-terminated.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.
Each element is a NUL terminated UTF-8 string.