ghostty_render_state_row_cells_new function

GhosttyResult ghostty_render_state_row_cells_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. 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),
);