fame_unregister - Man Page
unregister a type from the library
Synopsis
#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.
See Also
fame_open(3) fame_init(3) fame_register(3) fame_get_object(3)
Referenced By
fame_get_object(3), fame_open(3), fame_register(3).
July 29, 2001 libfame fame_register