ghostty_render_state_row_cells_new function
GhosttyResult
ghostty_render_state_row_cells_new(
- Pointer<
GhosttyAllocator> allocator, - Pointer<
GhosttyRenderStateRowCells> out_cells
Implementation
GhosttyResult ghostty_render_state_row_cells_new(
ffi.Pointer<GhosttyAllocator> allocator,
ffi.Pointer<GhosttyRenderStateRowCells> out_cells,
) => GhosttyResult.fromValue(
_ghostty_render_state_row_cells_new(allocator, out_cells),
);