Re: Creating new GObject
- Date: Wed, 30 Apr 2008 20:38:52 +0400
- From: AlannY <m@xxxxxxxxx>
- Subject: Re: Creating new GObject
Peter Clifton wrote:
> The error message is giving you the hint you need..
>
> The g_type system needs to be initialised before you can use it, add a
> call to:
>
> g_type_init ();
>
> Before your point_new () call, and it should be a lot happier.
>
Thanks a lot ;-) It works ;-)
_______________________________________________
gtk-list mailing list
gtk-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gtk-list