2004-12-03 19:17:46 +00:00
|
|
|
#ifndef MC_GLIBCOMPAT_H
|
|
|
|
#define MC_GLIBCOMPAT_H
|
2003-09-22 20:21:48 +00:00
|
|
|
|
2009-10-21 22:18:03 +03:00
|
|
|
/*** typedefs(not structures) and defined constants **********************************************/
|
|
|
|
|
|
|
|
/*** enums ***************************************************************************************/
|
|
|
|
|
|
|
|
/*** structures declarations (and typedefs of structures)*****************************************/
|
|
|
|
|
|
|
|
/*** global variables defined in .c file *********************************************************/
|
|
|
|
|
|
|
|
/*** declarations of public functions ************************************************************/
|
2003-11-20 20:25:33 +00:00
|
|
|
|
2009-10-21 22:18:03 +03:00
|
|
|
#if ! GLIB_CHECK_VERSION (2, 13, 0)
|
|
|
|
gboolean g_unichar_iszerowidth (gunichar);
|
|
|
|
#endif /* ! GLIB_CHECK_VERSION (2, 13, 0) */
|
2003-11-20 20:25:33 +00:00
|
|
|
|
2009-10-21 22:18:03 +03:00
|
|
|
#if ! GLIB_CHECK_VERSION (2, 7, 0)
|
|
|
|
gboolean g_file_set_contents (const gchar *, const gchar *, gssize, GError **);
|
|
|
|
#endif /* ! GLIB_CHECK_VERSION (2, 7, 0) */
|
2003-11-20 20:25:33 +00:00
|
|
|
|
2003-09-22 20:21:48 +00:00
|
|
|
|
2009-10-21 22:18:03 +03:00
|
|
|
#endif /* MC_GLIBCOMPAT_H */
|