Index: ext/libicpf/src/libicpf/cfg.h =================================================================== diff -u -N -r6e13958c3d83047ec29e5a703d8982025eb22304 -r3b516fa01909aa079e9ab478e8c3a5b2ddf9e288 --- ext/libicpf/src/libicpf/cfg.h (.../cfg.h) (revision 6e13958c3d83047ec29e5a703d8982025eb22304) +++ ext/libicpf/src/libicpf/cfg.h (.../cfg.h) (revision 3b516fa01909aa079e9ab478e8c3a5b2ddf9e288) @@ -158,6 +158,8 @@ void set_bool(uint_t uiProp, bool bVal, property::actions a=property::action_replace, size_t tIndex=0, property_tracker* pTracker=NULL); /// Sets the value of string-type property void set_string(uint_t uiProp, const tchar_t* pszVal, property::actions a=property::action_replace, size_t tIndex=0, property_tracker* pTracker=NULL); + /// Sets the string manually, without using registered properties; does not notify about change. + void set_string(const tchar_t* pszName, const tchar_t* pszVal, property::actions a=property::action_replace); /**@}*/ /** \name Notifications */