diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-10 12:36:42 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-06-10 12:36:42 +0300 |
commit | b7f40b587087ce4d594ef10af509a5ab92f20466 (patch) | |
tree | 9fc55a0409cb8ad9d038d6bd02e07d7aebe75506 /src/app.h | |
parent | 77ecd8cb2fec2c61f37f4c5561b18fad6fe6137a (diff) |
Preferences: Memory size limit
Memory used for RAM storage of media along with navigation history so it can be restored instantly.
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ iObjectList * listDocuments_App (const iRoot *rootOrNull); /* NULL for a | |||
96 | iStringSet * listOpenURLs_App (void); /* all tabs */ | 96 | iStringSet * listOpenURLs_App (void); /* all tabs */ |
97 | iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf, iBool switchToNew); | 97 | iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf, iBool switchToNew); |
98 | void trimCache_App (void); | 98 | void trimCache_App (void); |
99 | void trimMemory_App (void); | ||
99 | 100 | ||
100 | iDocumentWidget * document_Root (iRoot *); | 101 | iDocumentWidget * document_Root (iRoot *); |
101 | 102 | ||