[Github-comments] [geany/geany] Add utils_get_real_path() and use it (#1224)

Matthew Brush notifications at xxxxx
Sun Sep 18 09:31:42 UTC 2016


codebrainz commented on this pull request.



> @@ -42,7 +42,11 @@ TMSourceFile *tm_source_file_new(const char *file_name, const char *name);
 
 void tm_source_file_free(TMSourceFile *source_file);
 
-gchar *tm_get_real_path(const gchar *file_name);
+gchar *tm_get_real_path(const gchar *file_name)
+#ifndef GEANY_PRIVATE
+G_DEPRECATED_FOR(utils_get_real_path)
+#endif

It seems wrong, which is why I did it like this, but if you'd prefer to have TM also depend on Geany, I can change it to be so.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1224
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160918/0b597ece/attachment-0001.html>


More information about the Github-comments mailing list