Method

PhocDesktopview_check_visibility

Declaration [src]

gboolean
phoc_desktop_view_check_visibility (
  PhocDesktop* self,
  PhocView* view
)

Description [src]

Checks if a view is currently visible. This is currently very pessimistic and only assumes that the view is not visible when we’re certain it is covered by other windows.

Parameters

view

Type: PhocView

The view to check.

The data is owned by the caller of the method.

Return value

Type: gboolean

FALSE when it’s certain that the view is not visible, otherwise TRUE.