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

Don't export private _srt_filter_gameoverlayrenderer


We no longer need to, because the test is now linked statically.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8e243d8f
No related branches found
No related tags found
1 merge request!156Disable GIO modules without provoking scary warnings (#32)
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
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment