> if group->name is const then you need to make it > const gchar* text[] I think I'm back to where I started from with the following warning: warning: passing arg 4 of `gtk_ctree_insert_node' from incompatible pointer type The GTK documentation defines gtk_ctree_insert_node arg 4 as: gchar *text[], The libxml tree.h file defines name as: const xmlChar *name; /* the name of the node, or the entity */ My program works fine but I don't like seeing those warnings during the compile. Is there any way to convert the pointer without getting the warning? TIA -- Anthony -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
- [gtk-list] RE: select text in GtkLabels Arjan J. Molenaar
- [gtk-list] Converting pointers Anthony Tekatch
- [gtk-list] Re: Converting pointers Havoc Pennington
- [gtk-list] Re: Converting pointers Anthony Tekatch
- [gtk-list] Re: Converting pointers Havoc Pennington
- [gtk-list] Re: Converting pointers Tim Janik
- [gtk-list] Re: Converting poin... Havoc Pennington
- [gtk-list] Re: Converting pointers Anthony Tekatch
- [gtk-list] Re: Converting poin... Havoc Pennington
- [gtk-list] Re: Converting ... Anthony Tekatch
- [gtk-list] Re: select text in GtkLabels Martin Norbäck
- [gtk-list] Re: select text in GtkLabels Derek Simkowiak
- [gtk-list] Re: select text in GtkLabels Owen Taylor
- [gtk-list] Re: select text in GtkLabels Arjan J. Molenaar