Skip to content

system-info: Add missing GObject-Introspection annotation

Simon McVittie requested to merge wip/smcv/type-annotation into master

We aren't really relying on GObject-Introspection in this project, but it can be a useful tool for rapid prototyping in Python or Javascript, and it also forces us to provide C APIs that match GLib conventions and are easy to reason about.

Merge request reports