Merge branch 'missing-annotation' into 'master'

widget: Add missing callback annotation

See merge request GNOME/gtk!1732
This commit is contained in:
Emmanuele Bassi 2020-04-21 21:56:43 +00:00
commit 30c386dde9

View File

@ -12343,7 +12343,7 @@ gtk_widget_class_add_action (GtkWidgetClass *widget_class,
* @widget_class: a #GtkWidgetClass
* @action_name: a prefixed action name, such as "clipboard.paste"
* @parameter_type: (nullable): the parameter type, or %NULL
* @activate: callback to use when the action is activated
* @activate: (scope call): callback to use when the action is activated
*
* This should be called at class initialization time to specify
* actions to be added for all instances of this class.