GhosttyTerminalDeviceAttributesFnFunction typedef

GhosttyTerminalDeviceAttributesFnFunction = Bool Function(GhosttyTerminal terminal, Pointer<Void> userdata, Pointer<GhosttyDeviceAttributes> out_attrs)

Implementation

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