doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-05 10:28:59 +02:00
parent f104fab83d
commit 343dcd9029
2 changed files with 18 additions and 0 deletions

View File

@@ -176,9 +176,13 @@
<signals>
<signal name="settings_changed">
<description>
Emitted when editor settings change.
</description>
</signal>
</signals>
<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>
</class>