Class: RBGL::GUI::Wayland::Display
- Inherits:
-
WaylandObject
- Object
- WaylandObject
- RBGL::GUI::Wayland::Display
- Defined in:
- lib/rbgl/gui/wayland/protocol_objects/display.rb
Instance Attribute Summary
Attributes inherited from WaylandObject
Instance Method Summary collapse
- #get_registry ⇒ Object
-
#initialize(connection) ⇒ Display
constructor
A new instance of Display.
- #sync ⇒ Object
Methods inherited from WaylandObject
Constructor Details
#initialize(connection) ⇒ Display
Returns a new instance of Display.
7 8 9 |
# File 'lib/rbgl/gui/wayland/protocol_objects/display.rb', line 7 def initialize(connection) super(connection, 1) end |