diff options
Diffstat (limited to 'doc/classes/Node.xml')
-rw-r--r-- | doc/classes/Node.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml index 1847954b67..5fd0da7452 100644 --- a/doc/classes/Node.xml +++ b/doc/classes/Node.xml @@ -619,7 +619,7 @@ </description> </method> <method name="rpc_config"> - <return type="void"> + <return type="int"> </return> <argument index="0" name="method" type="String"> </argument> @@ -672,7 +672,7 @@ </description> </method> <method name="rset_config"> - <return type="void"> + <return type="int"> </return> <argument index="0" name="property" type="String"> </argument> |