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

_srt_get_helpers_path: Demote from internal to static

parent 6d0102a6
No related branches found
No related tags found
1 merge request!77Look for vulkaninfo, wflinfo in SRT_HELPERS_PATH
......@@ -41,5 +41,4 @@ G_GNUC_INTERNAL GPtrArray *_srt_get_helper (const char *helpers_path,
const char *base,
SrtHelperFlags flags,
GError **error);
G_GNUC_INTERNAL const char *_srt_get_helpers_path (GError **error);
gchar *_srt_filter_gameoverlayrenderer (const gchar *input);
......@@ -148,7 +148,7 @@ _srt_check_not_setuid (void)
static gchar *global_helpers_path = NULL;
G_GNUC_INTERNAL const char *
static const char *
_srt_get_helpers_path (GError **error)
{
const char *path;
......
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