00001 #ifndef _THEMELOADER_WRAPPER_H_ 00002 #define _THEMELOADER_WRAPPER_H_ 00003 // ------------------------------------------------------------------------- 00004 #include <glib.h> 00005 // ------------------------------------------------------------------------- 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 gchar ** get_theme_groups(gsize *size); 00011 00012 #ifdef __cplusplus 00013 } 00014 #endif 00015 // ------------------------------------------------------------------------- 00016 #endif
1.5.9