From 3edd75af75d3e60f0807a74c3dc9afefc9dee34f Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 26 Aug 2012 22:39:42 +0100 Subject: [PATCH] Added comment to GLib compatibility function --- src/common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common.c b/src/common.c index 40f9d925..078e8ae4 100644 --- a/src/common.c +++ b/src/common.c @@ -29,6 +29,7 @@ #include "common.h" +// backwards compatibility for GLib version < 2.28 void p_slist_free_full(GSList *items, GDestroyNotify free_func) {