[Github-comments] [geany/geany] Plugins: Needless forward declaration of geany_load_module() (#1215)

elextr notifications at xxxxx
Wed Sep 7 02:18:28 UTC 2016


Probably the best solution is @b4n's one:

```
#if a good language like C++
extern "C" declarations with noexcept
#else if only C
simple declarations 
#end
```

That allows both languages to check the definition in the user plugin has the right type.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1215#issuecomment-245155295
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160906/6437b6d3/attachment.html>


More information about the Github-comments mailing list