kmail Library API Documentation

kmstartup.h

00001 #ifndef KMSTARTUP 00002 #define KMSTARTUP 00003 00004 // Author: Don Sanders <sanders@kde.org> 00005 // License GPL 00006 00007 extern "C" { 00008 00009 void kmsetSignalHandler(void (*handler)(int)); 00010 void kmsignalHandler(int sigId); 00011 void kmcrashHandler(int sigId); 00012 00013 } 00014 00015 namespace KMail 00016 { 00017 void checkConfigUpdates(); 00018 void lockOrDie(); 00019 void insertLibraryCataloguesAndIcons(); 00020 void cleanup(); 00021 } 00022 00023 #endif 00024 00025 00026 00027 00028
KDE Logo
This file is part of the documentation for kmail Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:19:24 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003