Free destroys s.
()
| 372 | |
| 373 | // Free destroys s. |
| 374 | func (s *AttributedString) Free() { |
| 375 | C.uiFreeAttributedString(s.s) |
| 376 | } |
| 377 | |
| 378 | // String returns the textual content of s. |
| 379 | func (s *AttributedString) String() string { |
nothing calls this directly
no outgoing calls
no test coverage detected