Function libui_ng_sys::uiTableValueString
source · pub unsafe extern "C" fn uiTableValueString(
v: *const uiTableValue
) -> *const c_charExpand description
Returns the string value held internally.
To be used only on uiTableValue objects of type uiTableValueTypeString.
@param v Table value.
@returns String value.\n
A NUL terminated UTF-8 string.\n
Data remains owned by @p v, do NOT call uiFreeText().
@memberof uiTableValue