Skip to documentation
SLOP

tiny.wayland.protocol.core.wl_data_device_manager.enumerations

Reference tiny.wayland protocol core wl_data_device_manager enumerations

Defined in protocol.core.wl_data_device_manager.

API (2)

Values and defaults

Public values and defaults.

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

Source

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

zig
pub const enumerations = struct {        pub const dnd_action: schema.Enumeration = .{            .name = "dnd_action",            .since = 3,            .bitfield = true,            .entries = &.{                .{ .name = "none", .value = 0, .since = 1, .deprecated_since = null },                .{ .name = "copy", .value = 1, .since = 1, .deprecated_since = null },                .{ .name = "move", .value = 2, .since = 1, .deprecated_since = null },                .{ .name = "ask", .value = 4, .since = 1, .deprecated_since = null },            },        };        pub const all = [_]schema.Enumeration{dnd_action};    };

Also reachable as

protocol.generated.core.wl_data_device_manager.enumerations.

Audit

Definitions3
Public names6
Members0
Version26.7.0
Revisiondaab053ee433