Skip to documentation
SLOP

tiny.wayland.protocol.desktop.ext_image_copy_capture_frame_v1.enumerations

Reference tiny.wayland protocol desktop ext_image_copy_capture_frame_v1 enumerations

Defined in protocol.desktop.ext_image_copy_capture_frame_v1.

API (3)

Values and defaults

Public values and defaults.

No direct callersNo direct callsprotocol.desktop.ext_image_copy_capture_frame_v1enumerations
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/wayland/src/protocol/generated/desktop.zig:1923

zig
pub const enumerations = struct {        pub const @"error": schema.Enumeration = .{            .name = "error",            .since = 1,            .bitfield = false,            .entries = &.{                .{ .name = "no_buffer", .value = 1, .since = 1, .deprecated_since = null },                .{ .name = "invalid_buffer_damage", .value = 2, .since = 1, .deprecated_since = null },                .{ .name = "already_captured", .value = 3, .since = 1, .deprecated_since = null },            },        };        pub const failure_reason: schema.Enumeration = .{            .name = "failure_reason",            .since = 1,            .bitfield = false,            .entries = &.{                .{ .name = "unknown", .value = 0, .since = 1, .deprecated_since = null },                .{ .name = "buffer_constraints", .value = 1, .since = 1, .deprecated_since = null },                .{ .name = "stopped", .value = 2, .since = 1, .deprecated_since = null },            },        };        pub const all = [_]schema.Enumeration{ @"error", failure_reason };    };

Also reachable as

protocol.generated.desktop.ext_image_copy_capture_frame_v1.enumerations.

Audit

Definitions4
Public names8
Members0
Version26.7.0
Revisiondaab053ee433