SYNOPSIS

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

extern void vf_delete_prop

(

VF_OBJECT_T *p_object,

VF_PROP_T *p_prop,

bool_t dc

);

PARAMETERS

VF_OBJECT_T *p_object

The object we're deleting from.

VF_PROP_T *p_prop

The property we're removing.

bool_t dc

Should property contents be deleted?.

DESCRIPTION

Deletes indicated property from the indicated object. Deletes prop contents if dc is set.

RETURNS

(None)

RELATED TO vf_delete_prop…