fame_get_object(3) - Linux man page
Name
fame_get_object - get an object from the librarySynopsis
#include <fame.h> fame_object_t *fame_get_object(fame_context_t *context, char const *type);
Description
fame_get_object() is used to retrieve the object associated with type from the library.context is the context handle previously returned by fame_open
type is the type of the object to be retrieved.
For a list of built-in objects and their associated type, see fame_register
