gdk/dnd: Add missing signal parameter documentation

The cancel reason parameter was missing.

https://bugzilla.gnome.org/show_bug.cgi?id=765577
This commit is contained in:
Jonas Ådahl 2016-04-26 15:50:17 +08:00
parent 145b626c2f
commit 8f64e4a8e3

View File

@ -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.
*