SourceFunc


Description:

public delegate bool SourceFunc ()

Specifies the type of function passed to g_timeout_add, add_full, g_idle_add, and add_full.

Parameters:

user_data

data passed to the function, set when the source was created with one of the above functions

Returns:

false if the source should be removed. G_SOURCE_CONTINUE and G_SOURCE_REMOVE are more memorable names for the return value.


Namespace: GLib
Package: glib-2.0