ghostty_formatter_free function

  1. @Native<Void Function(GhosttyFormatter)>(GhosttyFormatter)>()
void ghostty_formatter_free(
  1. GhosttyFormatter formatter
)

Free a formatter instance.

Releases all resources associated with the formatter. After this call, the formatter handle becomes invalid.

@param formatter The formatter handle to free (may be NULL)

@ingroup formatter

Implementation

@ffi.Native<ffi.Void Function(GhosttyFormatter)>()
external void ghostty_formatter_free(GhosttyFormatter formatter);