GNOME Bugzilla – Bug 700763
Use GFile instead of stdio in mp4_tag.c in EasyTAG
Last modified: 2013-05-21 07:19:34 UTC
Currently EasyTAG uses stdio i.e. functions fopen, fclose, in mp4_tag.c. These stdio could be replaced with much better and high level GFile from GIO. This will simplify file handling, name of file handling encoding, could also help in making Asynchronous I/O and with this EasyTAG could be used over NFS and CIFS/Samba shares.
Created attachment 244896 [details] [review] This patch will fix the above bug
Comment on attachment 244896 [details] [review] This patch will fix the above bug I removed this checking entirely on master in commit commit b4ef8260a60d7a7642728cd01e58624b5343fef4, as it was unnecessary.