Instance
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_session_lock_instance_get_type ()" ) ]
[
Version ( since =
"1.1" ) ]
public class Instance :
Object
An instance of the object used to control locking the screen.
Multiple instances can exist at once, but only one can be locked at a time.
Content:
Creation methods:
Methods:
Signals:
- public signal void failed ()
The failed signal is fired when the lock
could not be acquired.
- public signal void locked ()
The locked signal is fired when the screen
is successfully locked.
- public signal void monitor (Monitor monitor)
The monitor signal is fired once for each
monitor that exists when a lock is started, and then whenever a new monitor is detected during the lock.
- public signal void unlocked ()
The unlocked signal is fired when the
session is unlocked, which may have been caused by a call to @unlock
or by the compositor.
Inherited Members:
All known members inherited from class GLib.Object