GhosttyTerminalProgressReportFnFunction typedef

GhosttyTerminalProgressReportFnFunction = Void Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<GhosttyTerminalProgressReport> report)

Implementation

typedef GhosttyTerminalProgressReportFnFunction = ffi.Void Function(
  GhosttyTerminal terminal,
  ffi.Pointer<ffi.Void> userdata,
  ffi.Pointer<GhosttyTerminalProgressReport> report,
);