class WaylandClient::Registry

Overview

A class to keep track of global Wayland objects and their interfaces.

Defined in:

registry.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(display : Display) #

[View source]

Instance Method Detail

def close #

[View source]
def compositor #

[View source]
def cursor_shape_manager : Pointer(LibCursorShape::Manager) | Nil #

[View source]
def names : Hash(UInt32, String) #

[View source]
def register(wl_registry, interface_name, name, version) #

[View source]
def seat #

[View source]
def shm #

[View source]
def subcompositor #

[View source]
def unregister(name) #

[View source]
def versions : Hash(UInt32, UInt32) #

[View source]
def xdg #

[View source]