From c879211d83c5e6e4436c13f03c1af87f59690169 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 29 Jun 2018 16:15:40 +0800 Subject: [PATCH] src/strip.vala --- src/strip.vala | 6 ++++++ 1 file changed, 6 insertions(+) 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()); -- 2.39.2