.TH fame_register 3 "July 29, 2001" "libfame" "fame_register" .SH NAME fame_unregister \- unregister a type from the library .SH SYNOPSIS .nf .B #include .sp .BI "void fame_unregister(fame_context_t *" context ", char const *" type ");" .fi .SH DESCRIPTION .B fame_unregister() is used to release the a object-type association. .PP .I context is the context handle previously returned by .I fame_open .PP .I type is the type identifier to be released. .PP .SH "SEE ALSO" .BR fame_open(3) .BR fame_init(3) .BR fame_register(3) .BR fame_get_object(3)