summaryrefslogtreecommitdiffstats
path: root/src/path-prefix.h
blob: 0cf82c3beb3e1e837b15ec3f3dbaef5729ce1bcb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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 <string>

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_ */