about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-26 22:39:42 +0100
committerJames Booth <boothj5@gmail.com>2012-08-26 22:39:42 +0100
commit3edd75af75d3e60f0807a74c3dc9afefc9dee34f (patch)
treeb685f65530d73371913476d634b76eef6ec11224
parent4ccda744a553b2a454bfa8da4c66d7b87a0d98f4 (diff)
downloadprofani-tty-3edd75af75d3e60f0807a74c3dc9afefc9dee34f.tar.gz
Added comment to GLib compatibility function
-rw-r--r--src/common.c1
1 files changed, 1 insertions, 0 deletions
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)
 {