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) #

[View source]

Instance Method Detail

def compositor #

[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(int) #

[View source]
def xdg #

[View source]