Re: [Re: [[gnomemm] Gnome::UI::Items::IconXpm: wrong data type for xpm's?]]



ERDI Gergo <cactus cactus rulez org> wrote:
> 
> 
> > Maybe const gchar** is not const (gchar**).
> 
> I guess we need some Daniel-power here :)

I find that a typedef makes it simpler:
typedef const char* type_constchar;
and then
void something(const type_constchar something);

Sorry, I can't test it right now.


Murray Cumming
murrayc usa net
www.murrayc.com




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