From b75e4b11059452ee5a5cec877b97be1db9940e87 Mon Sep 17 00:00:00 2001 From: Dmitry Kalyanov Date: Thu, 26 Nov 2009 17:24:52 +0300 Subject: [PATCH] Add type-initializer-call for GtkTextIter --- gtk/gtk.text.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtk.text.lisp b/gtk/gtk.text.lisp index 73a4985..69c365c 100644 --- a/gtk/gtk.text.lisp +++ b/gtk/gtk.text.lisp @@ -14,6 +14,8 @@ (defmethod translate-to-foreign (value (type unichar)) (char-code value)) +(at-init () (foreign-funcall "gtk_text_iter_get_type" :int)) + (define-g-boxed-opaque text-iter "GtkTextIter" :alloc (gtk-text-iter-alloc)) -- 1.7.10.4