| 28 NULL, /**< ui_requirement */ |
31 NULL, /**< ui_requirement */ |
| 29 0, /**< flags */ |
32 0, /**< flags */ |
| 30 NULL, /**< dependencies */ |
33 NULL, /**< dependencies */ |
| 31 GAIM_PRIORITY_DEFAULT, /**< priority */ |
34 GAIM_PRIORITY_DEFAULT, /**< priority */ |
| 32 |
35 |
| 33 NULL, /**< id */ |
36 SIMPLE_PLUGIN_ID, /**< id */ |
| 34 N_("Simple Plugin"), /**< name */ |
37 N_("Simple Plugin"), /**< name */ |
| 35 VERSION, /**< version */ |
38 VERSION, /**< version */ |
| 36 /** summary */ |
39 /** summary */ |
| 37 N_("Tests to see that most things are working."), |
40 N_("Tests to see that most things are working."), |
| 38 /** description */ |
41 /** description */ |
| 39 N_("Tests to see that most things are working."), |
42 N_("Tests to see that most things are working."), |
| 40 "Eric Warmenhoven <eric@warmenhoven.org>", /**< author */ |
43 "Eric Warmenhoven <eric@warmenhoven.org>", /**< author */ |
| 41 GAIM_WEBSITE, /**< homepage */ |
44 GAIM_WEBSITE, /**< homepage */ |
| 42 |
45 |
| 43 plugin_load, /**< load */ |
46 plugin_load, /**< load */ |
| 44 plugin_unload, /**< unload */ |
47 plugin_unload, /**< unload */ |
| 45 NULL, /**< destroy */ |
48 NULL, /**< destroy */ |
| 46 |
49 |