Method

PhocWorkspaceget_view_by_index

Declaration [src]

PhocView*
phoc_workspace_get_view_by_index (
  PhocWorkspace* self,
  guint index
)

Description [src]

Gets the view at the given position in the queue. If the view is not part of that workspace NULL is returned.

Parameters

index

Type: guint

The index to get the view for.

Return value

Type: PhocView

The looked up view.

The returned data is owned by the instance.
The return value can be NULL.