fame_get_object(3) - Linux man page

Name

fame_get_object - get an object from the library

Synopsis

#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

Return Value

fame_get_object returns the object, or NULL if not found.

See Also

fame_open(3) fame_init(3) fame_register(3) fame_unregister(3)