Handbook
Glossary
gtk_drag_finish ( context success del time_ -- )
Vocabulary
gtk3
.
ffi
Inputs
context
an
object
success
an
object
del
an
object
time_
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gdk3.ffi
gobject-introspection.standard-types
;
IN:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_drag_finish
( GdkDragContext* context,
gboolean
success,
gboolean
del,
guint32
time_ )