pub unsafe extern "C" fn uiLabelText(l: *mut uiLabel) -> *mut c_charExpand description
Returns the label text.
@param l uiLabel instance.
@returns The text of the label.\n
A NUL terminated UTF-8 string.\n
Caller is responsible for freeing the data with uiFreeText().
@memberof uiLabel