DartGhosttyTerminalDesktopNotificationFnFunction typedef
DartGhosttyTerminalDesktopNotificationFnFunction =
void Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<GhosttyTerminalDesktopNotification> notification)
Implementation
typedef DartGhosttyTerminalDesktopNotificationFnFunction = void Function(
GhosttyTerminal terminal,
ffi.Pointer<ffi.Void> userdata,
ffi.Pointer<GhosttyTerminalDesktopNotification> notification,
);