Documentation ¶
Overview ¶
Package xcb implements X11 ChangeHosts via libxcb.
Index ¶
Constants ¶
View Source
const ( HostModeInsert = C.XCB_HOST_MODE_INSERT HostModeDelete = C.XCB_HOST_MODE_DELETE FamilyInternet = C.XCB_FAMILY_INTERNET FamilyDecnet = C.XCB_FAMILY_DECNET FamilyChaos = C.XCB_FAMILY_CHAOS FamilyServerInterpreted = C.XCB_FAMILY_SERVER_INTERPRETED FamilyInternet6 = C.XCB_FAMILY_INTERNET_6 )
Variables ¶
View Source
var (
ErrChangeHosts = errors.New("xcb_change_hosts() failed")
)
Functions ¶
Types ¶
type ConnectionError ¶
type ConnectionError struct {
// contains filtered or unexported fields
}
func (*ConnectionError) Error ¶
func (e *ConnectionError) Error() string
func (*ConnectionError) Unwrap ¶
func (e *ConnectionError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.