KWin
|
The SecurityContext is a helper for the SecurityContextProtocol It stays alive whilst closeFd remains open, listening for new connections on listenFd Any new clients created via listenFd are tagged with the appId It is parented to the display. More...
#include <display_p.h>
Public Member Functions | |
SecurityContext (Display *display, FileDescriptor &&listenFd, FileDescriptor &&closeFd, const QString &appId) | |
~SecurityContext () override | |
The SecurityContext is a helper for the SecurityContextProtocol It stays alive whilst closeFd remains open, listening for new connections on listenFd Any new clients created via listenFd are tagged with the appId It is parented to the display.
Definition at line 53 of file display_p.h.
KWin::SecurityContext::SecurityContext | ( | Display * | display, |
FileDescriptor && | listenFd, | ||
FileDescriptor && | closeFd, | ||
const QString & | appId ) |
Definition at line 250 of file display.cpp.
|
override |
Definition at line 271 of file display.cpp.