| 81 "summary", "Hello World Plugin", |
81 "summary", "Hello World Plugin", |
| 82 "description", "Hello World Plugin", |
82 "description", "Hello World Plugin", |
| 83 "authors", authors, |
83 "authors", authors, |
| 84 "website", "http://helloworld.tld", |
84 "website", "http://helloworld.tld", |
| 85 "abi-version", PURPLE_ABI_VERSION, |
85 "abi-version", PURPLE_ABI_VERSION, |
| 86 "get-actions", plugin_actions, /* this tells libpurple the address of the function to call to get the list |
86 "actions-cb", plugin_actions, /* this tells libpurple the address of the function to call to get the list |
| 87 of plugin actions. */ |
87 of plugin actions. */ |
| 88 NULL |
88 NULL |
| 89 ); |
89 ); |
| 90 } |
90 } |
| 91 |
91 |