diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-05-30 17:28:06 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-06-25 14:49:11 -0400 |
commit | 37bb0ce8843f059622f6ed2fae94f6dc57f0435f (patch) | |
tree | bbbb1f93e85a83115d075324ff9d73bda100f1a8 /gtk/gtkactionable.h | |
parent | 9992026ca6df4416aed0e359f7c76d559421281f (diff) | |
download | gtk+-37bb0ce8843f059622f6ed2fae94f6dc57f0435f.tar.gz |
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
Diffstat (limited to 'gtk/gtkactionable.h')
-rw-r--r-- | gtk/gtkactionable.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |