diff options
Diffstat (limited to 'src/app.h')
-rw-r--r-- | src/app.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); | |||
90 | iPeriodic * periodic_App (void); | 91 | iPeriodic * periodic_App (void); |
91 | iDocumentWidget * document_App (void); | 92 | iDocumentWidget * document_App (void); |
92 | iObjectList * listDocuments_App (const iRoot *rootOrNull); /* NULL for all roots */ | 93 | iObjectList * listDocuments_App (const iRoot *rootOrNull); /* NULL for all roots */ |
94 | iStringSet * listOpenURLs_App (void); /* all tabs */ | ||
93 | iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf, iBool switchToNew); | 95 | iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf, iBool switchToNew); |
94 | void trimCache_App (void); | 96 | void trimCache_App (void); |
95 | 97 | ||