ListG.freeFull

Convenience method, which frees all the memory used by a GList, and calls the specified destroy function on every element's data. Since 2.28

class ListG
void
freeFull

Parameters

freeFunc GDestroyNotify

the function to be called to free each element's data

Meta