org.gnome.SessionManager.Client — Registered Clients
GetAppId (OUT s app_id); GetStartupId (OUT s startup_id); GetRestartStyleHint (OUT u hint); GetUnixProcessId (OUT u pid); GetStatus (OUT u status); Stop ();
This interface exports the clients that have registered themselves with gnome-session, either via the D-Bus API or via the X11 Session Management Protocol. You can obtain a list of clients by calling the manager's GetClients() method.
GetAppId (OUT s app_id);
Return the application ID associated with this client.
OUT s app_id
:The identifier for the associated application
GetStartupId (OUT s startup_id);
Return the startup ID associated with this client.
OUT s startup_id
:The startup identifier
GetRestartStyleHint (OUT u hint);
Return the restart style hint for this client.
OUT u hint
:The restart style hint
GetUnixProcessId (OUT u pid);
Return the Unix process identifier for this client.
OUT u pid
:The Unix process identifier