From 364b60217e9f79fb634e987302df94035c61558f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 26 Oct 2011 16:54:05 +1100 Subject: Implement ILoader interface so that clients can load documents from background threads. --- include/Scintilla.iface | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/Scintilla.iface') 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(,) -- cgit v1.2.3