Skip to content
Snippets Groups Projects

Create a new srt_system_info_get_steam_details function

Merged Ludovico de Nittis requested to merge wip/denittis/t20052_followup into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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

    Suggested change
    1665 * `g_object_unref ()`.
    1665 * g_object_unref().

    (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.

  • Please register or sign in to reply
  • Simon McVittie mentioned in commit ae91763f

    mentioned in commit ae91763f

  • Please register or sign in to reply
    Loading