summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.h')
-rw-r--r--src/app.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app.h b/src/app.h
index 952688a4..c8f0f1c2 100644
--- a/src/app.h
+++ b/src/app.h
@@ -26,6 +26,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
26 26
27#include <the_Foundation/objectlist.h> 27#include <the_Foundation/objectlist.h>
28#include <the_Foundation/string.h> 28#include <the_Foundation/string.h>
29#include <the_Foundation/stringset.h>
29#include <the_Foundation/time.h> 30#include <the_Foundation/time.h>
30 31
31#include "prefs.h" 32#include "prefs.h"
@@ -90,6 +91,7 @@ iMimeHooks * mimeHooks_App (void);
90iPeriodic * periodic_App (void); 91iPeriodic * periodic_App (void);
91iDocumentWidget * document_App (void); 92iDocumentWidget * document_App (void);
92iObjectList * listDocuments_App (const iRoot *rootOrNull); /* NULL for all roots */ 93iObjectList * listDocuments_App (const iRoot *rootOrNull); /* NULL for all roots */
94iStringSet * listOpenURLs_App (void); /* all tabs */
93iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf, iBool switchToNew); 95iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf, iBool switchToNew);
94void trimCache_App (void); 96void trimCache_App (void);
95 97