Skip to documentation
SLOP

tiny.wayland.protocol.core.wl_registry

Reference tiny.wayland protocol core wl_registry

Defined in protocol.core.

API (4)

Types and contracts

Public types and contracts.

Values and defaults

Public values and defaults.

No direct callersNo direct callsprotocol.corewl registry
Static calls · unresolved targets: unknown · external targets: unknown.

Source

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

zig
pub const wl_registry = struct {    pub const requests = struct {        pub const bind: schema.Message = .{            .name = "bind",            .opcode = 0,            .since = 1,            .deprecated_since = null,            .destructor = false,            .signature = "usun",            .descriptor_count = 0,            .minimum_payload_size = 20,            .arguments = &.{                .{ .name = "name", .kind = .uint, .interface = null, .enumeration = null, .nullable = false },                .{ .name = "id", .kind = .new_id, .interface = null, .enumeration = null, .nullable = false },            },        };        pub const all = [_]schema.Message{bind};    };    pub const events = struct {        pub const global: schema.Message = .{            .name = "global",            .opcode = 0,            .since = 1,            .deprecated_since = null,            .destructor = false,            .signature = "usu",            .descriptor_count = 0,            .minimum_payload_size = 16,            .arguments = &.{                .{ .name = "name", .kind = .uint, .interface = null, .enumeration = null, .nullable = false },                .{ .name = "interface", .kind = .string, .interface = null, .enumeration = null, .nullable = false },                .{ .name = "version", .kind = .uint, .interface = null, .enumeration = null, .nullable = false },            },        };        pub const global_remove: schema.Message = .{            .name = "global_remove",            .opcode = 1,            .since = 1,            .deprecated_since = null,            .destructor = false,            .signature = "u",            .descriptor_count = 0,            .minimum_payload_size = 4,            .arguments = &.{                .{ .name = "name", .kind = .uint, .interface = null, .enumeration = null, .nullable = false },            },        };        pub const all = [_]schema.Message{ global, global_remove };    };    pub const enumerations = struct {        pub const all = [_]schema.Enumeration{};    };    pub const metadata: schema.Interface = .{        .name = "wl_registry",        .version = 1,        .requests = &requests.all,        .events = &events.all,        .enumerations = &enumerations.all,    };};

Also reachable as

protocol.generated.core.wl_registry.

Audit

Definitions2
Public names4
Members0
Version26.7.0
Revisiondaab053ee433