GhosttyTerminalSizeFnFunction typedef

GhosttyTerminalSizeFnFunction = Bool Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<GhosttySizeReportSize> out_size)

Implementation

typedef GhosttyTerminalSizeFnFunction = ffi.Bool Function(
  GhosttyTerminal terminal,
  ffi.Pointer<ffi.Void> userdata,
  ffi.Pointer<GhosttySizeReportSize> out_size,
);