WlClient

Undocumented in source.

Constructors

this
this(wl_client* native)
Undocumented in source.

Members

Aliases

DestroySig
alias DestroySig = Signal!(WlClient)
Undocumented in source.
NativeResourceCreatedSig
alias NativeResourceCreatedSig = Signal!(wl_resource*)
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.
addNativeResourceCreatedListener
void addNativeResourceCreatedListener(NativeResourceCreatedSig.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.
flush
void flush()
Undocumented in source. Be warned that the author may not have intended to support it.
object
WlResource object(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
postNoMemory
void postNoMemory()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin nativeImpl!wl_client
Undocumented in source.

Properties

credentials
Credentials credentials [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
display
WlDisplay display [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
fd
int fd [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta