src/strip.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:15:40 +0000 (16:15 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 Jun 2018 08:15:40 +0000 (16:15 +0800)
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());