mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
2005-08-03 Matthias Clasen <mclasen@redhat.com> * glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
This commit is contained in:
parent
3ca6489941
commit
b8fb9fd074
@ -1,3 +1,7 @@
|
||||
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
|
||||
|
||||
2005-08-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_convert_with_iconv): Don't go in an
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
|
||||
|
||||
2005-08-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_convert_with_iconv): Don't go in an
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
|
||||
|
||||
2005-08-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_convert_with_iconv): Don't go in an
|
||||
|
@ -1,3 +1,7 @@
|
||||
2005-08-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gstdio.h: Add G_BEGIN_DECLS/G_END_DECLS. (#312424)
|
||||
|
||||
2005-08-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/gconvert.c (g_convert_with_iconv): Don't go in an
|
||||
|
@ -27,6 +27,8 @@
|
||||
|
||||
#if defined(G_OS_UNIX) && !defined(G_STDIO_NO_WRAP_ON_UNIX)
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
/* Just pass on to the system functions, so there's no potential for data
|
||||
* format mismatches, especially with large file interfaces.
|
||||
*/
|
||||
@ -98,6 +100,8 @@ FILE *g_freopen (const gchar *filename,
|
||||
const gchar *mode,
|
||||
FILE *stream);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
#endif /* G_OS_UNIX */
|
||||
|
||||
#endif /* __G_STDIO_H__ */
|
||||
|
Loading…
Reference in New Issue
Block a user