GstMiniObjectNotify

A GstMiniObjectNotify function can be added to a mini object as a callback that gets triggered when MiniObject.unref drops the last ref and obj is about to be freed.

alias GstMiniObjectNotify = void function(void* userData, GstMiniObject* obj)