diff options
| author | Neil <nyamatongwe@gmail.com> | 2017-10-23 09:19:11 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2017-10-23 09:19:11 +1100 |
| commit | 63c0fcd4f77b98f5c167f50876329e407aef84dc (patch) | |
| tree | 57e0af5965ca00b38823b59b3fc1c9a6b08d4e4c /include | |
| parent | 2770554d11acab2ae8969fe266f43c766303c27e (diff) | |
| download | scintilla-mirror-63c0fcd4f77b98f5c167f50876329e407aef84dc.tar.gz | |
Backport: Document style metadata APIs.
Backport of changeset 6405:0849bae316da.
Diffstat (limited to 'include')
| -rw-r--r-- | include/Scintilla.iface | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index cefe66e21..6a23999d7 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2703,15 +2703,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. |
