Method

PhocOutputget_cutout_corners

Declaration [src]

GArray*
phoc_output_get_cutout_corners (
  PhocOutput* self,
  PhocView* view
)

Description [src]

Get the cutout corners if the surfaces touches the screen edge.

Parameters

view

Type: PhocView

The view to check.

The data is owned by the caller of the method.

Return value

Type: An array of None

The overlapping rounded corners.
The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.