| 30 #include <glib.h> |
30 #include <glib.h> |
| 31 |
31 |
| 32 #if !GLIB_CHECK_VERSION(2,32,0) |
32 #if !GLIB_CHECK_VERSION(2,32,0) |
| 33 # define G_GNUC_BEGIN_IGNORE_DEPRECATIONS |
33 # define G_GNUC_BEGIN_IGNORE_DEPRECATIONS |
| 34 # define G_GNUC_END_IGNORE_DEPRECATIONS |
34 # define G_GNUC_END_IGNORE_DEPRECATIONS |
| |
35 |
| |
36 void g_queue_free_full(GQueue *queue, GDestroyNotify free_func); |
| |
37 |
| |
38 gboolean g_hash_table_contains (GHashTable *hash_table, gconstpointer key); |
| |
39 |
| 35 #endif /* !GLIB_CHECK_VERSION(2,32,0) */ |
40 #endif /* !GLIB_CHECK_VERSION(2,32,0) */ |
| 36 |
41 |
| 37 #ifdef __clang__ |
42 #ifdef __clang__ |
| 38 |
43 |
| 39 #undef G_GNUC_BEGIN_IGNORE_DEPRECATIONS |
44 #undef G_GNUC_BEGIN_IGNORE_DEPRECATIONS |