On Wed, 2007-11-07 at 08:05 -0600, Jonathon Jongsma wrote: > In the following constructor: > ClutterActor* clutter_label_new_full (const gchar > *font_name, > const gchar *text, > ClutterColor *color); > > Should the third param be '_const_ ClutterColor *color'? It's defined > as const in clutter_label_set_color(), so I would expect it to be the > same in the constructor.
yes, it should be a const, at least for consistency. Jonathon, can you please open a bug on clutter's bugzilla product at: http://bugzilla.openedhand.org/enter_bug.cgi?product=Clutter lest we forget it? thanks! :-) ciao, Emmanuele. -- Emmanuele Bassi, OpenedHand Ltd. Unit R, Homesdale Business Centre 216-218 Homesdale Rd., Bromley - BR12QZ http://www.o-hand.com -- To unsubscribe send a mail to [EMAIL PROTECTED]
