From: Alan Knowles Date: Fri, 29 Jun 2018 08:15:40 +0000 (+0800) Subject: src/strip.vala X-Git-Url: http://git.roojs.org/?p=app.mailtrimmer;a=commitdiff_plain;h=c879211d83c5e6e4436c13f03c1af87f59690169 src/strip.vala --- diff --git a/src/strip.vala b/src/strip.vala index 6e7dc94..4223b03 100644 --- a/src/strip.vala +++ b/src/strip.vala @@ -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());