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
Add GdkDisplayManager
[cl-gtk2.git]
/
glib
/
gobject.object-defs.lisp
blob
785e194f3b9bac5005511948ae5190159f32f3ea
1
(
in-package
:
gobject
)
2
3
(
defclass
g-initially-unowned
(
g-object
)
4
()
5
(:
metaclass gobject-class
)
6
(:
g-type-name .
"GInitiallyUnowned"
)
7
(:
documentation
"Base class that has initial
\"
floating
\"
reference."
))