.TH fame_register 3 "July 29, 2001" "libfame" "fame_register" .SH NAME fame_get_object \- get an object from the library .SH SYNOPSIS .nf .B #include .sp .BI "fame_object_t *fame_get_object(fame_context_t *" context ", char const *" type ");" .fi .SH DESCRIPTION .B fame_get_object() is used to retrieve the object associated with .I type from the library. .PP .I context is the context handle previously returned by .I fame_open .PP .I type is the type of the object to be retrieved. .PP For a list of built-in objects and their associated type, see .I fame_register .SH "RETURN VALUE" .BR fame_get_object returns the object, or NULL if not found. .SH "SEE ALSO" .BR fame_open(3) .BR fame_init(3) .BR fame_register(3) .BR fame_unregister(3)