doc: Sync classref with current source
This commit is contained in:
parent
f104fab83d
commit
343dcd9029
2 changed files with 18 additions and 0 deletions
|
@ -176,9 +176,13 @@
|
||||||
<signals>
|
<signals>
|
||||||
<signal name="settings_changed">
|
<signal name="settings_changed">
|
||||||
<description>
|
<description>
|
||||||
|
Emitted when editor settings change.
|
||||||
</description>
|
</description>
|
||||||
</signal>
|
</signal>
|
||||||
</signals>
|
</signals>
|
||||||
<constants>
|
<constants>
|
||||||
|
<constant name="NOTIFICATION_EDITOR_SETTINGS_CHANGED" value="10000">
|
||||||
|
Emitted when editor settings change. It used by various editor plugins to update their visuals on theme changes or logic on configuration changes.
|
||||||
|
</constant>
|
||||||
</constants>
|
</constants>
|
||||||
</class>
|
</class>
|
||||||
|
|
|
@ -696,6 +696,20 @@
|
||||||
Returns a copy of the string with characters removed from the right.
|
Returns a copy of the string with characters removed from the right.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
<method name="sha1_buffer">
|
||||||
|
<return type="PoolByteArray">
|
||||||
|
</return>
|
||||||
|
<description>
|
||||||
|
Returns the SHA-1 hash of the string as an array of bytes.
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
|
<method name="sha1_text">
|
||||||
|
<return type="String">
|
||||||
|
</return>
|
||||||
|
<description>
|
||||||
|
Returns the SHA-1 hash of the string as a string.
|
||||||
|
</description>
|
||||||
|
</method>
|
||||||
<method name="sha256_buffer">
|
<method name="sha256_buffer">
|
||||||
<return type="PoolByteArray">
|
<return type="PoolByteArray">
|
||||||
</return>
|
</return>
|
||||||
|
|
Loading…
Reference in a new issue