summaryrefslogtreecommitdiff
path: root/gdk/gdkdragsurface.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-04-03 15:30:56 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-04-03 15:30:56 +0100
commit4e264a74be7c0028b9e6dd11596640e5bf7d38b5 (patch)
tree56e332f2aa0bce01c4a996cd654a28a439199655 /gdk/gdkdragsurface.h
parentfb325afc79536c6c1547eb42e57fca1f9fa11b8b (diff)
downloadgtk+-4e264a74be7c0028b9e6dd11596640e5bf7d38b5.tar.gz
Annotation fixes
Match the arguments name in the declaration and the definition, and make sure we have the proper transfer annotations.
Diffstat (limited to 'gdk/gdkdragsurface.h')
-rw-r--r--gdk/gdkdragsurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdragsurface.h b/gdk/gdkdragsurface.h
index 61649bff76..bc20416777 100644
--- a/gdk/gdkdragsurface.h
+++ b/gdk/gdkdragsurface.h
@@ -34,7 +34,7 @@ GDK_AVAILABLE_IN_ALL
G_DECLARE_INTERFACE (GdkDragSurface, gdk_drag_surface, GDK, DRAG_SURFACE, GObject)
GDK_AVAILABLE_IN_ALL
-gboolean gdk_drag_surface_present (GdkDragSurface *drag_icon,
+gboolean gdk_drag_surface_present (GdkDragSurface *drag_surface,
int width,
int height);