Re: [gtk-list] Re: *REALLY* easy question for ya..
- From: Havoc Pennington <rhp zirx pair com>
- To: pixel <pixel dotcom fr>
- cc: gtk-list redhat com
- Subject: Re: [gtk-list] Re: *REALLY* easy question for ya..
- Date: Sat, 8 May 1999 02:12:14 -0400 (EDT)
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]