KDECore
#include <QtCore/qglobal.h>
#include <kdecore_export.h>
#include <QtCore/QString>
#include <CoreFoundation/CFString.h>
Go to the source code of this file.
Functions | |
QString | convert_CFString_to_QString (CFStringRef str) |
QString | mac_app_filename () |
void | mac_fork_and_reexec_self () |
void | mac_initialize_dbus () |
Function Documentation
QString convert_CFString_to_QString | ( | CFStringRef | str | ) |
Mac-specific functions needed in kdecore.
This file provides some Mac-specific functions which are needed to work around OS issues. Convert a CFString to a QString. Don't export, is for internal kdelibs use only.
Mac-specific functions needed in kdecore.
Definition at line 54 of file kkernel_mac.cpp.
QString mac_app_filename | ( | ) |
Get the application name.
Definition at line 188 of file kkernel_mac.cpp.
void mac_fork_and_reexec_self | ( | ) |
Fork and reexec to work around CoreFoundation issues.
Fork and reexec to work around CoreFoundation issues.
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.
Initialize D-Bus Mac-specific stuff if necessary.
Definition at line 134 of file kkernel_mac.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:09 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.