diff --git a/lib/glibcompat.c b/lib/glibcompat.c
index 48a2409e5..e747690b1 100644
a
|
b
|
g_list_free_full (GList * list, GDestroyNotify free_func) |
91 | 91 | |
92 | 92 | #endif /* ! GLIB_CHECK_VERSION (2, 28, 0) */ |
93 | 93 | |
94 | | #if ! GLIB_CHECK_VERSION (2, 64, 0) |
| 94 | #if ! GLIB_CHECK_VERSION (2, 63, 3) |
95 | 95 | /** |
96 | 96 | * g_clear_slist: (skip) |
97 | 97 | * @slist_ptr: (not nullable): a #GSList return location |
… |
… |
g_clear_list (GList ** list_ptr, GDestroyNotify destroy) |
154 | 154 | |
155 | 155 | /* --------------------------------------------------------------------------------------------- */ |
156 | 156 | |
157 | | #endif /* ! GLIB_CHECK_VERSION (2, 64, 0) */ |
| 157 | #endif /* ! GLIB_CHECK_VERSION (2, 63, 3) */ |
158 | 158 | |
159 | 159 | #if ! GLIB_CHECK_VERSION (2, 32, 0) |
160 | 160 | /** |
diff --git a/lib/glibcompat.h b/lib/glibcompat.h
index 94f7737a7..c48ebbe71 100644
a
|
b
|
void g_slist_free_full (GSList * list, GDestroyNotify free_func); |
16 | 16 | void g_list_free_full (GList * list, GDestroyNotify free_func); |
17 | 17 | #endif /* ! GLIB_CHECK_VERSION (2, 28, 0) */ |
18 | 18 | |
19 | | #if ! GLIB_CHECK_VERSION (2, 64, 0) |
| 19 | #if ! GLIB_CHECK_VERSION (2, 63, 3) |
20 | 20 | void g_clear_slist (GSList ** slist_ptr, GDestroyNotify destroy); |
21 | 21 | void g_clear_list (GList ** list_ptr, GDestroyNotify destroy); |
22 | | #endif /* ! GLIB_CHECK_VERSION (2, 64, 0) */ |
| 22 | #endif /* ! GLIB_CHECK_VERSION (2, 63, 3) */ |
23 | 23 | |
24 | 24 | #if ! GLIB_CHECK_VERSION (2, 32, 0) |
25 | 25 | void g_queue_free_full (GQueue * queue, GDestroyNotify free_func); |