aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qbuffers.h b/qbuffers.h
index ace3358..2954388 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -24,6 +24,11 @@ is_glob_pattern(const gchar *str)
return strchr(str, '*') || strchr(str, '?');
}
+/*
+ * Get absolute/full version of a possibly relative path.
+ * Works with existing and non-existing paths (in the latter case,
+ * heuristics may be applied.)
+ */
gchar *get_absolute_path(const gchar *path);
/*