Implement XMLParser.get_current_line()

This commit is contained in:
kobewi
2022-07-05 01:23:04 +02:00
parent 100d223736
commit 415c7dda37
3 changed files with 31 additions and 26 deletions
+1 -1
View File
@@ -32,7 +32,7 @@
<method name="get_current_line" qualifiers="const">
<return type="int" />
<description>
Gets the current line in the parsed file (currently not implemented).
Gets the current line in the parsed file, counting from 0.
</description>
</method>
<method name="get_named_attribute_value" qualifiers="const">