summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-01-25 14:32:22 +0000
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>2011-01-25 14:32:22 +0000
commitcc2887eb45d6e029de056c8aecad4c368dfbe547 (patch)
tree44900f773421fd9fbc980c37a23d139f16f14819
parentca7a0fc514366fdd9c85d57ab316a738136bf343 (diff)
Change the candidate port member from q to u
Unfortunately some binding are unable to create dbus elements with type q as part of an array (hello, dbus-glib, i'm looking you). To be nice to such bindings change the type to u (32bit uint instead of 16 bit)
-rw-r--r--spec/Call_Stream_Endpoint.xml10
-rw-r--r--spec/Call_Stream_Interface_Media.xml8
2 files changed, 9 insertions, 9 deletions
diff --git a/spec/Call_Stream_Endpoint.xml b/spec/Call_Stream_Endpoint.xml
index 4818168d..cf1783d1 100644
--- a/spec/Call_Stream_Endpoint.xml
+++ b/spec/Call_Stream_Endpoint.xml
@@ -72,7 +72,7 @@
</signal>
<property name="RemoteCandidates" tp:name-for-bindings="Remote_Candidates"
- type="a(usqa{sv})" tp:type="Candidate[]" access="read">
+ type="a(usua{sv})" tp:type="Candidate[]" access="read">
<tp:docstring>
A list of candidates for this endpoint.
</tp:docstring>
@@ -85,7 +85,7 @@
<tp:member-ref>RemoteCandidates</tp:member-ref> property.
</tp:docstring>
<arg name="Candidates"
- type="a(usqa{sv})" tp:type="Candidate[]">
+ type="a(usua{sv})" tp:type="Candidate[]">
<tp:docstring>
The candidates that were added.
</tp:docstring>
@@ -98,7 +98,7 @@
Emitted when a candidate is selected for use in the stream.
</tp:docstring>
<arg name="Candidate"
- type="(usqa{sv})" tp:type="Candidate">
+ type="(usua{sv})" tp:type="Candidate">
<tp:docstring>
The candidate that has been selected.
</tp:docstring>
@@ -107,7 +107,7 @@
<property name="SelectedCandidate"
tp:name-for-bindings="Selected_Candidate"
- type="(usqa{sv})" tp:type="Candidate" access="read">
+ type="(usua{sv})" tp:type="Candidate" access="read">
<tp:docstring>
The candidate that has been selected for use to stream packets
to the remote contact. Change notification is given via the
@@ -122,7 +122,7 @@
<tp:member-ref>CandidateSelected</tp:member-ref>.
</tp:docstring>
<arg name="Candidate"
- type="(usqa{sv})" tp:type="Candidate" direction="in">
+ type="(usua{sv})" tp:type="Candidate" direction="in">
<tp:docstring>
The candidate that has been selected.
</tp:docstring>
diff --git a/spec/Call_Stream_Interface_Media.xml b/spec/Call_Stream_Interface_Media.xml
index 9e62c874..21255ab8 100644
--- a/spec/Call_Stream_Interface_Media.xml
+++ b/spec/Call_Stream_Interface_Media.xml
@@ -118,7 +118,7 @@
<tp:member name="IP" type="s">
<tp:docstring>The IP address to use.</tp:docstring>
</tp:member>
- <tp:member name="Port" type="q">
+ <tp:member name="Port" type="u">
<tp:docstring>The port number to use.</tp:docstring>
</tp:member>
<tp:member name="Info" type="a{sv}" tp:type="Candidate_Info">
@@ -133,7 +133,7 @@
signal them to the remote contact(s).
</tp:docstring>
<arg name="Candidates" direction="in"
- type="a(usqa{sv})" tp:type="Candidate[]">
+ type="a(usua{sv})" tp:type="Candidate[]">
<tp:docstring>
The candidates to be added.
</tp:docstring>
@@ -216,7 +216,7 @@
</property>
<property name="LocalCandidates" tp:name-for-bindings="Local_Candidates"
- type="a(usqa{sv})" tp:type="Candidate[]" access="read">
+ type="a(usua{sv})" tp:type="Candidate[]" access="read">
<tp:docstring>
[FIXME]. Change notification is via the
<tp:member-ref>LocalCandidatesAdded</tp:member-ref> signal.
@@ -229,7 +229,7 @@
Emitted when local candidates are added to the
<tp:member-ref>LocalCandidates</tp:member-ref> property.
</tp:docstring>
- <arg name="Candidates" type="a(usqa{sv})" tp:type="Candidate[]">
+ <arg name="Candidates" type="a(usua{sv})" tp:type="Candidate[]">
<tp:docstring>
Candidates that have been added.
</tp:docstring>