| 23 |
23 |
| 24 #include "internal.h" |
24 #include "internal.h" |
| 25 #include "plugins.h" |
25 #include "plugins.h" |
| 26 |
26 |
| 27 #include "pidgindebugplugininfo.h" |
27 #include "pidgindebugplugininfo.h" |
| |
28 |
| |
29 struct _PidginDebugPluginInfo { |
| |
30 GtkDialog parent; |
| |
31 |
| |
32 gpointer reserved[4]; |
| |
33 }; |
| |
34 |
| |
35 struct _PidginDebugPluginInfoClass { |
| |
36 GtkDialogClass parent; |
| |
37 |
| |
38 gpointer reserved[4]; |
| |
39 }; |
| 28 |
40 |
| 29 /** |
41 /** |
| 30 * SECTION:pidgindebugplugininfo |
42 * SECTION:pidgindebugplugininfo |
| 31 * @Title: Debug Plugin Info |
43 * @Title: Debug Plugin Info |
| 32 * @Short_description: A widget that lists verbose plugin info |
44 * @Short_description: A widget that lists verbose plugin info |