| 32 #include <glib/glist.h> |
32 #include <glib/glist.h> |
| 33 #include <gmodule.h> |
33 #include <gmodule.h> |
| 34 #include "signals.h" |
34 #include "signals.h" |
| 35 #include "value.h" |
35 #include "value.h" |
| 36 |
36 |
| |
37 /** @copydoc _PurplePlugin */ |
| 37 typedef struct _PurplePlugin PurplePlugin; |
38 typedef struct _PurplePlugin PurplePlugin; |
| |
39 /** @copydoc _PurplePluginInfo */ |
| 38 typedef struct _PurplePluginInfo PurplePluginInfo; |
40 typedef struct _PurplePluginInfo PurplePluginInfo; |
| |
41 /** @copydoc _PurplePluginUiInfo */ |
| 39 typedef struct _PurplePluginUiInfo PurplePluginUiInfo; |
42 typedef struct _PurplePluginUiInfo PurplePluginUiInfo; |
| |
43 /** @copydoc _PurplePluginLoaderInfo */ |
| 40 typedef struct _PurplePluginLoaderInfo PurplePluginLoaderInfo; |
44 typedef struct _PurplePluginLoaderInfo PurplePluginLoaderInfo; |
| 41 |
45 |
| |
46 /** @copydoc _PurplePluginAction */ |
| 42 typedef struct _PurplePluginAction PurplePluginAction; |
47 typedef struct _PurplePluginAction PurplePluginAction; |
| 43 |
48 |
| 44 typedef int PurplePluginPriority; /**< Plugin priority. */ |
49 typedef int PurplePluginPriority; /**< Plugin priority. */ |
| 45 |
50 |
| 46 #include "pluginpref.h" |
51 #include "pluginpref.h" |