Skip to documentation
SLOP

tiny.wayland.protocol.core.wl_data_offer.events

Reference tiny.wayland protocol core wl_data_offer events

Defined in protocol.core.wl_data_offer.

API (4)

Values and defaults

Public values and defaults.

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

Source

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

zig
pub const events = struct {        pub const offer: schema.Message = .{            .name = "offer",            .opcode = 0,            .since = 1,            .deprecated_since = null,            .destructor = false,            .signature = "s",            .descriptor_count = 0,            .minimum_payload_size = 8,            .arguments = &.{                .{ .name = "mime_type", .kind = .string, .interface = null, .enumeration = null, .nullable = false },            },        };        pub const source_actions: schema.Message = .{            .name = "source_actions",            .opcode = 1,            .since = 3,            .deprecated_since = null,            .destructor = false,            .signature = "3u",            .descriptor_count = 0,            .minimum_payload_size = 4,            .arguments = &.{                .{ .name = "source_actions", .kind = .uint, .interface = null, .enumeration = "wl_data_device_manager.dnd_action", .nullable = false },            },        };        pub const action: schema.Message = .{            .name = "action",            .opcode = 2,            .since = 3,            .deprecated_since = null,            .destructor = false,            .signature = "3u",            .descriptor_count = 0,            .minimum_payload_size = 4,            .arguments = &.{                .{ .name = "dnd_action", .kind = .uint, .interface = null, .enumeration = "wl_data_device_manager.dnd_action", .nullable = false },            },        };        pub const all = [_]schema.Message{ offer, source_actions, action };    };

Also reachable as

protocol.generated.core.wl_data_offer.events.

Audit

Definitions5
Public names10
Members0
Version26.7.0
Revisiondaab053ee433