FreeFunc
Description:
[ CCode ( has_target = false ) ]
public delegate void FreeFunc (void* data)
public delegate void FreeFunc (void* data)
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.
Parameters:
data |
a data pointer |
Namespace: GLib
Package: glib-2.0