tiny.wayland.protocol.core.wl_registry.events
Defined in protocol.core.wl_registry.
API (3)
Values and defaults
Public values and defaults.
Source
Source: lib/wayland/src/protocol/generated/core.zig:107
zig
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 }; };Also reachable as
protocol.generated.core.wl_registry.events.
Audit
| Definitions | 4 |
|---|---|
| Public names | 8 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |