Update translations from Transifex
[midnight-commander.git] / lib / glibcompat.h
blobd61b76aeffa672105d3b4a42274da9c7bc0967ac
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 #if ! GLIB_CHECK_VERSION (2, 32, 0)
20 void g_queue_free_full (GQueue * queue, GDestroyNotify free_func);
21 #endif /* ! GLIB_CHECK_VERSION (2, 32, 0) */
23 #if ! GLIB_CHECK_VERSION (2, 60, 0)
24 void g_queue_clear_full (GQueue * queue, GDestroyNotify free_func);
25 #endif /* ! GLIB_CHECK_VERSION (2, 60, 0) */
27 /*** inline functions ****************************************************************************/
29 #endif /* MC_GLIBCOMPAT_H */