Backend

Interface that must implement backends. The compositor send requests to the backend using this interface.

Members

Functions

createOutput
Output createOutput()
Undocumented in source.
initialize
void initialize(BackendConfig config, Compositor comp)
Undocumented in source.
terminate
void terminate()
Undocumented in source.

Properties

name
string name [@property getter]

Name of the backend.

Static functions

create
Backend create(string name)

Creates backend with specified name. If name is empty, default backend is created.

Meta