Class

PhocOutputCutouts

Description [src]

final class Phoc.OutputCutouts : GObject.Object
{
  /* No available fields */
}

Tracks display cutout information. This can be used for providing cutout information to clients and to render an overlay texture showing the devices cutouts.

Hierarchy

hierarchy this PhocOutputCutouts ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

phoc_output_cutouts_new
No description available.

Instance methods

phoc_output_cutouts_get_corner

Get the rounded corner, if present.

phoc_output_cutouts_get_corners

If the panel has rounded corner, get corner cutouts.

phoc_output_cutouts_get_cutouts_texture
No description available.

phoc_output_cutouts_get_region

Get cutouts region.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Phoc.OutputCutouts:compatibles
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct PhocOutputCutoutsClass {
  GObjectClass parent_class;
  
}

No description available.

Class members
parent_class: GObjectClass

No description available.