diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-29 07:17:45 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-29 07:17:45 +0300 |
commit | 23e31410556e9b4e22c3742b2b137bd5d96abac8 (patch) | |
tree | c42929118328d17f285a1b9c49730132ad3ede3c /src/gempub.h | |
parent | 18e590f1fd50397004113804bf1218656119d41f (diff) |
Gempub: Fixed glitches in DocumentWidget
Diffstat (limited to 'src/gempub.h')
-rw-r--r-- | src/gempub.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gempub.h b/src/gempub.h index c03cabe6..e5f1b8eb 100644 --- a/src/gempub.h +++ b/src/gempub.h | |||
@@ -53,6 +53,7 @@ void close_Gempub (iGempub *); | |||
53 | void setBaseUrl_Gempub (iGempub *, const iString *baseUrl); | 53 | void setBaseUrl_Gempub (iGempub *, const iString *baseUrl); |
54 | 54 | ||
55 | iBool isOpen_Gempub (const iGempub *); | 55 | iBool isOpen_Gempub (const iGempub *); |
56 | iBool isRemote_Gempub (const iGempub *); | ||
56 | iString * coverPageSource_Gempub (const iGempub *); | 57 | iString * coverPageSource_Gempub (const iGempub *); |
57 | iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc); | 58 | iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc); |
58 | 59 | ||