From bc15c76620d822f631131cefb741409862c7f35e Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 26 Sep 2019 13:40:10 +0100 Subject: [PATCH] Mark non-public symbols as G_GNUC_INTERNAL Signed-off-by: Simon McVittie <smcv@collabora.com> --- steam-runtime-tools/graphics-internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/steam-runtime-tools/graphics-internal.h b/steam-runtime-tools/graphics-internal.h index 0bcaf0502..db454e7e4 100644 --- a/steam-runtime-tools/graphics-internal.h +++ b/steam-runtime-tools/graphics-internal.h @@ -128,7 +128,9 @@ _srt_graphics_rendering_interface_string (SrtRenderingInterface rendering_interf #endif +G_GNUC_INTERNAL GList *_srt_load_egl_icds (gchar **envp, const char * const *multiarch_tuples); +G_GNUC_INTERNAL GList *_srt_load_vulkan_icds (gchar **envp, const char * const *multiarch_tuples); -- GitLab