From c853ffb5b2f75f5a889ed2e3ef89b818a736e87a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:50:49 +0200 Subject: Adding upstream version 1.3+ds. Signed-off-by: Daniel Baumann --- src/path-prefix.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/path-prefix.h (limited to 'src/path-prefix.h') diff --git a/src/path-prefix.h b/src/path-prefix.h new file mode 100644 index 0000000..0cf82c3 --- /dev/null +++ b/src/path-prefix.h @@ -0,0 +1,23 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/** @file + * TODO: insert short description here + *//* + * Authors: see git history + * + * Copyright (C) 2018 Authors + * Released under GNU GPL v2+, read the file 'COPYING' for more information. + */ + +#ifndef SEEN_PATH_PREFIX_H +#define SEEN_PATH_PREFIX_H + +#include + +char const *get_inkscape_datadir(); +char const *get_program_name(); +char const *get_program_dir(); +char const *get_user_config_dir(); + +void set_xdg_env(); + +#endif /* _PATH_PREFIX_H_ */ -- cgit v1.2.3