Module x11rb_protocol::xauth::file
source ยท Expand description
Code for actually reading ~/.Xauthority
.
Structsยง
- XAuthority
Entries ๐An iterator over the entries of an.Xauthority
file
Functionsยง
- Get the file name for
~/.Xauthority
based on environment variables. - read_
entry ๐Read a single entry from an~/.Xauthority
file. - read_
string ๐Read a single โbyte arrayโ from an~/.Xauthority
file. - read_
u16 ๐Read a singleu16
from an~/.Xauthority
file.