tiny.wayland.protocol.desktop.ext_image_copy_capture_manager_v1.enumerations
Defined in protocol.desktop.ext_image_copy_capture_manager_v1.
API (3)
Values and defaults
Public values and defaults.
Source
Source: lib/wayland/src/protocol/generated/desktop.zig:1642
zig
pub const enumerations = struct { pub const @"error": schema.Enumeration = .{ .name = "error", .since = 1, .bitfield = false, .entries = &.{ .{ .name = "invalid_option", .value = 1, .since = 1, .deprecated_since = null }, }, }; pub const options: schema.Enumeration = .{ .name = "options", .since = 1, .bitfield = true, .entries = &.{ .{ .name = "paint_cursors", .value = 1, .since = 1, .deprecated_since = null }, }, }; pub const all = [_]schema.Enumeration{ @"error", options }; };Also reachable as
protocol.generated.desktop.ext_image_copy_capture_manager_v1.enumerations.
Audit
| Definitions | 4 |
|---|---|
| Public names | 8 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |