mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 21:46:14 +01:00
Redefine also g_io_channel_new_file to the UTF-8 version on Win32.
2004-10-29 Tor Lillqvist <tml@iki.fi> * glib/giochannel.h (g_io_channel_new_file): Redefine also g_io_channel_new_file to the UTF-8 version on Win32. [156725, Kazuki IWAMOTO)
This commit is contained in:
parent
be4d82189f
commit
37d3825e29
@ -1,3 +1,9 @@
|
|||||||
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
|
Kazuki IWAMOTO)
|
||||||
|
|
||||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c
|
* glib/gkeyfile.c
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
|
Kazuki IWAMOTO)
|
||||||
|
|
||||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c
|
* glib/gkeyfile.c
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
|
Kazuki IWAMOTO)
|
||||||
|
|
||||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c
|
* glib/gkeyfile.c
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
|
Kazuki IWAMOTO)
|
||||||
|
|
||||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c
|
* glib/gkeyfile.c
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2004-10-29 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* glib/giochannel.h (g_io_channel_new_file): Redefine also
|
||||||
|
g_io_channel_new_file to the UTF-8 version on Win32. [156725,
|
||||||
|
Kazuki IWAMOTO)
|
||||||
|
|
||||||
2004-10-28 Ray Strode <rstrode@redhat.com>
|
2004-10-28 Ray Strode <rstrode@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c
|
* glib/gkeyfile.c
|
||||||
|
@ -260,6 +260,10 @@ GIOStatus g_io_channel_seek_position (GIOChannel *channel,
|
|||||||
gint64 offset,
|
gint64 offset,
|
||||||
GSeekType type,
|
GSeekType type,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
#ifdef G_OS_WIN32
|
||||||
|
#define g_io_channel_new_file g_io_channel_new_file_utf8
|
||||||
|
#endif
|
||||||
|
|
||||||
GIOChannel* g_io_channel_new_file (const gchar *filename,
|
GIOChannel* g_io_channel_new_file (const gchar *filename,
|
||||||
const gchar *mode,
|
const gchar *mode,
|
||||||
GError **error);
|
GError **error);
|
||||||
|
Loading…
Reference in New Issue
Block a user