| 18 return TRUE; |
18 return TRUE; |
| 19 } |
19 } |
| 20 |
20 |
| 21 static GaimPluginInfo info = |
21 static GaimPluginInfo info = |
| 22 { |
22 { |
| 23 2, /**< api_version */ |
23 GAIM_PLUGIN_API_VERSION, /**< api_version */ |
| 24 GAIM_PLUGIN_STANDARD, /**< type */ |
24 GAIM_PLUGIN_STANDARD, /**< type */ |
| 25 NULL, /**< ui_requirement */ |
25 NULL, /**< ui_requirement */ |
| 26 0, /**< flags */ |
26 0, /**< flags */ |
| 27 NULL, /**< dependencies */ |
27 NULL, /**< dependencies */ |
| 28 GAIM_PRIORITY_DEFAULT, /**< priority */ |
28 GAIM_PRIORITY_DEFAULT, /**< priority */ |