summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-25 12:53:09 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-25 12:53:09 +0300
commitacf382fb36212d49601984813839a377b5f29afb (patch)
treed786c0aa3cad28a68ec36f9fdf4dc6a432416d2d /src/gmdocument.h
parent17c37c3dfabc89c10888f1d39fc7b54d0f7b19dd (diff)
Use document top header as window title
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 959c75ea..22e614ea 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -30,3 +30,4 @@ iInt2 size_GmDocument (const iGmDocument *);
30 30
31const iGmRun * findRun_GmDocument (const iGmDocument *, iInt2 pos); 31const iGmRun * findRun_GmDocument (const iGmDocument *, iInt2 pos);
32const iString * linkUrl_GmDocument (const iGmDocument *, iGmLinkId linkId); 32const iString * linkUrl_GmDocument (const iGmDocument *, iGmLinkId linkId);
33const iString * title_GmDocument (const iGmDocument *);