uiNewTableValueString

Function uiNewTableValueString 

Source
pub unsafe extern "C" fn uiNewTableValueString(
    str_: *const c_char,
) -> *mut uiTableValue
Expand 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 copied internally. Ownership is not transferred. @returns A new uiTableValue instance. @memberof uiTableValue @static