ghostty_render_state_row_iterator_new function
- Pointer<
GhosttyAllocator> allocator, - Pointer<
GhosttyRenderStateRowIterator> out_iterator
Implementation
GhosttyResult ghostty_render_state_row_iterator_new(
ffi.Pointer<GhosttyAllocator> allocator,
ffi.Pointer<GhosttyRenderStateRowIterator> out_iterator,
) => GhosttyResult.fromValue(
_ghostty_render_state_row_iterator_new(allocator, out_iterator),
);