diff options
| author | nyamatongwe <devnull@localhost> | 2011-10-26 16:54:05 +1100 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-10-26 16:54:05 +1100 |
| commit | b0c6298f1a5b7a1b16a20ccd577f6e2318ae95ad (patch) | |
| tree | ccffc12c65a182ec59140f049c1d0e9faace2152 /include/Scintilla.iface | |
| parent | 576adef9a5df55d74e2730dc3ffb5db9f0a0a3f2 (diff) | |
| download | scintilla-mirror-b0c6298f1a5b7a1b16a20ccd577f6e2318ae95ad.tar.gz | |
Implement ILoader interface so that clients can load documents from
background threads.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index e0462a3fd..30aa8caea 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2202,6 +2202,9 @@ set void SetTechnology=2630(int technology,) # Get the tech. get int GetTechnology=2631(,) +# Create an ILoader*. +fun int CreateLoader=2632(int bytes,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |
