VgaGames 3 - VgaGames3-object man-pages

[.. upper level ..]

VG3_ofunc_get_objfunc()

Return structure with object-functions for a VgaGames3-object.
SYNTAX
const struct vg3_ofunc_objfunc * VG3_ofunc_get_objfunc(struct vg3_ofunc *ofstruct, const char *oid)

FUNCTION PARAMETERS
ofstruct Common VgaGames3-object structure
oid Object-ID

RETURN VALUE
Returns the structure with object-functions, or NULL if not found.

DESCRIPTION
Return structure with object-functions for a VgaGames3-object with object-ID = oid. This structure had to be filled out with a getofc_*() function in this object, refer to ofunc_new().

SEE ALSO
VG3_ofunc_get_objobjfunc()