Method
GLibQueuecopy
since: 2.4
Declaration [src]
GQueue*
g_queue_copy (
GQueue* queue
)
Description [src]
Copies a queue
. Note that is a shallow copy. If the elements in the
queue consist of pointers to data, the pointers are copied, but the
actual data is not.
Available since: 2.4
This method is not directly available to language bindings.
Return value
Type: GQueue
A copy of queue
.
The returned data is owned by the instance. |