projects
/
cl-gtk2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Changed patch to conform
[cl-gtk2.git]
/
gtk
/
gtk.dnd.lisp
1
(in-package :gtk)
2
3
(defcfun (drag-finish "gtk_drag_finish") :void
4
(context (g-object drag-context))
5
(success :boolean)
6
(del :boolean)
7
(time :uint32))
8
9
(export 'drag-finish)
10