From 496122b446d2084f6117e2b8704d7c9ec6706422 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sat, 8 Aug 2020 22:02:14 +0300 Subject: Handling "about:home"; GmRequest decoupling GmRequest is given a pointer to the GmCerts to use. Also, timeouts are handled via a posted command so they get processed in the main thread. --- src/app.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app.h') diff --git a/src/app.h b/src/app.h index d10da7c3..e40c5b2e 100644 --- a/src/app.h +++ b/src/app.h @@ -21,6 +21,7 @@ enum iUserEventCode { }; const iString *execPath_App (void); +const iString *dataDir_App (void); int run_App (int argc, char **argv); void processEvents_App (enum iAppEventMode mode); -- cgit v1.2.3