| 267 plugin, like what name to use if the plugin is compiled staticly, the |
267 plugin, like what name to use if the plugin is compiled staticly, the |
| 268 @c init_plugin function, and the name of the PurplePluginInfo structure. As |
268 @c init_plugin function, and the name of the PurplePluginInfo structure. As |
| 269 you may have guessed, this also gets read when libpurple is probing your |
269 you may have guessed, this also gets read when libpurple is probing your |
| 270 plugin. If this is missing, the plugin will not load. |
270 plugin. If this is missing, the plugin will not load. |
| 271 */ |
271 */ |
| |
272 // vim: syntax=c.doxygen |