Type Definition panda_sys::GVoidFunc[][src]

pub type GVoidFunc = Option<unsafe extern "C" fn()>;
Expand description

GVoidFunc:

Declares a type of function which takes no arguments and has no return value. It is used to specify the type function passed to g_atexit().