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

NAME

vf_create_object - vf_create_object()

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.

SEE ALSO