[balsa/port-to-pcre2: 10/10] libbalsa: Add LIBBALSA_REGEX_ERROR_JIT_COMPILE
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/port-to-pcre2: 10/10] libbalsa: Add LIBBALSA_REGEX_ERROR_JIT_COMPILE
- Date: Thu, 24 Sep 2020 02:10:54 +0000 (UTC)
commit 166ac981a953c73bbe50c648513efada125c9213
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Tue Sep 8 10:28:06 2020 -0400
libbalsa: Add LIBBALSA_REGEX_ERROR_JIT_COMPILE
error code for GError.
libbalsa/libbalsa.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libbalsa/libbalsa.h b/libbalsa/libbalsa.h
index 6f14aac98..440213bd0 100644
--- a/libbalsa/libbalsa.h
+++ b/libbalsa/libbalsa.h
@@ -187,7 +187,8 @@ enum LibBalsaImageError {
GQuark libbalsa_regex_error_quark(void);
#define LIBBALSA_REGEX_ERROR libbalsa_regex_error_quark()
enum LibBalsaRegexError {
- LIBBALSA_REGEX_ERROR_COMPILE
+ LIBBALSA_REGEX_ERROR_COMPILE,
+ LIBBALSA_REGEX_ERROR_JIT_COMPILE
};
gboolean libbalsa_use_headerbar(void);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]