On Wed, 2007-06-06 at 16:46 +0300, Tommi Höynälänmaa wrote: > There are several functions in clutter-texture that take argument of > type GError* instead of the usual GError**. Is this a bug?
in trunk? yes - it should be GError **. > Function pointer 'error' in _ClutterMediaInterface takes also GError* > but that may be a different thing. that is the error signal class handler; it means you're receiving an error and you shouldn't modify it. it should really be a const GError*,m though. thanks for the heads up! :-) ciao, Emmanuele. -- Emmanuele Bassi, [EMAIL PROTECTED] OpenedHand Ltd.
signature.asc
Description: This is a digitally signed message part
