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:
Cosimo Cecchi 2012-05-30 17:28:06 -04:00
parent 9992026ca6
commit 37bb0ce884

View File

@ -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