ghostty_render_state_row_cells_free function

  1. @Native<Void Function(GhosttyRenderStateRowCells)>(GhosttyRenderStateRowCells)>()
void ghostty_render_state_row_cells_free(
  1. GhosttyRenderStateRowCells cells
)

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,
);