fame_unregister(3) - Linux man page
Name
fame_unregister - unregister a type from the librarySynopsis
#include <fame.h> void fame_unregister(fame_context_t *context, char const *type);
Description
fame_unregister() is used to release the a object-type association.context is the context handle previously returned by fame_open
type is the type identifier to be released.
