passing arg 2 of `g_timeout_add' from incompatible pointer type
- From: Yiannis <odysseus lost gmail com>
- To: gtk-list gnome org
- Subject: passing arg 2 of `g_timeout_add' from incompatible pointer type
- Date: Tue, 3 Oct 2006 19:57:46 +0100
OK, I always get the following warning and I never understood why.
passing arg 2 of `g_timeout_add' from incompatible pointer type
A typical example of my code would be:
gboolean
foo(void)
{
return TRUE;
}
g_timeout_add(500, foo, NULL);
Any clues?
Thanks!
--
-- Yiannis
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]