summaryrefslogtreecommitdiffstats
path: root/src/io/resource.h
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2017-07-31 22:01:44 +0000
committerMartin Owens <doctormo@gmail.com>2017-07-31 22:01:44 +0000
commit65717e6d745db3c59ffb5f70ee557a9202f0c1cf (patch)
treeabc86075439cce6a2f4a78a0c4b7434dc5c46d3e /src/io/resource.h
parentbring back the FileSaveTemplate in the menu (diff)
downloadinkscape-65717e6d745db3c59ffb5f70ee557a9202f0c1cf.tar.gz
inkscape-65717e6d745db3c59ffb5f70ee557a9202f0c1cf.zip
Expand io api for tav, resolve filename to local directory
Diffstat (limited to 'src/io/resource.h')
-rw-r--r--src/io/resource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/io/resource.h b/src/io/resource.h
index 646b2219c..d12372024 100644
--- a/src/io/resource.h
+++ b/src/io/resource.h
@@ -64,6 +64,7 @@ Glib::ustring get_path_ustring(Domain domain, Type type,
Glib::ustring get_filename(Type type, char const *filename,
char const *locale=NULL);
+Glib::ustring get_filename(Glib::ustring path, Glib::ustring filename);
std::vector<Glib::ustring> get_filenames(Type type,
std::vector<const char *> extensions={},