From 7ce7a39534a5692f91e41b2e3bf34cc294028ad2 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 22 Oct 2020 15:03:00 +0100 Subject: [PATCH] Don't export private _srt_filter_gameoverlayrenderer We no longer need to, because the test is now linked statically. Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/libsteam-runtime-tools-0-0.symbols | 1 - steam-runtime-tools/utils-internal.h | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/debian/libsteam-runtime-tools-0-0.symbols b/debian/libsteam-runtime-tools-0-0.symbols index dea1f89f2..cf81c65f9 100644 --- a/debian/libsteam-runtime-tools-0-0.symbols +++ b/debian/libsteam-runtime-tools-0-0.symbols @@ -1,7 +1,6 @@ libsteam-runtime-tools-0.so.0 libsteam-runtime-tools-0-0 #MINVER# * Build-Depends-Package: libsteam-runtime-tools-0-dev _srt_divert_stdout_to_stderr@Base 0.20201002.0 - _srt_filter_gameoverlayrenderer@Base 0.20190822.0 _srt_rm_rf@Base 0.20200306.0 _srt_unblock_signals@Base 0.20200109.0 srt_add_flag_from_nick@Base 0.20200908.0 diff --git a/steam-runtime-tools/utils-internal.h b/steam-runtime-tools/utils-internal.h index c1221b11f..3609b4b88 100644 --- a/steam-runtime-tools/utils-internal.h +++ b/steam-runtime-tools/utils-internal.h @@ -49,8 +49,7 @@ G_GNUC_INTERNAL GPtrArray *_srt_get_helper (const char *helpers_path, const char *base, SrtHelperFlags flags, GError **error); -_SRT_PRIVATE_EXPORT -gchar *_srt_filter_gameoverlayrenderer (const gchar *input); +G_GNUC_INTERNAL gchar *_srt_filter_gameoverlayrenderer (const gchar *input); G_GNUC_INTERNAL const char *_srt_find_myself (const char **helpers_path_out, GError **error); -- GitLab