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