aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 0d833b8b1..3a8db603d 100644
--- a/TODO
+++ b/TODO
@@ -5,9 +5,14 @@ Features:
* id3 browser
Other:
-* Remove popt dependency
* Add libgpm support?
+Glib
+* replace snprintf with g_snprintf or g_strdup_printf
+* replace strcat with g_strlcat or g_strconcat()
+* replace strncpy with g_strlcpy
+* replace strstr with g_strrstr
+* ...