Re: [gtk-list] Re: *REALLY* easy question for ya..




On Tue, 4 May 1999, pixel wrote:
> >gint bounceSlider(gpointer *data);
> >

To eliminate the warning, you would use (gpointer data) instead of
(gpointer *data).

>     Nothing is really wrong with that. If you want want to get rid of this
>     waring you should cast the arg 2 to (GtkFunction). But since everybody 
>     does not really take this seriously, you can just ignore (and focus on 
>     more important problems, such as the interface usability, and so on :)

But it's true that it basically doesn't matter. Just be sure you cast the
single pointer argument properly in bounceSlider().

Havoc




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