Create a new SrtSteam object
Having an SrtSteam object, it will be easier in the future, if needed, to expand.
The reasoning behind this MR is that while working on T20052, initially I planned on expanding steam.c
, so I decided to create a gobject SrtSteam
.
Then halfway through I realized that for T20052 it was better to create a separate gobject with just the desktop entries (separate MR coming soon).
But it was already too late, so this is SrtSteam
:)
If this commit doesn't provide enough advantages we can discard it. /cc @smcv @jpwhiting
Merge request reports
Activity
- Resolved by Simon McVittie
My opinion is "sure, why not". It doesn't gain us much, but it doesn't have much cost either.
I did wonder whether it should be SrtSteamInstallation rather than SrtSteam, but we might as well stay consistent with what we already had.
If we are going to make SrtSteam public API, then we should probably have a
SrtSteam *srt_system_info_get_steam_details (SrtSystemInfo *)
to complementsrt_system_info_get_steam_issues()
.
mentioned in merge request !117 (merged)
mentioned in issue #9 (closed)
mentioned in commit fba621c8
mentioned in merge request !115 (merged)