projects
/
cl-gtk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e02849
)
Export g-object-call-constructor, g-object-call-get-property,
author
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Thu, 16 Jul 2009 11:27:37 +0000
(15:27 +0400)
committer
Dmitry Kalyanov
<Kalyanov.Dmitry@gmail.com>
Thu, 16 Jul 2009 11:27:37 +0000
(15:27 +0400)
g-object-call-set-property
glib/gobject.package.lisp
patch
|
blob
|
history
diff --git
a/glib/gobject.package.lisp
b/glib/gobject.package.lisp
index
2fb7510
..
45f1ed9
100644
(file)
--- a/
glib/gobject.package.lisp
+++ b/
glib/gobject.package.lisp
@@
-163,7
+163,10
@@
#:get-flags-items
#:stable-pointer-value
#:g-value-type
- #:create-g-closure)
+ #:create-g-closure
+ #:g-object-call-constructor
+ #:g-object-call-get-property
+ #:g-object-call-set-property)
(:documentation
"CL-GTK2-GOBJECT is a binding to GObject type system.
For information on GObject, see its @a[http://library.gnome.org/devel/gobject/stable/]{documentation}.