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

Colomban Wendling notifications at xxxxx
Sun Sep 18 10:59:13 UTC 2016


b4n 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

Myeah it wouldn't really be pretty either.  I don't care much, you can keep it like it's now.

-- 
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/1c52afd5/attachment-0001.html>


More information about the Github-comments mailing list