Function libui_ng_sys::uiNewTableValueString
source · pub unsafe extern "C" fn uiNewTableValueString(
str_: *const c_char
) -> *mut uiTableValueExpand description
Creates a new table value to store a text string.
@param str String value.\n
A valid, NUL terminated UTF-8 string.\n
Data is owned by the caller.
@returns A new uiTableValue instance.
@memberof uiTableValue @static