Packages

Gleam SDK for Rockbox Zig — pipe-friendly client for the rockboxd GraphQL API

Current section

Files

Jump to
rockbox include rockbox@types_Entry.hrl
Raw

include/rockbox@types_Entry.hrl

-record(entry, {
name :: binary(),
attr :: integer(),
time_write :: integer(),
customaction :: integer(),
display_name :: gleam@option:option(binary())
}).