Hello, i have written a simple plugin to generate C++ setters and getters using Clang for parsing C++ code.
You can check it out from github: https://github.com/itakingiteasy/geany-setters-getters-generator-plugin
You also will need clang and llvm version 2.8+ (not sure, i have tested it only with 3.0-trunk) to build it.
This is my first real C project, so sorry for code quality, i am still learning %)