Add utils_get_real_path() and use it
commit4a60cdd12727f8f252a3e0d6921e26377ef84904
authorMatthew Brush <matt@geany.org>
Sun, 11 Sep 2016 13:58:34 +0000 (11 06:58 -0700)
committerMatthew Brush <mbrush@codebrainz.ca>
Fri, 4 Aug 2017 10:31:25 +0000 (4 03:31 -0700)
tree04f985069d592fa5ce150c8fabb45e6715049337
parent7261742f8169b19fd5ac7f10a0845a684287e2d9
Add utils_get_real_path() and use it

This is a wrapper around tm_get_real_path() but is in a more suitable
namespace/module.
src/app.h
src/document.c
src/libmain.c
src/plugindata.h
src/tagmanager/tm_source_file.c
src/utils.c
src/utils.h