forked from AuroraMiddleware/gtk
Merge branch 'nielsdg/gtkwidgetactionactivatefunc-nullable-variant' into 'main'
Add missing nullable to GtkWidgetActionActivateFunc See merge request GNOME/gtk!5424
This commit is contained in:
commit
c99d85954a
@ -937,7 +937,7 @@ void gtk_widget_get_color (GtkWidget *widget,
|
|||||||
* GtkWidgetActionActivateFunc:
|
* GtkWidgetActionActivateFunc:
|
||||||
* @widget: the widget to which the action belongs
|
* @widget: the widget to which the action belongs
|
||||||
* @action_name: the action name
|
* @action_name: the action name
|
||||||
* @parameter: parameter for activation
|
* @parameter: (nullable): parameter for activation
|
||||||
*
|
*
|
||||||
* The type of the callback functions used for activating
|
* The type of the callback functions used for activating
|
||||||
* actions installed with gtk_widget_class_install_action().
|
* actions installed with gtk_widget_class_install_action().
|
||||||
|
Loading…
Reference in New Issue
Block a user