Constructor

CasildaCompositornew

Declaration [src]

CasildaCompositor*
casilda_compositor_new (
  const gchar* socket
)

Description [src]

Create a new CasildaCompositor widget using socket as the name of the Wayland socket. Clients can connect to the compositor by setting WAYLAND_DISPLAY=socket.

Parameters

socket

Type: const gchar*

The named socket to use or NULL.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: CasildaCompositor

A new CasildaCompositor widget.

The data is owned by the called function.