Method

PhocDesktopget_view_by_index

Declaration [src]

PhocView*
phoc_desktop_get_view_by_index (
  PhocDesktop* self,
  guint index
)

Description [src]

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

Parameters

index

Type: guint

The index to get the view for.

Return value

Type: PhocView

The looked up view.

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