GhosttyTerminalPwdChangedFnFunction typedef

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

Implementation

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