XCursorDylibLoader

Undocumented in source.
class XCursorDylibLoader : DylibLoader {}

Constructors

this
this()
Undocumented in source.

Members

Functions

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

Inherited Members

From DylibLoader

loadSymbols
void loadSymbols()
Undocumented in source. Be warned that the author may not have intended to support it.
configureMinimumVersion
void configureMinimumVersion(DylibVersion minVersion)
Undocumented in source. Be warned that the author may not have intended to support it.
bindFunc
void bindFunc(void** ptr, string name, bool required)
Undocumented in source. Be warned that the author may not have intended to support it.
bindFunc
void bindFunc(TFUN fun, string name, bool required)
Undocumented in source. Be warned that the author may not have intended to support it.
bindFunc_stdcall
void bindFunc_stdcall(Func f, string unmangledName)
Undocumented in source. Be warned that the author may not have intended to support it.
libs
string[] libs [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
dylib
Dylib dylib;
Undocumented in source.

Meta