summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-07-18 22:15:22 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2007-07-18 22:15:22 +0000
commita22eef080318e48ab3f777f5819ac5f963b8fbd6 (patch)
tree95488b5bf34bd2c8779bf12718f7e16c8b6da2da
parent23e51f0fe439ea2f9a22f03b7c6051e5dd52acb7 (diff)
rename GetStreamUnixSocketAddress to GetStreamTubeSocketAddress to fit new API design
-rw-r--r--spec/Channel_Type_Tubes.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/Channel_Type_Tubes.xml b/spec/Channel_Type_Tubes.xml
index 348a659a..7938d708 100644
--- a/spec/Channel_Type_Tubes.xml
+++ b/spec/Channel_Type_Tubes.xml
@@ -432,19 +432,19 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</arg>
</signal>
- <method name="GetStreamUnixSocketAddress">
+ <method name="GetStreamTubeSocketAddress">
<tp:docstring>
For a stream tube, obtain the address of the socket used to
communicate over this tube.
</tp:docstring>
<arg direction="in" name="id" type="u">
<tp:docstring>
- The ID of the tube to get the socket for.
+ The ID of the stream tube to get the socket for.
</tp:docstring>
</arg>
- <arg direction="out" type="s">
+ <arg direction="out" name="address" type="uv">
<tp:docstring>
- A string containing the path of the Unix socket.
+ The address of the socket.
</tp:docstring>
</arg>
<tp:possible-errors>