diff options
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); |