Skip to documentation
SLOP

tiny.wayland.protocol.core.wl_shell.enumerations

Reference tiny.wayland protocol core wl_shell enumerations

Defined in protocol.core.wl_shell.

API (2)

Values and defaults

Public values and defaults.

No direct callersNo direct callsprotocol.core.wl_shellenumerations
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/wayland/src/protocol/generated/core.zig:1067

zig
pub const enumerations = struct {        pub const @"error": schema.Enumeration = .{            .name = "error",            .since = 1,            .bitfield = false,            .entries = &.{                .{ .name = "role", .value = 0, .since = 1, .deprecated_since = null },            },        };        pub const all = [_]schema.Enumeration{@"error"};    };

Also reachable as

protocol.generated.core.wl_shell.enumerations.

Audit

Definitions3
Public names6
Members0
Version26.7.0
Revisiondaab053ee433