Properly export gobject:disconnect-signal
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 12 Sep 2009 21:54:57 +0000 (01:54 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Sat, 12 Sep 2009 21:54:57 +0000 (01:54 +0400)
glib/gobject.package.lisp
glib/gobject.signals.lisp

index 5649e74..92401a5 100644 (file)
            #:create-signal-handler-closure
            #:save-handler-to-object
            #:retrieve-handler-from-object
-           #:delete-handler-from-object)
+           #:delete-handler-from-object
+           #:disconnect-signal)
   (: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}.
index 6935451..46777c0 100644 (file)
@@ -132,5 +132,3 @@ If @code{after} is true, then the function will be called after the default hand
 (defcfun (disconnect-signal "g_signal_handler_disconnect") :void
   (object g-object)
   (handler-id :ulong))
-
-(export 'disconnect-signal)