DartGhosttyTerminalDeviceAttributesFnFunction typedef

DartGhosttyTerminalDeviceAttributesFnFunction = bool Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<GhosttyDeviceAttributes> out_attrs)

Implementation

typedef DartGhosttyTerminalDeviceAttributesFnFunction =
    bool Function(
      GhosttyTerminal terminal,
      ffi.Pointer<ffi.Void> userdata,
      ffi.Pointer<GhosttyDeviceAttributes> out_attrs,
    );