summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-07-24 13:19:38 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-07-24 13:19:38 +0300
commit0f0b4250ca460d58edb61cc0dd509ba1980c3272 (patch)
treee8e9be30b2ec7942c4796cf93cbbd42e0c272e6a /src/gmdocument.h
parentdd73346aad190239ed133d0c4835dbaa05d1b0cd (diff)
Added GmRequest for handling the request
This feels a little bit too complex, with GmRequest observing TlsRequest and then notifying its own audience. There are still some issues with cancelling requests as well.
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index b5102044..959c75ea 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -17,9 +17,7 @@ struct Impl_GmRun {
17 iGmLinkId linkId; /* zero for non-links */ 17 iGmLinkId linkId; /* zero for non-links */
18}; 18};
19 19
20iDeclareType(GmDocument)
21iDeclareClass(GmDocument) 20iDeclareClass(GmDocument)
22
23iDeclareObjectConstruction(GmDocument) 21iDeclareObjectConstruction(GmDocument)
24 22
25void setWidth_GmDocument (iGmDocument *, int width); 23void setWidth_GmDocument (iGmDocument *, int width);