FreeFunc

typealias FreeFunc = (<Error class: unknown class>?) -> Unit

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.

  • param data a data pointer