Searched refs:nth_link (Results 1 – 1 of 1) sorted by relevance
682 GList *nth_link; in g_queue_pop_nth() local690 nth_link = g_queue_peek_nth_link (queue, n); in g_queue_pop_nth()691 result = nth_link->data; in g_queue_pop_nth()693 g_queue_delete_link (queue, nth_link); in g_queue_pop_nth()