Searched refs:g_queue_find_custom (Results 1 – 7 of 7) sorted by relevance
64 GList * g_queue_find_custom (GQueue *queue,
247 g_queue_find_custom (GQueue *queue, in g_queue_find_custom() function
2120 #undef g_queue_find_custom 2121 extern __typeof (g_queue_find_custom) g_queue_find_custom __attribute((alias("IA__g_queue_find_cust…
2113 extern __typeof (g_queue_find_custom) IA__g_queue_find_custom __attribute((visibility("hidden")));2114 #define g_queue_find_custom IA__g_queue_find_custom macro
472 l = g_queue_find_custom(attrib->queue, GUINT_TO_POINTER(id), in g_attrib_cancel()
1910 g_queue_find_custom
1362 * glib/gqueue.c (g_queue_find_custom): Clarify docs