actionable: silence g-i scanner warning
The parameter should be named the same in the definition and the declararion. https://bugzilla.gnome.org/show_bug.cgi?id=677127
This commit is contained in:
@ -45,7 +45,7 @@ struct _GtkActionableInterface
|
|||||||
const gchar *action_name);
|
const gchar *action_name);
|
||||||
GVariant * (* get_action_target_value) (GtkActionable *actionable);
|
GVariant * (* get_action_target_value) (GtkActionable *actionable);
|
||||||
void (* set_action_target_value) (GtkActionable *actionable,
|
void (* set_action_target_value) (GtkActionable *actionable,
|
||||||
GVariant *action_target_value);
|
GVariant *target_value);
|
||||||
};
|
};
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_3_4
|
GDK_AVAILABLE_IN_3_4
|
||||||
|
|||||||
Reference in New Issue
Block a user