guile-gtk-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Two small bugs in guile-gnome-gtk


From: Andy Wingo
Subject: Re: Two small bugs in guile-gnome-gtk
Date: Wed, 10 Nov 2004 23:25:40 +0200

Hi Patrick,

On Tue, 2004-10-05 at 09:44 +0200, Patrick Bernaud wrote:
>  - in the custom wrapper for gtk_text_buffer_insert_with_tags and
>    gtk_text_buffer_insert_with_tags_by_name, param 4 was freed at the
>    end of the function. But it was also freed in the (generated)
>    upper-level wrapper. I deleted the first g_list_free() (patch-9) ;

The problem was actually in the glist-of wrapper -- it was freeing lists
that it didn't own. Fixed in the glib wrapper.

>  - it was not possible to create anonymous tags for a text buffer: the
>    generic for gtk-text-buffer-create-tag had a specializer on
>    parameter 2 (<string>) that prevented from passing it #f, thus
>    preventing creation of an anonymous tag. The long version did not
>    had this limitation (patch-10).

Fixed, but not from your tree -- I unfortunately didn't have that around
when I was working on this.

Cheers,
-- 
Andy Wingo <address@hidden>
http://ambient.2y.net/wingo/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]