SYNOPSIS

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

extern bool_t vf_set_prop_value_string

(

VF_PROP_T *p_prop,

uint32_t n_string,

const char *p_string

);

PARAMETERS

VF_PROP_T *p_prop

Property we're setting a value in.

uint32_t n_string

Index to string.

const char *p_string

Pointer to string.

DESCRIPTION

Set the value of a property.

RETURNS

TRUE <=> set successfully.

RELATED TO vf_set_prop_value_string…