wayland

package module
v0.0.0-...-88014a2 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2019 License: MIT Imports: 5 Imported by: 0

README

go-wayland

A Wayland library for Go.

License

MIT

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conn

type Conn struct {
	// contains filtered or unexported fields
}

func Dial

func Dial(display string) (*Conn, error)

func (*Conn) Close

func (c *Conn) Close()

func (*Conn) Display

func (c *Conn) Display() Display

func (*Conn) Run

func (c *Conn) Run() error

type Object

type Object struct {
	// contains filtered or unexported fields
}

func (*Object) Interface

func (o *Object) Interface() *wire.Interface

func (*Object) Send

func (o *Object) Send(opcode wire.Opcode, args ...interface{})

func (*Object) SendConstructor

func (o *Object) SendConstructor(opcode wire.Opcode, args ...interface{}) *Object

func (*Object) SetListener

func (o *Object) SetListener(f func(opcode wire.Opcode, args ...interface{}))

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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