touched up qse_xli_setpairwithstr() a bit
This commit is contained in:
@ -735,6 +735,10 @@ QSE_EXPORT qse_xli_pair_t* qse_xli_findpair (
|
||||
const qse_char_t* fqpn
|
||||
);
|
||||
|
||||
/**
|
||||
* The qse_xli_setpairwithstr() finds an existing pair with the fully qualified
|
||||
* pair name and updates its value with a new string value.
|
||||
*/
|
||||
QSE_EXPORT qse_xli_pair_t* qse_xli_setpairwithstr (
|
||||
qse_xli_t* xli,
|
||||
const qse_xli_list_t* list,
|
||||
@ -749,7 +753,6 @@ QSE_EXPORT qse_size_t qse_xli_countpairs (
|
||||
const qse_char_t* fqpn
|
||||
);
|
||||
|
||||
|
||||
/**
|
||||
* The qse_xli_addsegtostr() function creates a new string segment made of
|
||||
* the character string pointed to by \a value and chains it to the XLI string
|
||||
|
Reference in New Issue
Block a user