Mark tm_get_real_path with G_DEPRECATED_FOR
commit44f96d08a8c4b171e637b8964fbf4e38c83040e6
authorMatthew Brush <matt@geany.org>
Sun, 11 Sep 2016 14:07:26 +0000 (11 07:07 -0700)
committerMatthew Brush <mbrush@codebrainz.ca>
Fri, 4 Aug 2017 10:44:31 +0000 (4 03:44 -0700)
tree37d77176b7bf0af715c291f66ea814bddbcb9b24
parent4a60cdd12727f8f252a3e0d6921e26377ef84904
Mark tm_get_real_path with G_DEPRECATED_FOR

This will allow the compiler to notify any callers that it's deprecated.
The macro is guarded-out for when Geany is compiling so it won't cause
warnings when tagmanager uses it internally and for the utils_ wrapper.
src/tagmanager/tm_source_file.c
src/tagmanager/tm_source_file.h
src/utils.c