[Gtk-sharp-list] Possible generator bugs.

Mike Kestner mkestner@speakeasy.net
Tue, 26 Aug 2003 23:39:23 -0500


On Tue, 2003-08-26 at 16:15, Todd Berman wrote:
> Found a couple potential bugs, need a bit of outside info to clear them
> up:
> 
> 1) In TextTag for example, the Get/SetProperty Method is used a lot
> using property names like "wrap_mode" and "font_desc", and the GTK+ API
> reference uses "wrap-mode" and "font-desc". I am not sure if one is an
> alias for the other, or if this is a real bug.

If the real prop name has the '-' and we are using a uscore, that's
definitely a bug. I think the gtk+ convention is to use uscores though,
so they might be interested in changing those in future releases.

> 2) In TextTag again, the set accessor for FontDesc (A
> Pango.FontDescription) results in this error:
> 
> (<unknown>:2268): GLib-GObject-WARNING **: gvalue.c:93: cannot
> initialize GValue
>  with type `GBoxed', this type has no GTypeValueTable implementation

> However, it seems like a relatively quick fix for someone who knows gtk+
> moderatly well.

Please file both of these issues in bugzilla to make sure they don't
fall through the cracks.  

I seem to sound like a broken record (sorry to all the vinyl impaired
youngsters out there) but bugzilla is the proper place for reports like
these.  

Anyone interested in fixing or triaging bugs can subscribe to the bug
mailing list on sourceforge which gets all the status change mails from
bugzilla.

Thanks for the reports.

-- 
Mike Kestner <mkestner@speakeasy.net>