mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
configmanager: fix typo in setAccountDetails doc
setAccountDetails emits AccountDetailsChanged, not AccountsChanged. Change-Id: Ic0af35d10ab7050f648b0dece0975f59370d077c
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user