Skip to content
Snippets Groups Projects
Commit fd2dffb0 authored by Vittorio Giovara's avatar Vittorio Giovara
Browse files

dbus: avoid shadowing variables

Change-Id: I1bc0c1d1f44f0e8d3160f4619ab55fc2356d1bcb
parent 76dcc77f
No related branches found
No related tags found
No related merge requests found
......@@ -425,14 +425,14 @@
</method>
<method name="getAudioInputDeviceIndex" tp:name-for-bindings="getAudioInputDeviceIndex">
<arg type="s" name="name" direction="in">
<arg type="s" name="devname" 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="devname" direction="in">
</arg>
<arg type="i" name="index" direction="out">
</arg>
......
......@@ -425,14 +425,14 @@
</method>
<method name="getAudioInputDeviceIndex" tp:name-for-bindings="getAudioInputDeviceIndex">
<arg type="s" name="name" direction="in">
<arg type="s" name="devname" 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="devname" direction="in">
</arg>
<arg type="i" name="index" direction="out">
</arg>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment