Create a new srt_system_info_get_steam_details function
1 unresolved thread
1 unresolved thread
closes #9 (closed)
/cc @smcv @jpwhiting
Merge request reports
Activity
1655 1655 return srt_steam_get_issues (self->steam_data); 1656 1656 } 1657 1657 1658 /** 1659 * srt_system_info_get_steam_details: 1660 * @self: The #SrtSystemInfo object 1661 * 1662 * Gather and return information about the Steam installation. 1663 * 1664 * Returns: (transfer full): An #SrtSteam object. Free with 1665 * `g_object_unref ()`. As a note for the future, if you use
(without the space, despite our coding style)
then it'll automatically turn into a hyperlink into the GLib documentation. But this is too minor and nitpicky to bother changing unless there is some other reason not to merge.
mentioned in commit ae91763f
Please register or sign in to reply