Method

GtkWidgetlist_action_prefixes

since: 3.16

Declaration [src]

const gchar**
gtk_widget_list_action_prefixes (
  GtkWidget* widget
)

Description [src]

Retrieves a NULL-terminated array of strings containing the prefixes of GActionGroups available to widget.

Available since: 3.16

Return value

Type: An array of utf8

A NULL-terminated array of strings.

The array is NULL-terminated.
The caller of the method takes ownership of the returned data container, but not the data inside it.
Each element is a NUL terminated UTF-8 string.