Method

PhocDesktopget_views

Declaration [src]

GQueue*
phoc_desktop_get_views (
  PhocDesktop* self
)

Description [src]

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

Return value

Type: GQueue

The views.

The data is owned by the instance.