Function
PhocGtkShellcreate
Declaration [src]
PhocGtkShell*
phoc_gtk_shell_create (
PhocDesktop* desktop,
wl_display* display
)
Parameters
desktop
-
Type:
PhocDesktop
No description available.
The data is owned by the caller of the function. display
-
Type:
wl_display*
No description available.
The argument can be NULL
.The data is owned by the caller of the function.
Return value
Type: PhocGtkShell
No description available.
The data is owned by the called function. |