Re: [Nautilus-list] some build fixes



Darin Adler wrote:

> > -NautilusDeviceType       nautilus_volume_get_device_type
> > (const NautilusVolume       *volume);
> > +const NautilusDeviceType nautilus_volume_get_device_type
> > (const NautilusVolume       *volume);
> 
> Not OK. Please fix this another way.

The problem here was that it was qualified as const in the .c
file but not in the header file. The other way to fix it is
to remove the const from the .c file.

Laca




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