| 30 #include "version.h" |
30 #include "version.h" |
| 31 |
31 |
| 32 static gboolean |
32 static gboolean |
| 33 plugin_load(PurplePlugin *plugin) { |
33 plugin_load(PurplePlugin *plugin) { |
| 34 purple_notify_message(plugin, PURPLE_NOTIFY_MSG_INFO, "Hello World!", |
34 purple_notify_message(plugin, PURPLE_NOTIFY_MSG_INFO, "Hello World!", |
| 35 "This is the Hello World! plugin :)", NULL, NULL, NULL); |
35 "This is the Hello World! plugin :)", |
| |
36 NULL, NULL, NULL, NULL); |
| 36 |
37 |
| 37 return TRUE; |
38 return TRUE; |
| 38 } |
39 } |
| 39 |
40 |
| 40 static PurplePluginInfo info = { |
41 static PurplePluginInfo info = { |