GhosttyTerminalDesktopNotificationFnFunction typedef

GhosttyTerminalDesktopNotificationFnFunction = Void Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<GhosttyTerminalDesktopNotification> notification)

Implementation

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