chiark / gitweb /
New type CONNECT-FLAGS
authorespen <espen>
Wed, 17 Oct 2007 14:31:19 +0000 (14:31 +0000)
committerespen <espen>
Wed, 17 Oct 2007 14:31:19 +0000 (14:31 +0000)
glib/gcallback.lisp

index 329bb606e5b1888b728908d4131ac39941ca84c6..3856d3103a714d31fa00bcbcea828d27e2a2ac3a 100644 (file)
@@ -20,7 +20,7 @@
 ;; TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 ;; SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
-;; $Id: gcallback.lisp,v 1.46 2007-08-20 11:15:13 espen Exp $
+;; $Id: gcallback.lisp,v 1.47 2007-10-17 14:31:19 espen Exp $
 
 (in-package "GLIB")
 
@@ -244,6 +244,8 @@ (defun describe-signal (signal-id &optional type)
 
 ;;;; Signal connecting and controlling
 
+(define-flags-type connect-flags :after :swapped)
+
 (defvar *overridden-signals* (make-hash-table :test 'equalp))
 
 (defbinding %signal-override-class-closure () nil