Skip to content
Snippets Groups Projects
Commit dcbf6247 authored by Simon McVittie's avatar Simon McVittie
Browse files

system-info: Adjust documentation


We can't use `%FOO` gtk-doc syntax here, and we don't need to repeat
ourselves when 32- and 64-bit lists are in the same format.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 5520716a
No related branches found
No related tags found
No related merge requests found
...@@ -228,36 +228,26 @@ keys: ...@@ -228,36 +228,26 @@ keys:
It is currently the output on standard error of `find -ls`. It is currently the output on standard error of `find -ls`.
**pinned_libs_32** **pinned_libs_32**
: An object representing the %SRT_ABI_I386 libraries that have been : An object representing the `i386-linux-gnu` libraries that have been
"pinned" when the Steam Runtime is running in an "pinned" when the Steam Runtime is running in an
`LD_LIBRARY_PATH`-based environment. `LD_LIBRARY_PATH`-based environment.
These libraries are taken from the Steam Runtime, even if a library These libraries are taken from the Steam Runtime, even if a library
of the same SONAME exists on the host system. of the same SONAME exists on the host system.
**list** **list**
: A human-readable array of %SRT_ABI_I386 "pinned" libraries. : A human-readable array of `i386-linux-gnu` "pinned" libraries.
It is currently in `find -ls` format. It is currently in `find -ls` format.
**messages** **messages**
: A human-readable array of errors and warning messages about the : A human-readable array of errors and warning messages about the
%SRT_ABI_I386 "pinned" libraries. `i386-linux-gnu` "pinned" libraries.
It is currently the output on standard error of `find -ls`. It is currently the output on standard error of `find -ls`.
**pinned_libs_64** **pinned_libs_64**
: An object representing the %SRT_ABI_X86_64 libraries that have been : An object representing the `x86_64-linux-gnu` libraries that have been
"pinned" when the Steam Runtime is running in an "pinned" when the Steam Runtime is running in an
`LD_LIBRARY_PATH`-based environment. `LD_LIBRARY_PATH`-based environment.
These libraries are taken from the Steam Runtime, even if a library The format is the same as for **pinned_libs_32**.
of the same SONAME exists on the host system.
**list**
: A human-readable array of "pinned" %SRT_ABI_X86_64 libraries.
It is currently in `find -ls` format.
**messages**
: A human-readable array of errors and warning messages about the
%SRT_ABI_X86_64 "pinned" libraries.
It is currently the output on standard error of `find -ls`.
**os-release** **os-release**
: An object describing the operating system or container in which : An object describing the operating system or container in which
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment