Method

PhocWorkspacehas_view

Declaration [src]

gboolean
phoc_workspace_has_view (
  PhocWorkspace* self,
  PhocView* view
)

Description [src]

Checks if the given view is part of this workspace.

Parameters

view

Type: PhocView

A view.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the give view is on this workspace, otherwise FALSE.