aboutsummaryrefslogtreecommitdiff
path: root/fastiv.c
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2021-09-26 07:37:13 +0200
committerPřemysl Eric Janouch <p@janouch.name>2021-10-04 23:17:34 +0200
commitf24885db545d260c816329ae69510eca2e9ec41d (patch)
tree68e4725959eb04b943c2e21c05bfea3601243202 /fastiv.c
parent58bbe1e2ffa1118b9ebe92bfabbcf5edcaf4cff9 (diff)
downloadfiv-f24885db545d260c816329ae69510eca2e9ec41d.tar.gz
fiv-f24885db545d260c816329ae69510eca2e9ec41d.tar.xz
fiv-f24885db545d260c816329ae69510eca2e9ec41d.zip
Add a thumbnail loader
So far not used, we'll need another widget to make use of it.
Diffstat (limited to 'fastiv.c')
-rw-r--r--fastiv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fastiv.c b/fastiv.c
index df02084..7aa5b4b 100644
--- a/fastiv.c
+++ b/fastiv.c
@@ -74,7 +74,7 @@ add_applying_transitive_closure(const gchar *element, GHashTable *relation,
// --- XDG ---------------------------------------------------------------------
-static gchar *
+gchar *
get_xdg_home_dir(const char *var, const char *default_)
{
const char *env = getenv(var);