Availability:C-language interface function
bool PL_unregister_blob_type(PL_blob_t
*type)Unlink the blob type from the registered type and transform the type of
possible living blobs to unregistered
, avoiding further
reference to the type structure, functions referred by it, as well as
the data. This function returns TRUE
if no blobs of this
type existed and FALSE
otherwise. PL_unregister_blob_type()
is intended for the uninstall() hook of foreign modules, avoiding
further references to the module.