00001 00026 #ifndef _PIDGINPLUGINPREF_H_ 00027 #define _PIDGINPLUGINPREF_H_ 00028 00029 #include "pluginpref.h" 00030 00031 #include "pidgin.h" 00032 00033 #ifdef __cplusplus 00034 extern "C" { 00035 #endif 00036 00043 GtkWidget *pidgin_plugin_pref_create_frame(PurplePluginPrefFrame *frame); 00044 00045 #ifdef __cplusplus 00046 } 00047 #endif 00048 00049 #endif /* _PIDGINPLUGINPREF_H_ */