aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2011-10-26 16:54:05 +1100
committernyamatongwe <unknown>2011-10-26 16:54:05 +1100
commit364b60217e9f79fb634e987302df94035c61558f (patch)
tree0270ed645dc3f748352379149cea607a6354f1a3 /include/Scintilla.iface
parent5c994706efdabc3fdd547d169ed99192decf67b5 (diff)
downloadscintilla-mirror-364b60217e9f79fb634e987302df94035c61558f.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.iface3
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(,)