Packages

Native desktop GUI framework for Gleam, powered by Iced

Current section

Files

Jump to
plushie_gleam include plushie@protocol@decode_Hello.hrl
Raw

include/plushie@protocol@decode_Hello.hrl

-record(hello, {
protocol :: integer(),
version :: binary(),
name :: binary(),
mode :: binary(),
backend :: binary(),
transport :: binary(),
native_widgets :: list(binary()),
widgets :: list(binary())
}).