Skip to content

Commit 8efa963

Browse files
committed
Missed clang_File_isEqual
1 parent d667c6f commit 8efa963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/bindings/python/clang/cindex.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4222,7 +4222,7 @@ def set_property(self, property, value):
42224222
("clang_getFile", [TranslationUnit, c_interop_string], c_object_p),
42234223
("clang_getFileName", [File], _CXString),
42244224
("clang_getFileTime", [File], c_uint),
4225-
("clang_File_isEqual", [File, File], bool),
4225+
("clang_File_isEqual", [File, File], c_int),
42264226
("clang_getIBOutletCollectionType", [Cursor], Type),
42274227
("clang_getIncludedFile", [Cursor], c_object_p),
42284228
(

0 commit comments

Comments
 (0)