#include <mir_toolkit/common.h>
#include <memory>
#include <string>
Go to the source code of this file.
|
| void | miral::apply_lifecycle_state_to (Application const &application, MirLifecycleState state) |
| |
| void | miral::kill (Application const &application, int sig) |
| |
| auto | miral::name_of (Application const &application) -> std::string |
| |
| auto | miral::pid_of (Application const &application) -> pid_t |
| |
| auto | miral::socket_fd_of (Application const &application) -> int |
| | Returns the file descriptor of the client's socket connection, or -1 if there is no client socket. May be used for authentication with apparmor. X11 apps always return -1, since they do not connect directly to the Mir process. More...
|
| |
Copyright © 2012-2023
Canonical Ltd.
Generated on Wed Feb 1 16:59:23 UTC 2023
This documentation is licensed under the GPL version 2 or 3.