ghostty_render_state_row_cells_free function
- @Native<Void Function(GhosttyRenderStateRowCells)>(GhosttyRenderStateRowCells)>()
Free a row cells instance.
@param cells The row cells handle to free (may be NULL)
@ingroup render
Implementation
@ffi.Native<ffi.Void Function(GhosttyRenderStateRowCells)>()
external void ghostty_render_state_row_cells_free(
GhosttyRenderStateRowCells cells,
);