Re: Creating new GObject
- From: AlannY <m alanny ru>
- To: gtk-list gnome org
- Subject: Re: Creating new GObject
- Date: Wed, 30 Apr 2008 20:38:52 +0400
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 ;-)
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]