repo.or.cz
/
cl-gtk2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Hide new functions in Gdk-2.18 behind conditional read
[cl-gtk2.git]
/
gtk
/
gtk.dnd.lisp
blob
04703218f0029bf37c415f3b80c1c07a62eb99af
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