Re: 0.24.2, gtksourceview



On Sunday 11 May 2003 10:15, Anders Johansson wrote:
> an error about type-punning is generated. Adding a temp variable like
>
> gpointer *ptr_to_bar = &bar;

typo. gpointer is void *, so what I meant to say was

gpointer ptr_to_bar = &bar;



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