From 052b2e718c7c62711b383268ac69f308d0f59165 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Sun, 13 Sep 2009 01:54:57 +0400 Subject: [PATCH] Properly export gobject:disconnect-signal --- glib/gobject.package.lisp | 3 ++- glib/gobject.signals.lisp | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/glib/gobject.package.lisp b/glib/gobject.package.lisp index 5649e74..92401a5 100644 --- a/glib/gobject.package.lisp +++ b/glib/gobject.package.lisp @@ -190,7 +190,8 @@ #: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}. diff --git a/glib/gobject.signals.lisp b/glib/gobject.signals.lisp index 6935451..46777c0 100644 --- a/glib/gobject.signals.lisp +++ b/glib/gobject.signals.lisp @@ -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) -- 1.7.10.4