From 195686c3c4088437a74582189b529e4a58e8225d Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 23 Oct 2017 09:19:11 +1100 Subject: Document style metadata APIs. --- include/Scintilla.iface | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 69139158a..1060b2dd1 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2696,15 +2696,15 @@ get int GetNamedStyles=4029(,) # Retrieve the name of a style. # Result is NUL-terminated. -fun int NameOfStyle=4030(int style, stringresult names) +fun int NameOfStyle=4030(int style, stringresult name) # Retrieve a ' ' separated list of style tags like "literal quoted string". # Result is NUL-terminated. -fun int TagsOfStyle=4031(int style, stringresult names) +fun int TagsOfStyle=4031(int style, stringresult tags) # Retrieve a description of a style. # Result is NUL-terminated. -fun int DescriptionOfStyle=4032(int style, stringresult names) +fun int DescriptionOfStyle=4032(int style, stringresult description) # Notifications # Type of modification and the action which caused the modification. -- cgit v1.2.3