[][src]Type Definition irssi_sys::GFreeFunc

type GFreeFunc = Option<unsafe extern "C" fn(data: gpointer)>;

GFreeFunc: @data: a data pointer

Declares a type of function which takes an arbitrary data pointer argument and has no return value. It is not currently used in GLib or GTK+.