summaryrefslogtreecommitdiff
path: root/src/gempub.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-05-06 13:05:45 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-05-06 13:05:45 +0300
commitf130d4eaf10a3ef92208bddcddbceec651fdbd6d (patch)
tree3cec719cccbff49fceafbd8cae2ac83822e78b6c /src/gempub.h
parentab70c91fcdb26b6ea0f851af7d975fa4c938dbe1 (diff)
Gempub: Decode URLs, only load cover image
Diffstat (limited to 'src/gempub.h')
-rw-r--r--src/gempub.h1
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 *);
57iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc); 57iBool preloadCoverImage_Gempub(const iGempub *, iGmDocument *doc);
58 58
59const iString * property_Gempub (const iGempub *, enum iGempubProperty); 59const iString * property_Gempub (const iGempub *, enum iGempubProperty);
60const iString * coverPageUrl_Gempub (const iGempub *);
60const iString * indexPageUrl_Gempub (const iGempub *); 61const iString * indexPageUrl_Gempub (const iGempub *);
61const iString * navStartLinkUrl_Gempub (const iGempub *); /* for convenience */ 62const iString * navStartLinkUrl_Gempub (const iGempub *); /* for convenience */
62 63