Home
last modified time | relevance | path

Searched refs:nth_link (Results 1 – 4 of 4) sorted by relevance

/dports/deskutils/go-for-it/Go-For-It-1.9.6/tests/
H A DDragListTest.vala481 unowned List<DragListRow> nth_link = row_list.nth (position);
482 nth_link.data.unref ();
483 row_list.delete_link (nth_link);
491 unowned List<DragListRow> nth_link = row_list.nth (position);
492 nth_link.data.unref ();
493 row_list.delete_link (nth_link);
/dports/graphics/cogl/cogl-1.22.8/deps/glib/
H A Dgqueue.c630 GList *nth_link; in g_queue_pop_nth() local
638 nth_link = g_queue_peek_nth_link (queue, n); in g_queue_pop_nth()
639 result = nth_link->data; in g_queue_pop_nth()
641 g_queue_delete_link (queue, nth_link); in g_queue_pop_nth()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgqueue.c682 GList *nth_link; in g_queue_pop_nth() local
690 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()
/dports/audio/gsequencer/gsequencer-3.10.4/ags/X/
H A Dags_link_collection_editor.c433 AgsChannel *link, *next_link, *nth_link; in ags_link_collection_editor_apply() local
524 nth_link = ags_channel_nth(start_link, in ags_link_collection_editor_apply()
527 link = nth_link; in ags_link_collection_editor_apply()