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.
Return value
Type: PhocView
The looked up view.
The returned data is owned by the instance. |
The return value can be NULL . |