Method

PhocDesktopremove_unmanaged

Declaration [src]

gboolean
phoc_desktop_remove_unmanaged (
  PhocDesktop* self,
  PhocXWaylandUnmanaged* unmanaged
)

Description [src]

Removes a unmanaged surface from the queue of unmanaged surfaces.

Parameters

unmanaged

Type: PhocXWaylandUnmanaged

The unmanaged to remove.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if the unmanaged was found, otherwise FALSE.