Skip to content

ext_session_lock_manager_v1¤

wayland.ext_session_lock_manager_v1 ¤

Used to lock the session

This interface is used to request that the session be locked.

Methods:

  • destroy

    Destroy the session lock manager object

  • lock

    Attempt to lock the session

destroy ¤

destroy() -> None

Destroy the session lock manager object

This informs the compositor that the session lock manager object will no longer be used. Existing objects created through this interface remain valid.

lock ¤

Attempt to lock the session

This request creates a session lock and asks the compositor to lock the session. The compositor will send either the ext_session_lock_v1.locked or ext_session_lock_v1.finished event on the created object in response to this request.

Returns: