Method

PhocWorkspaceget_views

Declaration [src]

GQueue*
phoc_workspace_get_views (
  PhocWorkspace* self
)

Description [src]

Get the current views in render order. Don’t manipulate the queue directly. This is only meant for reading.

Return value

Type: GQueue

The views in render order.

The returned data is owned by the instance.