Added comment about required feeing of return value.
authorDaniel Carl <danielcarl@gmx.de>
Sun, 28 Jul 2013 09:04:33 +0000 (11:04 +0200)
committerDaniel Carl <danielcarl@gmx.de>
Sun, 28 Jul 2013 09:04:33 +0000 (11:04 +0200)
src/setting.c

index 28efa18..1fbc3c8 100644 (file)
@@ -227,6 +227,8 @@ gboolean setting_fill_completion(GtkListStore *store, const char *input)
 
 /**
  * Converts string representing also given data type into and Arg.
+ *
+ * Returned Arg must be freed with g_free.
  */
 static Arg *char_to_arg(const char *str, const Type type)
 {