summaryrefslogtreecommitdiff
path: root/src/app.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-09-07 14:50:09 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-09-07 14:50:09 +0300
commitc7b55f3d2ead592e110a1a1fb219bcb5a9009b37 (patch)
tree21343a5c465fcb8b179dd8350c4452a443684a24 /src/app.h
parent7c9dfee6ecde3daf6ccf7fc26eb2b1438ac94157 (diff)
LookupWidget: Working on history content search
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 09d84f19..da86c37e 100644
--- a/src/app.h
+++ b/src/app.h
@@ -24,6 +24,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
24 24
25/* Application core: event loop, base event processing, audio synth. */ 25/* Application core: event loop, base event processing, audio synth. */
26 26
27#include <the_Foundation/objectlist.h>
27#include <the_Foundation/string.h> 28#include <the_Foundation/string.h>
28#include <the_Foundation/time.h> 29#include <the_Foundation/time.h>
29 30
@@ -64,6 +65,7 @@ iGmCerts * certs_App (void);
64iVisited * visited_App (void); 65iVisited * visited_App (void);
65iBookmarks * bookmarks_App (void); 66iBookmarks * bookmarks_App (void);
66iDocumentWidget * document_App (void); 67iDocumentWidget * document_App (void);
68iObjectList * listDocuments_App (void);
67iDocumentWidget * document_Command (const char *cmd); 69iDocumentWidget * document_Command (const char *cmd);
68iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf); 70iDocumentWidget * newTab_App (const iDocumentWidget *duplicateOf);
69 71