X-Git-Url: https://git.distorted.org.uk/~mdw/clg/blobdiff_plain/928e2b4ec3edc03eb579ee37a442f68948008aa2..65d26e3e3df689848d54a3c98437dc2922ff8bf2:/gtk/gtktypes.lisp diff --git a/gtk/gtktypes.lisp b/gtk/gtktypes.lisp index 18d1923..dd6d53c 100644 --- a/gtk/gtktypes.lisp +++ b/gtk/gtktypes.lisp @@ -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: gtktypes.lisp,v 1.48 2006/06/23 12:25:38 espen Exp $ +;; $Id: gtktypes.lisp,v 1.50 2006/08/25 12:34:49 espen Exp $ (in-package "GTK") @@ -951,7 +951,7 @@ :allocation :virtual :getter "gtk_text_mark_get_name" :reader text-mark-name - :type string) + :type (copy-of string)) (visible :allocation :virtual :getter "gtk_text_mark_get_visible" @@ -998,7 +998,7 @@ :allocation :virtual :getter "gtk_toggle_action_get_active" :setter "gtk_toggle_action_set_active" - :initarg :active +; :initarg :active :accessor toggle-action-active-p :type boolean)))