From 37bb0ce8843f059622f6ed2fae94f6dc57f0435f Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 30 May 2012 17:28:06 -0400 Subject: [PATCH] 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 --- gtk/gtkactionable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkactionable.h b/gtk/gtkactionable.h index f8ea75e00f..15fc61719d 100644 --- a/gtk/gtkactionable.h +++ b/gtk/gtkactionable.h @@ -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