tiny.wayland.protocol.desktop.zwp_linux_dmabuf_v1.events
Defined in protocol.desktop.zwp_linux_dmabuf_v1.
API (3)
Values and defaults
Public values and defaults.
Source
Source: lib/wayland/src/protocol/generated/desktop.zig:2111
zig
pub const events = struct { pub const format: schema.Message = .{ .name = "format", .opcode = 0, .since = 1, .deprecated_since = 4, .destructor = false, .signature = "u", .descriptor_count = 0, .minimum_payload_size = 4, .arguments = &.{ .{ .name = "format", .kind = .uint, .interface = null, .enumeration = null, .nullable = false }, }, }; pub const modifier: schema.Message = .{ .name = "modifier", .opcode = 1, .since = 3, .deprecated_since = 4, .destructor = false, .signature = "3uuu", .descriptor_count = 0, .minimum_payload_size = 12, .arguments = &.{ .{ .name = "format", .kind = .uint, .interface = null, .enumeration = null, .nullable = false }, .{ .name = "modifier_hi", .kind = .uint, .interface = null, .enumeration = null, .nullable = false }, .{ .name = "modifier_lo", .kind = .uint, .interface = null, .enumeration = null, .nullable = false }, }, }; pub const all = [_]schema.Message{ format, modifier }; };Also reachable as
protocol.generated.desktop.zwp_linux_dmabuf_v1.events.
Audit
| Definitions | 4 |
|---|---|
| Public names | 8 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |