Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
fd2dffb0
Commit
fd2dffb0
authored
11 years ago
by
Vittorio Giovara
Browse files
Options
Downloads
Patches
Plain Diff
dbus: avoid shadowing variables
Change-Id: I1bc0c1d1f44f0e8d3160f4619ab55fc2356d1bcb
parent
76dcc77f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
daemon/src/client/dbus/configurationmanager-introspec.xml
+2
-2
2 additions, 2 deletions
daemon/src/client/dbus/configurationmanager-introspec.xml
gnome/src/dbus/configurationmanager-introspec.xml
+2
-2
2 additions, 2 deletions
gnome/src/dbus/configurationmanager-introspec.xml
with
4 additions
and
4 deletions
daemon/src/client/dbus/configurationmanager-introspec.xml
+
2
−
2
View file @
fd2dffb0
...
...
@@ -425,14 +425,14 @@
</method>
<method
name=
"getAudioInputDeviceIndex"
tp:name-for-bindings=
"getAudioInputDeviceIndex"
>
<arg
type=
"s"
name=
"name"
direction=
"in"
>
<arg
type=
"s"
name=
"
dev
name"
direction=
"in"
>
</arg>
<arg
type=
"i"
name=
"index"
direction=
"out"
>
</arg>
</method>
<method
name=
"getAudioOutputDeviceIndex"
tp:name-for-bindings=
"getAudioOutputDeviceIndex"
>
<arg
type=
"s"
name=
"name"
direction=
"in"
>
<arg
type=
"s"
name=
"
dev
name"
direction=
"in"
>
</arg>
<arg
type=
"i"
name=
"index"
direction=
"out"
>
</arg>
...
...
This diff is collapsed.
Click to expand it.
gnome/src/dbus/configurationmanager-introspec.xml
+
2
−
2
View file @
fd2dffb0
...
...
@@ -425,14 +425,14 @@
</method>
<method
name=
"getAudioInputDeviceIndex"
tp:name-for-bindings=
"getAudioInputDeviceIndex"
>
<arg
type=
"s"
name=
"name"
direction=
"in"
>
<arg
type=
"s"
name=
"
dev
name"
direction=
"in"
>
</arg>
<arg
type=
"i"
name=
"index"
direction=
"out"
>
</arg>
</method>
<method
name=
"getAudioOutputDeviceIndex"
tp:name-for-bindings=
"getAudioOutputDeviceIndex"
>
<arg
type=
"s"
name=
"name"
direction=
"in"
>
<arg
type=
"s"
name=
"
dev
name"
direction=
"in"
>
</arg>
<arg
type=
"i"
name=
"index"
direction=
"out"
>
</arg>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment