Home | History | Annotate | Download | only in include

Lines Matching defs:gboolean

24 typedef int gboolean;
37 typedef gboolean (*GEqualFunc)(gconstpointer a, gconstpointer b);
45 typedef gboolean (*GHRFunc)(gpointer key,
99 gboolean g_str_equal(const void* s1, const void* s2);
106 gboolean g_atomic_int_dec_and_test(int volatile* atomic);
140 gboolean g_hash_table_remove(GHashTable* hash_table,
178 gboolean g_queue_is_empty(GQueue* queue);
189 typedef gboolean (*GSourceFunc)(gpointer user_data);
192 gboolean (*prepare)(GSource* source, gint* timeout);
193 gboolean (*check)(GSource* source);
194 gboolean (*dispatch)(GSource* source,