-
- Downloads
Create a new SrtContainerInfo GObject
Move the existing container information from `system-info` to a separate
GObject class. In this way it will be easier to expand the amount of
information, related to the container that is in use, that we can log.
Signed-off-by:
Ludovico de Nittis <ludovico.denittis@collabora.com>
Showing
- steam-runtime-tools/container-internal.h 62 additions, 0 deletionssteam-runtime-tools/container-internal.h
- steam-runtime-tools/container.c 417 additions, 0 deletionssteam-runtime-tools/container.c
- steam-runtime-tools/container.h 78 additions, 0 deletionssteam-runtime-tools/container.h
- steam-runtime-tools/meson.build 2 additions, 0 deletionssteam-runtime-tools/meson.build
- steam-runtime-tools/steam-runtime-tools.h 1 addition, 0 deletionssteam-runtime-tools/steam-runtime-tools.h
- steam-runtime-tools/system-info.c 26 additions, 210 deletionssteam-runtime-tools/system-info.c
- steam-runtime-tools/system-info.h 3 additions, 22 deletionssteam-runtime-tools/system-info.h
- steam-runtime-tools/xdg-portal-internal.h 1 addition, 0 deletionssteam-runtime-tools/xdg-portal-internal.h
- steam-runtime-tools/xdg-portal.c 1 addition, 0 deletionssteam-runtime-tools/xdg-portal.c
steam-runtime-tools/container-internal.h
0 → 100644
steam-runtime-tools/container.c
0 → 100644
steam-runtime-tools/container.h
0 → 100644
Please register or sign in to comment