From 1adbac1a481a84b1e26f723827574bf51f22b12e Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 18 Jun 2019 11:57:47 +1000 Subject: Feature [feature-requests:#1297] 3: Add pointer type to ScintillaCallable.py. --- test/ScintillaCallable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/ScintillaCallable.py b/test/ScintillaCallable.py index c812738a5..05cc5f671 100644 --- a/test/ScintillaCallable.py +++ b/test/ScintillaCallable.py @@ -83,7 +83,7 @@ class ScintillaCallable: not name.startswith("Get") and \ not feature["Param1Type"] and \ not feature["Param2Type"] and \ - feature["ReturnType"] in ["bool", "int", "position", "line"]: + feature["ReturnType"] in ["bool", "int", "position", "line", "pointer"]: #~ print("property", feature) return self._scifn(self._sciptr, value, None, None) elif name.startswith("SCN_") and name in self.k: -- cgit v1.2.3