KDECore
kkernel_mac.h File Reference
#include <QtCore/qglobal.h>
#include <kdecore_export.h>
#include <QtCore/QString>
Go to the source code of this file.
Functions | |
QString | mac_app_filename () |
void | mac_fork_and_reexec_self () |
void | mac_initialize_dbus () |
Function Documentation
QString mac_app_filename | ( | ) |
Get the application name.
Definition at line 188 of file kkernel_mac.cpp.
void mac_fork_and_reexec_self | ( | ) |
Mac-specific functions needed in kdecore.
This file provides some Mac-specific functions which are needed to work around OS issues. Fork and reexec to work around CoreFoundation issues.
Mac-specific functions needed in kdecore.
As a result, in the case where we would normally fork and then dlopen code, or continue to run other code, we must now fork-and-exec.
See "CoreFoundation and fork()" at http://developer.apple.com/releasenotes/CoreFoundation/CoreFoundation.html
Definition at line 75 of file kkernel_mac.cpp.
void mac_initialize_dbus | ( | ) |
Initialize D-Bus Mac-specific stuff if necessary.
Definition at line 134 of file kkernel_mac.cpp.