SYNOPSIS

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

extern bool_t vf_set_prop_name_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 n'th name string.

RETURNS

TRUE iff allocation OK, FALSE else.

RELATED TO vf_set_prop_name_string…