static inline functions/methods are not supported
I might be missing something, but at the moment it looks like static inline
functions/methods aren’t supported by gi-docgen (because they’re not exposed in the introspection GIR). This is a bit of a problem for GLib — it doesn’t use them extensively, but where they are used, they’re quite useful and do need to be documented.
See GUnixPipe
for an example.
What’s the best approach for getting this working?