Method

PhocDesktopremove_view

Declaration [src]

gboolean
phoc_desktop_remove_view (
  PhocDesktop* self,
  PhocView* view
)

Description [src]

Removes a view from the queue of views.

Parameters

view

Type: PhocView

The view to remove.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the view was found, otherwise FALSE.