I am using the 'g_timeout_add_seconds' in my code. But when i compile the following error is shown
warning: passing argument 2 of 'g_timeout_add_seconds'
g_timeout_add_seconds(1, message_cb, data); //usage
gboolean message_cb(List *data) //prototype