ghostty_render_state_row_cells_get function

GhosttyResult ghostty_render_state_row_cells_get(
  1. GhosttyRenderStateRowCells cells,
  2. GhosttyRenderStateRowCellsData data,
  3. Pointer<Void> out
)

Implementation

GhosttyResult ghostty_render_state_row_cells_get(
  GhosttyRenderStateRowCells cells,
  GhosttyRenderStateRowCellsData data,
  ffi.Pointer<ffi.Void> out,
) => GhosttyResult.fromValue(
  _ghostty_render_state_row_cells_get(cells, data.value, out),
);