KInit
klauncher.cpp File Reference
#include "klauncher.h"#include "klauncher_cmds.h"#include "klauncher_adaptor.h"#include <config.h>#include <stdio.h>#include <unistd.h>#include <stdlib.h>#include <errno.h>#include <signal.h>#include <sys/time.h>#include <kstartupinfo.h>#include <X11/Xlib.h>#include <QtCore/QFile>#include <kconfig.h>#include <kdebug.h>#include <kde_file.h>#include <klibloader.h>#include <klocale.h>#include <kprotocolmanager.h>#include <kprotocolinfo.h>#include <krun.h>#include <kstandarddirs.h>#include <ktemporaryfile.h>#include <kdesktopfile.h>#include <kurl.h>#include <kio/global.h>#include <kio/connection.h>#include <kio/slaveinterface.h>#include "klauncher.moc"Go to the source code of this file.
Defines | |
| #define | QT_NO_CAST_FROM_ASCII |
| #define | SLAVE_MAX_IDLE 30 |
Functions | |
| static void | appendLong (QByteArray &ba, long l) |
| static bool | matchesPendingRequest (const QString &appId, const QString &pendingAppId) |
Variables | |
| static KLauncher * | g_klauncher_self |
| static const char *const | s_DBusStartupTypeToString [] |
Define Documentation
| #define QT_NO_CAST_FROM_ASCII |
Definition at line 20 of file klauncher.cpp.
| #define SLAVE_MAX_IDLE 30 |
Definition at line 60 of file klauncher.cpp.
Function Documentation
| static void appendLong | ( | QByteArray & | ba, | |
| long | l | |||
| ) | [static] |
Definition at line 614 of file klauncher.cpp.
Definition at line 429 of file klauncher.cpp.
Variable Documentation
KLauncher* g_klauncher_self [static] |
Definition at line 172 of file klauncher.cpp.
const char* const s_DBusStartupTypeToString[] [static] |
Initial value:
{ "DBusNone", "DBusUnique", "DBusMulti", "DBusWait", "ERROR" }
Definition at line 64 of file klauncher.cpp.
KDE 4.3 API Reference