After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699330 - Implement anjuta_util_get_real_path in Windows
Implement anjuta_util_get_real_path in Windows
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: libanjuta
git master
Other Linux
: Normal normal
: ---
Assigned To: Naba Kumar
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-30 15:19 UTC by Arnel Borja
Modified: 2013-05-06 20:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to implement the function using Windows API (2.12 KB, patch)
2013-04-30 15:21 UTC, Arnel Borja
committed Details | Review

Description Arnel Borja 2013-04-30 15:19:14 UTC
Function realpath is not available in Windows but the Windows API provides a function to get the real path. This is based on Vala's code in "gobject-introspection/grealpath.h".
Comment 1 Arnel Borja 2013-04-30 15:21:41 UTC
Created attachment 242931 [details] [review]
Patch to implement the function using Windows API
Comment 2 Sébastien Granjoux 2013-05-06 20:12:17 UTC
Review of attachment 242931 [details] [review]:

Thanks for your patch, I have just committed it.