KInit
klauncher_main.cpp File Reference
#include "config.h"
#include <unistd.h>
#include <fcntl.h>
#include "kapplication.h"
#include "klauncher.h"
#include "kcmdlineargs.h"
#include "kcrash.h"
#include "kdebug.h"
#include <stdio.h>
#include <stdlib.h>
#include <signal.h>
#include <qcstring.h>
#include <klocale.h>
#include "klauncher_cmds.h"
Include dependency graph for klauncher_main.cpp:
Go to the source code of this file.
Functions | |
KDE_EXPORT int | kdemain (int argc, char **argv) |
static void | sig_handler (int sig_num) |
Variables | |
static KCmdLineOptions | options [] |
Function Documentation
KDE_EXPORT int kdemain | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 53 of file klauncher_main.cpp.
static void sig_handler | ( | int | sig_num | ) | [static] |
Definition at line 38 of file klauncher_main.cpp.
Variable Documentation
KCmdLineOptions options[] [static] |
Initial value:
{ { "new-startup", "Internal", 0 }, KCmdLineLastOption }
Definition at line 47 of file klauncher_main.cpp.