Export g-object-call-constructor, g-object-call-get-property,
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Thu, 16 Jul 2009 11:27:37 +0000 (15:27 +0400)
committerDmitry 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

index 2fb7510..45f1ed9 100644 (file)
            #: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}.