GtkWidgetActionActivateFunc

The type of the callback functions used for activating actions installed with gtk_widget_class_install_action().

The @parameter must match the @parameter_type of the action.

alias GtkWidgetActionActivateFunc = void function(GtkWidget* widget, const(char)* actionName, GVariant* parameter)

Meta