Skip to main content

ghostty_render_state_row_iterator_new

Function ghostty_render_state_row_iterator_new 

Source
pub unsafe extern "C" fn ghostty_render_state_row_iterator_new(
    allocator: *const Allocator,
    out_iterator: *mut RenderStateRowIterator,
) -> Type
Expand description

Create a new row iterator instance.

All fields except the allocator are left undefined until populated via ghostty_render_state_get() with GHOSTTY_RENDER_STATE_DATA_ROW_ITERATOR.

    failure