XcursorFile

Members

Variables

closure
void* closure;
read
int function(XcursorFile* file, ubyte* buf, int len) read;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
seek
int function(XcursorFile* file, long offset, int whence) seek;
write
int function(XcursorFile* file, ubyte* buf, int len) write;

Meta