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
Merge remote-tracking branch 'andy128k/master'
[cl-gtk2.git]
/
glib
/
gobject.object-defs.lisp
blob
cb031180bb0a03745932c89a98ea563e929c28a2
1
(
in-package
:
gobject
)
2
3
(
defclass
g-initially-unowned
(
g-object
)
4
()
5
(:
metaclass gobject-class
)
6
(:
g-type-name .
"GInitiallyUnowned"
)
7
(:
g-type-initializer .
"g_initially_unowned_get_type"
)
8
(:
documentation
"Base class that has initial
\"
floating
\"
reference."
))