Method

PhocWorkspacehas_unmanaged

Declaration [src]

gboolean
phoc_workspace_has_unmanaged (
  PhocWorkspace* self,
  PhocXWaylandUnmanaged* unmanaged
)

Description [src]

Checks if the given unmanaged surface is part of this workspace.

Parameters

unmanaged

Type: PhocXWaylandUnmanaged

A unmanaged.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the give unmanaged is on this workspace, otherwise FALSE.