man fame_get_object (Fonctions bibliothèques) - get an object from the library

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