Inserts @data into @queue after @sibling.
@sibling must be part of @queue. Since GLib 2.44 a %NULL sibling pushes the data at the head of the queue.
a #GList link that must be part of @queue, or %NULL to push at the head of the queue.
the data to insert
2.4
See Implementation
Inserts @data into @queue after @sibling.
@sibling must be part of @queue. Since GLib 2.44 a %NULL sibling pushes the data at the head of the queue.