WlResource

Undocumented in source.

Constructors

this
this(wl_resource* native)
Undocumented in source.

Members

Aliases

DestroySig
alias DestroySig = Signal!(WlResource)
Undocumented in source.

Functions

addDestroyListener
void addDestroyListener(DestroySig.Listener listener)
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
postError
void postError(uint code, string fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin nativeImpl!wl_resource
Undocumented in source.

Properties

client
WlClient client [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
cls
string cls [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
uint id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ver
int ver [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta