Struct

CoglUserDataDestroyCallback

Description [src]

typedef GDestroyNotify CoglUserDataDestroyCallback

When associating private data with a CoglObject a callback can be given which will be called either if the object is destroyed or if cogl_object_set_user_data() is called with NULL user_data for the same key.