lib/Efreet.h
Go to the documentation of this file.00001 /* vim: set sw=4 ts=4 sts=4 et: */ 00002 #ifndef EFREET_H 00003 #define EFREET_H 00004 00027 #ifdef __cplusplus 00028 extern "C" { 00029 #endif 00030 00031 #include "efreet_base.h" 00032 #include "efreet_icon.h" 00033 #include "efreet_desktop.h" 00034 #include "efreet_menu.h" 00035 #include "efreet_utils.h" 00036 00037 int efreet_init(void); 00038 int efreet_shutdown(void); 00039 00040 #ifdef __cplusplus 00041 } 00042 #endif 00043 00044 #endif 00045