summaryrefslogtreecommitdiffstats
path: root/src/io/resource.h
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-06-15 01:20:41 +0000
committerMartin Owens <doctormo@gmail.com>2017-06-15 01:20:41 +0000
commit2aa30324422f2d53c191d0abc4e4243fd792e898 (patch)
treea912674b1bd059ddac7bfd44ec2e1849eb06176c /src/io/resource.h
parentMerge branch 'master' of gitlab.com:marcjeanmougin/inkscape (diff)
downloadinkscape-2aa30324422f2d53c191d0abc4e4243fd792e898.tar.gz
inkscape-2aa30324422f2d53c191d0abc4e4243fd792e898.zip
Use user interface files for the user interface
Diffstat (limited to 'src/io/resource.h')
-rw-r--r--src/io/resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/resource.h b/src/io/resource.h
index 36fe5f81e..fbf2111f4 100644
--- a/src/io/resource.h
+++ b/src/io/resource.h
@@ -48,6 +48,8 @@ enum Domain {
Util::ptr_shared<char> get_path(Domain domain, Type type,
char const *filename=NULL);
+Util::ptr_shared<char> get_filename(Type type, char const *filename=NULL);
+
}
}