[gtk/matthiasc/for-master: 4/8] wayland: Match header and doc arguments




commit 97874a06a2c7f93cd7cf764d95ecf1a503b6c1a5
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 28 22:28:09 2020 -0400

    wayland: Match header and doc arguments
    
    gtk-doc doesn't take this lightly.

 gdk/wayland/gdkwaylanddevice.h | 4 ++--
 1 file 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]