Version 1 (modified by 17 years ago) (diff) | ,
---|
C Plugin How-To
This document is a stub page. Its sole purpose is to provide convenient and easy-to-find linkage to the actual tutorials on plugin development. We will cover a variety of topics, as outlined below.
- Basic C Plugin How-To - Start here. This covers the core basics needed to write a plugin.
- Plugin Actions How-To - This covers using the Plugin Actions facilities to provide additional features.
- Choosing Plugin ID's - This covers how to properly select a plugin ID.
- Request API How-To - This covers using the Request API to request input from the user.
- Notify API How-To - This covers using the notify API to inform the user of events.
- Signals How-To - This covers using signals to detect events and act accordingly.