Class

PhoshProximity

Description [src]

final class Phosh.Proximity : GObject.Object {
  /* No available fields */
}

Proximity sensor handling

PhoshProximity handles enabling and disabling the proximity detection based on e.g. active calls.

Ancestors

Constructors

phosh_proximity_new
No description available.

Instance methods

phosh_proximity_has_fader
No description available.
Methods inherited from GObject (42)

Please see GObject for a full list of methods.

Properties

Phosh.Proximity:calls-manager
No description available.
Phosh.Proximity:fader
No description available.
Phosh.Proximity:sensor-proxy-manager
No description available.

Signals

Signals inherited from GObject (1)
GObject.Object::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 PhoshProximityClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.