WlProxy

Wrapper around wl_proxy and base class for types generated by the protocol.

Constructors

this
this(wl_proxy* proxy)
Undocumented in source.

Members

Functions

destroyNotify
void destroyNotify()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

class_
string class_ [@property getter]

Get the class of this object.

id
uint id [@property getter]

Get the id assigned to this object.

proxy
inout(wl_proxy)* proxy [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ver
uint ver [@property getter]

Get the protocol version of WlDisplay.

Static functions

get
WlProxy get(wl_proxy* proxy)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta