Method
PhocWorkspaceget_unmanaged
Declaration [src]
GQueue*
phoc_workspace_get_unmanaged (
PhocWorkspace* self
)
Description [src]
Get the current unmanaged surfaces in render order. Don’t manipulate the queue directly. This is only meant for reading.
Return value
Type: GQueue
The unmanaged in render order.
| The returned data is owned by the instance. |