Skip to documentation
SLOP

tiny.wayland.protocol.desktop.zwp_linux_dmabuf_v1.events

Reference 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.

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

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

Definitions4
Public names8
Members0
Version26.7.0
Revisiondaab053ee433