Added comment to GLib compatibility function

This commit is contained in:
James Booth
2012-08-26 22:39:42 +01:00
parent 4ccda744a5
commit 3edd75af75

View File

@@ -29,6 +29,7 @@
#include "common.h"
// backwards compatibility for GLib version < 2.28
void
p_slist_free_full(GSList *items, GDestroyNotify free_func)
{