SYNOPSIS

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

extern VF_OBJECT_T *vf_get_prop_value_object(VF_PROP_T *p_prop);

PARAMETERS

VF_PROP_T *p_prop

Property to locate object from.

DESCRIPTION

Obtain object pointer value from VF_PROP_T.

RETURNS

Pointer to vobject value (or NULL if not found).

RELATED TO vf_get_prop_value_object…