Function

PhocGtkShellcreate

Declaration [src]

PhocGtkShell*
phoc_gtk_shell_create (
  PhocDesktop* desktop,
  wl_display* display
)

Description [src]

Create a new PhocGtkSurface.

This function is not directly available to language bindings.

Parameters

desktop

Type: PhocDesktop

No description available.

The data is owned by the caller of the function.
display

Type: wl_display*

The Wayland display.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: PhocGtkShell

The new PhocGtkSurface.

The data is owned by the called function.