Class
XdpInputCaptureZone
Description [src]
final class Xdp.InputCaptureZone : GObject.Object
{
/* No available fields */
}
A representation of a zone that supports input capture.
The XdpInputCaptureZone
object is used to represent a zone on the
user-visible desktop that may be used to set up
XdpInputCapturePointerBarrier
objects. In most cases, the set of
XdpInputCaptureZone
objects represent the available monitors but the
exact implementation is up to the implementation.
Properties
Xdp.InputCaptureZone:is-valid
A boolean indicating whether this zone is currently valid. Zones are
invalidated by the Portal’s ZonesChanged signal, see
XdpInputCaptureSession::zones-changed
.
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.