summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-28 22:28:09 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-29 07:04:07 -0400
commit165768b6ad87ba866904291e2611c63676b612de (patch)
tree54edbdbb55207ee3512cd75116190e40c746d496
parent07c338b487aaceaad124e15568ee84a31444a9f1 (diff)
downloadgtk+-165768b6ad87ba866904291e2611c63676b612de.tar.gz
wayland: Match header and doc arguments
gtk-doc doesn't take this lightly.
-rw-r--r--gdk/wayland/gdkwaylanddevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/wayland/gdkwaylanddevice.h b/gdk/wayland/gdkwaylanddevice.h
index f07662bec3..f92e19384a 100644
--- a/gdk/wayland/gdkwaylanddevice.h
+++ b/gdk/wayland/gdkwaylanddevice.h
@@ -60,8 +60,8 @@ const char *gdk_wayland_device_get_node_path (GdkDevice *device);
GDK_AVAILABLE_IN_ALL
void gdk_wayland_device_pad_set_feedback (GdkDevice *device,
- GdkDevicePadFeature element,
- guint idx,
+ GdkDevicePadFeature feature,
+ guint feature_idx,
const char *label);
G_END_DECLS