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, 28, 0)
15 void g_slist_free_full (GSList
* list
, GDestroyNotify free_func
);
16 void g_list_free_full (GList
* list
, GDestroyNotify free_func
);
17 #endif /* ! GLIB_CHECK_VERSION (2, 28, 0) */
19 /*** inline functions ****************************************************************************/
21 #endif /* MC_GLIBCOMPAT_H */