summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-08 22:02:14 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-08 22:02:58 +0300
commit496122b446d2084f6117e2b8704d7c9ec6706422 (patch)
treeb379efe7f6a2ed530ec9a9bc982e7f48cbd3a29a /src/app.h
parent7b98d7af353c31706d5d6b20ff7d65272f8b7445 (diff)
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.
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h1
1 files changed, 1 insertions, 0 deletions
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 {
21}; 21};
22 22
23const iString *execPath_App (void); 23const iString *execPath_App (void);
24const iString *dataDir_App (void);
24 25
25int run_App (int argc, char **argv); 26int run_App (int argc, char **argv);
26void processEvents_App (enum iAppEventMode mode); 27void processEvents_App (enum iAppEventMode mode);