From 8f64e4a8e3443eb887614e981b4a0f7b6ae3ac96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Tue, 26 Apr 2016 15:50:17 +0800 Subject: [PATCH] gdk/dnd: Add missing signal parameter documentation The cancel reason parameter was missing. https://bugzilla.gnome.org/show_bug.cgi?id=765577 --- gdk/gdkdnd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index 2aa205de23..a1e52c2b2e 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -273,6 +273,7 @@ gdk_drag_context_class_init (GdkDragContextClass *klass) /** * GdkDragContext::cancel: * @context: The object on which the signal is emitted + * @reason: The reason the context was cancelled * * The drag and drop operation was cancelled. *