bigreq

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2024 License: BSD-3-Clause, GooglePatentClause Imports: 5 Imported by: 0

Documentation

Overview

FILE GENERATED AUTOMATICALLY FROM "bigreq.xml"

Index

Constants

View Source
const (
	// ExtName is the user-friendly name string of this X extension.
	ExtName = "BigRequests"

	// ExtXName is the name string this extension is known by to the X server.
	ExtXName = "BIG-REQUESTS"
)

Variables

This section is empty.

Functions

func EnableUnchecked

func EnableUnchecked(c *xgb.XConn) error

EnableUnchecked sends an unchecked request.

func Register added in v1.1.0

func Register(xconn *xgb.XConn) error

Register will query the X server for BigRequests extension support, and register relevant extension unmarshalers with the XConn.

Types

type EnableReply

type EnableReply struct {
	Sequence uint16 // sequence number of the request for this reply
	Length   uint32 // number of bytes in this reply
	// padding: 1 bytes
	MaximumRequestLength uint32
}

EnableReply represents the data returned from a Enable request.

func Enable

func Enable(c *xgb.XConn) (EnableReply, error)

Enable sends a checked request.

func (*EnableReply) Unmarshal added in v1.1.0

func (v *EnableReply) Unmarshal(buf []byte) error

Unmarshal reads a byte slice into a EnableReply value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL