-
- Downloads
Merge branch 'wip/smcv/lib-api' into 'master'
Add a skeleton for SrtLibrary, representing a shared library See merge request steam/steam-runtime-tools!7
No related branches found
No related tags found
Showing
- docs/reference/meson.build 4 additions, 0 deletionsdocs/reference/meson.build
- docs/reference/steam-runtime-tools.xml 1 addition, 0 deletionsdocs/reference/steam-runtime-tools.xml
- examples/system-info.c 2 additions, 2 deletionsexamples/system-info.c
- steam-runtime-tools/architecture.c 4 additions, 4 deletionssteam-runtime-tools/architecture.c
- steam-runtime-tools/architecture.h 16 additions, 0 deletionssteam-runtime-tools/architecture.h
- steam-runtime-tools/library-internal.h 67 additions, 0 deletionssteam-runtime-tools/library-internal.h
- steam-runtime-tools/library.c 266 additions, 0 deletionssteam-runtime-tools/library.c
- steam-runtime-tools/library.h 70 additions, 0 deletionssteam-runtime-tools/library.h
- steam-runtime-tools/meson.build 11 additions, 1 deletionsteam-runtime-tools/meson.build
- steam-runtime-tools/steam-runtime-tools.h 1 addition, 0 deletionssteam-runtime-tools/steam-runtime-tools.h
- tests/library.c 142 additions, 0 deletionstests/library.c
- tests/meson.build 2 additions, 1 deletiontests/meson.build
steam-runtime-tools/library-internal.h
0 → 100644
steam-runtime-tools/library.c
0 → 100644
steam-runtime-tools/library.h
0 → 100644
tests/library.c
0 → 100644
Please register or sign in to comment