Function libui_ng_sys::uiLabelText

source ·
pub unsafe extern "C" fn uiLabelText(l: *mut uiLabel) -> *mut c_char
Expand description

Returns the label text.

@param l uiLabel instance. @returns The text of the label.\n A NUL terminated UTF-8 string.\n Data is owned by the caller, make sure to call uiFreeText(). @memberof uiLabel