Fix `RefCounted.unreference()` documentation providing wrong info.
(cherry picked from commit 098c445f75
)
This commit is contained in:
parent
d7fc0805c8
commit
15eaeddfbf
|
@ -37,7 +37,7 @@
|
||||||
<return type="bool" />
|
<return type="bool" />
|
||||||
<description>
|
<description>
|
||||||
Decrements the internal reference counter. Use this only if you really know what you are doing.
|
Decrements the internal reference counter. Use this only if you really know what you are doing.
|
||||||
Returns [code]true[/code] if the decrement was successful, [code]false[/code] otherwise.
|
Returns [code]true[/code] if the object should be freed after the decrement, [code]false[/code] otherwise.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
</methods>
|
</methods>
|
||||||
|
|
Loading…
Reference in New Issue