summaryrefslogtreecommitdiff
path: root/gtk/gtkactionable.h
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-05-30 17:28:06 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-06-25 14:49:11 -0400
commit37bb0ce8843f059622f6ed2fae94f6dc57f0435f (patch)
treebbbb1f93e85a83115d075324ff9d73bda100f1a8 /gtk/gtkactionable.h
parent9992026ca6df4416aed0e359f7c76d559421281f (diff)
downloadgtk+-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.h2
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