Func

Specifies the type of functions passed to glib.list.List.foreach_ and glib.slist.SList.foreach_.

alias Func = void delegate
(
void* data
)