Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
GTypeGLDisplayWayland = coreglib.Type(C.gst_gl_display_wayland_get_type())
)
GType values.
Functions ¶
This section is empty.
Types ¶
type GLDisplayWayland ¶
GLDisplayWayland contents of a GLDisplayWayland are private and should only be accessed through the provided API.
func NewGLDisplayWayland ¶
func NewGLDisplayWayland(name string) *GLDisplayWayland
NewGLDisplayWayland: create a new GLDisplayWayland from the wayland display name. See wl_display_connect() for details on what is a valid name.
The function takes the following parameters:
- name (optional): display name.
The function returns the following values:
- glDisplayWayland: new GLDisplayWayland or NULL.
type GLDisplayWaylandClass ¶
type GLDisplayWaylandClass struct {
// contains filtered or unexported fields
}
GLDisplayWaylandClass: instance of this type is always passed by reference.
func (*GLDisplayWaylandClass) ObjectClass ¶
func (g *GLDisplayWaylandClass) ObjectClass() *gstgl.GLDisplayClass
func (*GLDisplayWaylandClass) Padding ¶
func (g *GLDisplayWaylandClass) Padding() [4]unsafe.Pointer
type GLDisplayWaylandOverrides ¶
type GLDisplayWaylandOverrides struct { }
GLDisplayWaylandOverrides contains methods that are overridable.
Click to show internal directories.
Click to hide internal directories.