Skip to content
Commit 1d4009e6 authored by Ravi Sankar Guntur's avatar Ravi Sankar Guntur Committed by Matthias Clasen
Browse files

Added API g_queue_free_full().

g_queue_free_full(), to free a Queue including its dynamically-allocated elements.
On similar lines to List and Slist.

void  g_queue_free_full  (GQueue  *queue,  GDestroyNotify    free_func);

Test case covering g_queue_free_full() is added.
Added export symbol to glib.symbols.

Closes Bug: https://bugzilla.gnome.org/show_bug.cgi?id=657433



Signed-off-by: default avatarRavi Sankar Guntur <ravi.g@samsung.com>
parent 63e69b49
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment