On Mon, 2008-09-22 at 13:26 +0800, Pizza wrote: > Hi, > I tried to use > > clutter_list_model_new (N_COLUMNS,G_TYPE_BOOLEAN, "Icon",G_TYPE_ENUM, > "Content") > > to create a list model, but when I ran my program, a warning message > appeared: > > Clutter-WARNING **: clutter-list-model.c:741: Invalid type GEnum
mmh, apparently I forgot to add G_TYPE_ENUM to the whitelist of fundamental types. will commit a fix before 0.8.2. for the time being, you can use G_TYPE_INT. ciao, Emmanuele. -- Emmanuele Bassi, Intel Open Source Technology Center -- To unsubscribe send a mail to [EMAIL PROTECTED]
