Method

PhocDesktopinsert_view

Declaration [src]

void
phoc_desktop_insert_view (
  PhocDesktop* self,
  PhocView* view
)

Description [src]

Insert the view into the queue of views. New views are inserted at the front so they appear on top of other views.

Parameters

view

Type: PhocView

The view to insert.

The data is owned by the caller of the method.