1 #ifndef MC_GLIBCOMPAT_H
2 #define MC_GLIBCOMPAT_H
4 /*** typedefs(not structures) and defined constants **********************************************/
6 /*** enums ***************************************************************************************/
8 /*** structures declarations (and typedefs of structures)*****************************************/
10 /*** global variables defined in .c file *********************************************************/
12 /*** declarations of public functions ************************************************************/
14 #if ! GLIB_CHECK_VERSION (2, 13, 0)
15 gboolean
g_unichar_iszerowidth (gunichar
);
16 #endif /* ! GLIB_CHECK_VERSION (2, 13, 0) */
18 #if ! GLIB_CHECK_VERSION (2, 7, 0)
19 gboolean
g_file_set_contents (const gchar
*, const gchar
*, gssize
, GError
**);
20 #endif /* ! GLIB_CHECK_VERSION (2, 7, 0) */
23 #endif /* MC_GLIBCOMPAT_H */