Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
de1ef21d
Commit
de1ef21d
authored
Jul 27, 2012
by
Tristan Matthews
Browse files
* #13986: daemon/gnome: synchronize dbus files
parent
9250f1cc
Changes
3
Hide whitespace changes
Inline
Side-by-side
daemon/src/dbus/configurationmanager-introspec.xml
View file @
de1ef21d
...
...
@@ -187,19 +187,15 @@
<method
name=
"registerAllAccounts"
tp:name-for-bindings=
"registerAllAccounts"
>
<tp:docstring>
Send account registration (REGISTER) for all
currently registered account
.
Send account registration (REGISTER) for all
accounts, even if they are not enabled
.
</tp:docstring>
Register each account for which enable=true
</method>
<method
name=
"sendRegister"
tp:name-for-bindings=
"sendRegister"
>
<tp:docstring>
Send account registration (REGISTER) to the registrar.
Register the account if enable=true, unregister if enable=false.
</tp:docstring>
Register the account if enable=true, unregister if enable=false.
@param[in] input accountID
-->
<arg
type=
"s"
name=
"accountID"
direction=
"in"
>
<tp:docstring>
The account ID
...
...
gnome/src/dbus/configurationmanager-introspec.xml
View file @
de1ef21d
...
...
@@ -185,14 +185,17 @@
</arg>
</method>
<method
name=
"registerAllAccounts"
tp:name-for-bindings=
"registerAllAccounts"
>
<tp:docstring>
Send account registration (REGISTER) for all accounts, even if they are not enabled.
</tp:docstring>
</method>
<method
name=
"sendRegister"
tp:name-for-bindings=
"sendRegister"
>
<tp:docstring>
Send account registration (REGISTER) to the registrar.
Register the account if enable=true, unregister if enable=false.
</tp:docstring>
Register the account if enable=true, unregister if enable=false.
@param[in] input accountID
-->
<arg
type=
"s"
name=
"accountID"
direction=
"in"
>
<tp:docstring>
The account ID
...
...
gnome/src/dbus/video_controls-introspec.xml
View file @
de1ef21d
...
...
@@ -98,6 +98,7 @@
<tp:docstring>
Sets a vector of hashtables describing codecs and their parameters for a given account, one hashtable per codec
</tp:docstring>
<arg
type=
"s"
name=
"accountID"
direction=
"in"
>
</arg>
<annotation
name=
"com.trolltech.QtDBus.QtTypeName.In1"
value=
"VectorMapStringString"
/>
<arg
type=
"aa{ss}"
name=
"details"
direction=
"in"
>
</arg>
</method>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment