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.selections.lisp
blob
d97d01427f06cf679eaad7f73cc98fc783fd251f
1
(
in-package
:
gtk
)
2
3
(
define-g-boxed-cstruct
target-entry
"GtkTargetEntry"
4
(
target
:
string
:
initform
0
)
5
(
flags
target-flags
:
initform
0
)
6
(
info
:
uint
:
initform
0
))
7
8
(
export
(
boxed-related-symbols
'
target-entry
))
9