GhosttyTerminalTitleChangedFnFunction typedef

GhosttyTerminalTitleChangedFnFunction = Void Function(GhosttyTerminal terminal, Pointer<Void> userdata)

Implementation

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