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.

RELATED TO vf_get_object_type…