diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-06 13:05:45 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-05-06 13:05:45 +0300 |
commit | f130d4eaf10a3ef92208bddcddbceec651fdbd6d (patch) | |
tree | 3cec719cccbff49fceafbd8cae2ac83822e78b6c /src/gempub.h | |
parent | ab70c91fcdb26b6ea0f851af7d975fa4c938dbe1 (diff) |
Gempub: Decode URLs, only load cover image
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 fb3c510b..6912bcc9 100644 --- a/src/gempub.h +++ b/src/gempub.h | |||
@@ -57,6 +57,7 @@ iString * coverPageSource_Gempub (const iGempub *); | |||
57 | iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc); | 57 | iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc); |
58 | 58 | ||
59 | const iString * property_Gempub (const iGempub *, enum iGempubProperty); | 59 | const iString * property_Gempub (const iGempub *, enum iGempubProperty); |
60 | const iString * coverPageUrl_Gempub (const iGempub *); | ||
60 | const iString * indexPageUrl_Gempub (const iGempub *); | 61 | const iString * indexPageUrl_Gempub (const iGempub *); |
61 | const iString * navStartLinkUrl_Gempub (const iGempub *); /* for convenience */ | 62 | const iString * navStartLinkUrl_Gempub (const iGempub *); /* for convenience */ |
62 | 63 | ||