libpurple/glibcompat.h

branch
release-2.x.y
changeset 40185
7a975763d3b6
parent 40174
43e0ebb91028
child 40755
fb2056ce3c58
equal deleted inserted replaced
40175:0857d099906e 40185:7a975763d3b6
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

mercurial