Skip to content
Snippets Groups Projects
Commit 64a0956b authored by Hugo Lefeuvre's avatar Hugo Lefeuvre
Browse files

configmanager: fix typo in setAccountDetails doc

setAccountDetails emits AccountDetailsChanged, not AccountsChanged.

Change-Id: Ic0af35d10ab7050f648b0dece0975f59370d077c
parent 11585ed2
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@
<tp:docstring>
Send new account parameters, or account parameters changes, to the core. The hash table is not required to be complete, only the updated parameters may be specified.
<tp:rationale>Account settings are written to the configuration file when ring properly quits.</tp:rationale>
<tp:rationale>After calling this method, the core will emit the signal <tp:member-ref>accountsChanged</tp:member-ref> with the updated data. The client must subscribe to this signal and use it to update its internal data structure.</tp:rationale>
<tp:rationale>After calling this method, the core will emit the signal <tp:member-ref>accountDetailsChanged</tp:member-ref> with the updated data. The client must subscribe to this signal and use it to update its internal data structure.</tp:rationale>
</tp:docstring>
<annotation name="org.qtproject.QtDBus.QtTypeName.In1" value="MapStringString"/>
<arg type="s" name="accountID" direction="in">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment