diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-27 08:58:21 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-27 08:58:21 +0300 |
commit | 37a0c2c473799982364cd5a3b6a49bf6553126c9 (patch) | |
tree | 69242dd71a7b85fb88a484872d0f7265af7c5654 /src/gmdocument.h | |
parent | 9b078897b581e7a9108d5ffab83f3c0a4ec720ee (diff) |
Finding previous text
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index 01ade5d3..6972d328 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -28,7 +28,9 @@ typedef void (*iGmDocumentRenderFunc)(void *, const iGmRun *); | |||
28 | void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *); | 28 | void render_GmDocument (const iGmDocument *, iRangei visRangeY, iGmDocumentRenderFunc render, void *); |
29 | iInt2 size_GmDocument (const iGmDocument *); | 29 | iInt2 size_GmDocument (const iGmDocument *); |
30 | 30 | ||
31 | iRangecc findText_GmDocument (const iGmDocument *, const iString *text, const char *start); | 31 | iRangecc findText_GmDocument (const iGmDocument *, const iString *text, const char *start); |
32 | iRangecc findTextBefore_GmDocument (const iGmDocument *, const iString *text, const char *before); | ||
33 | |||
32 | const iGmRun * findRun_GmDocument (const iGmDocument *, iInt2 pos); | 34 | const iGmRun * findRun_GmDocument (const iGmDocument *, iInt2 pos); |
33 | const iGmRun * findRunCStr_GmDocument (const iGmDocument *, const char *textCStr); | 35 | const iGmRun * findRunCStr_GmDocument (const iGmDocument *, const char *textCStr); |
34 | const iString * linkUrl_GmDocument (const iGmDocument *, iGmLinkId linkId); | 36 | const iString * linkUrl_GmDocument (const iGmDocument *, iGmLinkId linkId); |