[Gtk-sharp-list] GLib.Value fix

Radek Doulík rodo@ximian.com
18 Nov 2002 20:48:46 +0100


On Po, 2002-11-18 at 01:07, Vladimir Vukicevic wrote:
> On Sun, 2002-11-17 at 15:24, Radek Doulík wrote:
> > Hi,
> > 
> > attached patch fixes GLib.Value from GLib.Object constructor, it
> > preserves objects GType now (like Gdk.Pixbuf) instead of remembering it
> > as GLib.Object.
> > 
> > Could I commit?
> 
> I have a similar patch to this that I kept forgetting to post; I
> basically did the same things you did, except I also created a GType
> class that allows you to do some simple introspection using the GObject
> system (i.e. walk the hierarchy, get the GType name, etc.).  I'll clean
> that up and post it in a bit, sorry for the duplication of effort =/

OK, I have committed my patch for now, feel free to revert/update it
once you have yours ready.

Cheers
Radek