• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KInit

  • sources
  • kde-4.14
  • kdelibs
  • kinit
Macros | Functions | Variables
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 <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 void appendLong ( QByteArray &  ba,
long  l 
)
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.

static bool matchesPendingRequest ( const QString &  appId,
const QString &  pendingAppId 
)
static

Definition at line 447 of file klauncher.cpp.

Variable Documentation

KLauncher* g_klauncher_self
static

Definition at line 173 of file klauncher.cpp.

const char* const s_DBusStartupTypeToString[]
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

KInit

Skip menu "KInit"
  • Main Page
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal