Module x11rb_protocol::xauth::file
source ยท Expand description
Code for actually reading ~/.Xauthority
.
Structsยง
- XAuthorityEntries ๐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 single
u16
from an~/.Xauthority
file.