`GsmApplication::get` should return a reference, not a shared pointer
requested to merge davidstone/gnome-system-monitor:GsmApplication-get-should-return-a-reference into main
The function already ensures that the object lifetime exceeds any use of the object. Adding a shared pointer into the mix is just extra overhead and complexity for no benefit.
Depends on !183 (merged)