SMClient
Object Hierarchy:
Description:
[
CCode ( type_id =
"xfce_sm_client_get_type ()" ) ]
public class SMClient :
Object
An opaque struct with only private fields.
Content:
Properties:
Static methods:
Creation methods:
Methods:
Signals:
- public signal void quit ()
Emitted when the application is required to quit.
- public signal void quit_cancelled ()
Informs the application that it will not need to quit.
- public signal bool quit_requested ()
Signals the client that the session manager will soon want the
application to quit, perhaps as a part of ending the session (but this should not be assumed).
- public signal void save_state ()
Signals the client that it should save a copy of its current state
such that it could be restarted later in exactly the same state as it is at the time of signal emission.
- public signal void save_state_extended ()
Allows the application to save extra state information after all other
applications in the session have had a chance to save their state.
Inherited Members:
All known members inherited from class GLib.Object