Re: GnomeSettingsModule



On 29.03.2007 11:32, Rodrigo Moya wrote:
> On Wed, 2007-03-28 at 18:11 +0200, Jens Granseuer wrote:
> > On 28.03.2007 15:55, Rodrigo Moya wrote:
> > > 	if (!module_type) {
> > > 		static const GTypeInfo module_info = {
> > > 			sizeof (GnomeSettingsModuleClass),
> > > 			NULL,		/* base_init */
> > > 			NULL,		/* base_finalize */
> > > 			(GClassInitFunc) gnome_settings_module_class_init,
> > > 			NULL,		/* class_finalize */
> > > 			NULL,		/* class_data */
> > > 			sizeof (GnomeSettingsModule),
> > > 			0,		/* n_preallocs */
> > > 			(GInstanceInitFunc) gnome_settings_module_init,
> > > 		};
> > 
> > If I'm not mistaken, Christian Persch and others were on a quest to make
> > these non-static sometime during 2.17.
> > 
> what exactly should be non-static?

The GTypeInfo

Jens



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