SYNOPSIS

#include <../vformat/vf_iface.h>

extern VF_OBJECT_T *vf_create_object

(

const char *p_type,

VF_OBJECT_T *p_parent

);

PARAMETERS

const char *p_type

Type of object to create.

VF_OBJECT_T *p_parent

Parent object if any.

DESCRIPTION

Creates an empty vformat object.

RETURNS

Ptr to object if created else NULL.

RELATED TO vf_create_object…