Class
XdpInputCapturePointerBarrier
Description [src]
final class Xdp.InputCapturePointerBarrier : GObject.Object
{
/* No available fields */
}
A representation of a pointer barrier on an XdpInputCaptureZone
.
Barriers can be assigned with
xdp_input_capture_session_set_pointer_barriers()
, once the Portal
interaction is complete the barrier’s “is-active” state indicates whether
the barrier is active. Barriers can only be used once, subsequent calls to
xdp_input_capture_session_set_pointer_barriers()
will invalidate all
current barriers.
Properties
Xdp.InputCapturePointerBarrier:is-active
A boolean indicating whether this barrier is active. A barrier cannot become active once it failed to apply, barriers that are not active can be thus cleaned up by the caller.
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.