Method

GtkEventControllerget_name

Declaration [src]

const char*
gtk_event_controller_get_name (
  GtkEventController* controller
)

Description [src]

Gets the name of controller.

Return value

Type: const char*

The controller name.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.