Correct description for the return values from get_status. (#7137)
This commit is contained in:
parent
d5a9102a88
commit
f8d523b68b
1 changed files with 1 additions and 1 deletions
|
@ -15526,7 +15526,7 @@
|
||||||
<return type="int">
|
<return type="int">
|
||||||
</return>
|
</return>
|
||||||
<description>
|
<description>
|
||||||
Returns a status string like STATUS_REQUESTING. Need to call [method poll] in order to get status updates.
|
Returns a STATUS_* enum constant. Need to call [method poll] in order to get status updates.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="has_response" qualifiers="const">
|
<method name="has_response" qualifiers="const">
|
||||||
|
|
Loading…
Reference in a new issue