ghostty_render_state_row_iterator_free function

  1. @Native<Void Function(GhosttyRenderStateRowIterator)>(GhosttyRenderStateRowIterator)>()
void ghostty_render_state_row_iterator_free(
  1. GhosttyRenderStateRowIterator iterator
)

Free a render-state row iterator.

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

@ingroup render

Implementation

@ffi.Native<ffi.Void Function(GhosttyRenderStateRowIterator)>()
external void ghostty_render_state_row_iterator_free(
  GhosttyRenderStateRowIterator iterator,
);