forked from AuroraMiddleware/gtk
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:
parent
9992026ca6
commit
37bb0ce884
@ -45,7 +45,7 @@ struct _GtkActionableInterface
|
||||
const gchar *action_name);
|
||||
GVariant * (* get_action_target_value) (GtkActionable *actionable);
|
||||
void (* set_action_target_value) (GtkActionable *actionable,
|
||||
GVariant *action_target_value);
|
||||
GVariant *target_value);
|
||||
};
|
||||
|
||||
GDK_AVAILABLE_IN_3_4
|
||||
|
Loading…
Reference in New Issue
Block a user