repo.or.cz
/
gssmp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change the sourceforge logo link to point to the gssmp page.
[gssmp.git]
/
src
/
gssmp_util.h
blob
4f5535fc3fb71680cb0d885cfb9681897a2d22d2
1
#include <gnome.h>
2
3
/**
4
* Loop through the queue, calling g_free on each piece of data, and then
5
* call g_queue_free on the queue.
6
*/
7
void
gssmp_util_free_queue_and_data
(
GQueue
*
queue
);
8
9
10
void
gssmp_util_free_list_and_data
(
GList
*
list
);
11