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 744512 - Removal of some API aliases for Windows 64bit break cross-platform compatibility in binding mode
Removal of some API aliases for Windows 64bit break cross-platform compatibil...
Status: RESOLVED DUPLICATE of bug 780634
Product: glib
Classification: Platform
Component: win32
unspecified
Other Windows
: Normal normal
: ---
Assigned To: gtk-win32 maintainers
gtk-win32 maintainers
Depends on:
Blocks:
 
 
Reported: 2015-02-14 05:14 UTC by Bakhtiar Hasmanan
Modified: 2017-07-25 10:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bakhtiar Hasmanan 2015-02-14 05:14:20 UTC
The following deprecated API has been removed in favor of *_utf8 ones for win64, hovewer in binding mode (pygi) we need to call their cross platform aliases.

glib/gconvert.c:
g_filename_to_utf8
g_filename_from_utf8
g_filename_from_uri
g_filename_to_uri

glib/gdir.c:
g_dir_open
g_dir_read_name

glib/genviron.c:
g_getenv

glib/giowin32.c:
g_io_channel_new_file

glib/gfileutils.c:
g_file_test
g_file_get_contents
g_mkstemp
g_file_open_tmp
g_get_current_dir
Comment 1 Christoph Reiter (lazka) 2017-07-25 10:51:27 UTC

*** This bug has been marked as a duplicate of bug 780634 ***