summaryrefslogtreecommitdiff
path: root/src/totem-interface.c
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2021-05-11 14:50:10 +0200
committerBastien Nocera <hadess@hadess.net>2021-05-11 14:50:10 +0200
commitc83e9493afa63c8c1bea94e2fbc94a3089965d8b (patch)
treed8dacf6a838656d74f31f5b302fb39741decc46b /src/totem-interface.c
parentffb2754a8d199de5476d95e65315be82b5a347c2 (diff)
downloadtotem-c83e9493afa63c8c1bea94e2fbc94a3089965d8b.tar.gz
main: Make totem_interface_get_full_path() private
Diffstat (limited to 'src/totem-interface.c')
-rw-r--r--src/totem-interface.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/totem-interface.c b/src/totem-interface.c
index a60bf8fd4..dbc1cf899 100644
--- a/src/totem-interface.c
+++ b/src/totem-interface.c
@@ -49,6 +49,7 @@
static GtkBuilder *
totem_interface_load_with_full_path (const char *filename, gboolean fatal,
GtkWindow *parent, gpointer user_data);
+static char *totem_interface_get_full_path (const char *name);
static GtkWidget *
totem_interface_error_dialog (const char *title, const char *reason,
@@ -203,7 +204,7 @@ totem_interface_load_with_full_path (const char *filename, gboolean fatal,
return builder;
}
-char *
+static char *
totem_interface_get_full_path (const char *name)
{
char *filename;