Ticket #578 (closed enhancement: worksforme)
Please provide plugin skeleton
| Reported by: | hadmut | Owned by: | abauer |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | OpenSync | Version: | 0.33 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hi,
would be much easier to write plugins if there was a plugin skeleton, i.e. a plugin with simple or dummy functions, but with comments and API docs. And an example for the SConstruct for those not familiar with scons.
regards
Change History
Note: See
TracTickets for help on using
tickets.

There is one in ./docs/example-plugin/ Regarding the issues with scons, just forget about scons - we're going to switch to cmake in the next days. I'll update the example-plugin (which is still autotools) with a cmake template/example for plugins.