man vf_get_object_type (Fonctions bibliothèques) - vf_get_object_type()

NAME

vf_get_object_type - vf_get_object_type()

SYNOPSIS

#include <../vformat/vf_iface.h> extern const char *vf_get_object_type(VF_OBJECT_T *p_object);

PARAMETERS

VF_OBJECT_T *p_object
Object to locate type of.

DESCRIPTION

Return the type string identifying the indicated vformat object, the string after the 'BEGIN' mark so 'VCARD' or 'VNOTE' etc.

RETURNS

Ptr to string.

SEE ALSO