#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-2022
Canonical Ltd.
Generated on Thu Mar 3 22:46:49 UTC 2022
This documentation is licensed under the GPL version 2 or 3.