doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-12-13 15:12:25 +01:00
parent 17c3c64a80
commit d030c17d5e
4 changed files with 23 additions and 27 deletions

View File

@@ -29,7 +29,7 @@
Remove the given color from the list of color presets of this color picker.
</description>
</method>
<method name="get_presets">
<method name="get_presets" qualifiers="const">
<return type="PoolColorArray">
</return>
<description>
@@ -59,8 +59,6 @@
Emitted when the color is changed.
</description>
</signal>
</signals>
<signals>
<signal name="preset_added">
<argument index="0" name="color" type="Color">
</argument>
@@ -68,8 +66,6 @@
Emitted when a preset is added.
</description>
</signal>
</signals>
<signals>
<signal name="preset_removed">
<argument index="0" name="color" type="Color">
</argument>