Function libui_ng_sys::uiEntryText

source ·
pub unsafe extern "C" fn uiEntryText(e: *mut uiEntry) -> *mut c_char
Expand description

Returns the entry’s text.

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