LibuiFreeText allows implementations of Control to call the libui function uiFreeText.
(c uintptr)
| 141 | // LibuiFreeText allows implementations of Control |
| 142 | // to call the libui function uiFreeText. |
| 143 | func LibuiFreeText(c uintptr) { |
| 144 | C.uiFreeText((*C.char)(unsafe.Pointer(c))) |
| 145 | } |
nothing calls this directly
no outgoing calls
no test coverage detected