KInit
#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 <qplatformdefs.h>
#include <kconfig.h>
#include <kdebug.h>
#include <kde_file.h>
#include <klibrary.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"
Include dependency graph for klauncher.cpp:
Go to the source code of this file.
Macros | |
#define | K_EINTR_LOOP(var, cmd) |
#define | QT_NO_CAST_FROM_ASCII |
#define | SLAVE_MAX_IDLE 30 |
Functions | |
static void | appendLong (QByteArray &ba, long l) |
ssize_t | kde_safe_write (int fd, const void *buf, size_t count) |
static bool | matchesPendingRequest (const QString &appId, const QString &pendingAppId) |
Variables | |
static KLauncher * | g_klauncher_self |
static const char *const | s_DBusStartupTypeToString [] |
Macro Definition Documentation
#define K_EINTR_LOOP | ( | var, | |
cmd | |||
) |
Value:
do { \
var = cmd; \
} while (var == -1 && errno == EINTR)
Definition at line 177 of file klauncher.cpp.
#define QT_NO_CAST_FROM_ASCII |
Definition at line 20 of file klauncher.cpp.
#define SLAVE_MAX_IDLE 30 |
Definition at line 61 of file klauncher.cpp.
Function Documentation
|
static |
Definition at line 632 of file klauncher.cpp.
ssize_t kde_safe_write | ( | int | fd, |
const void * | buf, | ||
size_t | count | ||
) |
Definition at line 182 of file klauncher.cpp.
Definition at line 447 of file klauncher.cpp.
Variable Documentation
|
static |
Definition at line 173 of file klauncher.cpp.
|
static |
Initial value:
=
{ "DBusNone", "DBusUnique", "DBusMulti", "DBusWait", "ERROR" }
Definition at line 65 of file klauncher.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:06 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.