Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
steam-runtime-tools
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
steamrt
steam-runtime-tools
Commits
cb41a76a
Commit
cb41a76a
authored
5 years ago
by
Simon McVittie
Browse files
Options
Downloads
Patches
Plain Diff
_srt_get_helpers_path: Demote from internal to static
Signed-off-by:
Simon McVittie
<
smcv@collabora.com
>
parent
6d0102a6
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!77
Look for vulkaninfo, wflinfo in SRT_HELPERS_PATH
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
steam-runtime-tools/utils-internal.h
+0
-1
0 additions, 1 deletion
steam-runtime-tools/utils-internal.h
steam-runtime-tools/utils.c
+1
-1
1 addition, 1 deletion
steam-runtime-tools/utils.c
with
1 addition
and
2 deletions
steam-runtime-tools/utils-internal.h
+
0
−
1
View file @
cb41a76a
...
...
@@ -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
);
This diff is collapsed.
Click to expand it.
steam-runtime-tools/utils.c
+
1
−
1
View file @
cb41a76a
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment