src/strip.vala
[app.mailtrimmer] / src / strip.vala
index 6e7dc94..4223b03 100644 (file)
@@ -691,6 +691,12 @@ public class Strip : GLib.Object {
     {
            return this.real_query(false, str);
     }
+    /**
+    * need_return 
+    0 = no
+    1 = yes
+    -1 = don't try.
+    */
     public string real_query(int need_return, string str)
     {
                GLib.debug("Before Query : %u  : %s\n", this.mysql.errno(), this.mysql.error());