summaryrefslogtreecommitdiff
path: root/content-extra/api/spice-gtk/SpiceChannel.html
diff options
context:
space:
mode:
Diffstat (limited to 'content-extra/api/spice-gtk/SpiceChannel.html')
-rw-r--r--content-extra/api/spice-gtk/SpiceChannel.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/content-extra/api/spice-gtk/SpiceChannel.html b/content-extra/api/spice-gtk/SpiceChannel.html
index 7a48592..6ea1607 100644
--- a/content-extra/api/spice-gtk/SpiceChannel.html
+++ b/content-extra/api/spice-gtk/SpiceChannel.html
@@ -178,6 +178,12 @@ justifications.
</tr>
<tr>
<td class="property_type">
+<a href="/usr/share/gtk-doc/html/gioGSocket.html#GSocket-struct"><span class="type">GSocket</span></a> *</td>
+<td class="property_name"><a class="link" href="SpiceChannel.html#SpiceChannel--socket" title="The “socket” property">socket</a></td>
+<td class="property_flags">Read</td>
+</tr>
+<tr>
+<td class="property_type">
<a class="link" href="SpiceSession.html" title="Spice Session"><span class="type">SpiceSession</span></a> *</td>
<td class="property_name"><a class="link" href="SpiceChannel.html#SpiceChannel--spice-session" title="The “spice-session” property">spice-session</a></td>
<td class="property_flags">Read / Write / Construct Only</td>
@@ -857,6 +863,17 @@ is in error state and can provide additional error details.</p>
</div>
<hr>
<div class="refsect2">
+<a name="SpiceChannel--socket"></a><h3>The <code class="literal">“socket”</code> property</h3>
+<pre class="programlisting"> “socket” <a href="/usr/share/gtk-doc/html/gioGSocket.html#GSocket-struct"><span class="type">GSocket</span></a> *</pre>
+<p>Get the underlying <a href="/usr/share/gtk-doc/html/gioGSocket.html#GSocket-struct"><span class="type">GSocket</span></a>. Note that you should not read or
+write any data to it directly since this will likely corrupt
+the channel stream. This property is mainly useful to get some
+connections details.</p>
+<p>Flags: Read</p>
+<p class="since">Since: 0.33</p>
+</div>
+<hr>
+<div class="refsect2">
<a name="SpiceChannel--spice-session"></a><h3>The <code class="literal">“spice-session”</code> property</h3>
<pre class="programlisting"> “spice-session” <a class="link" href="SpiceSession.html" title="Spice Session"><span class="type">SpiceSession</span></a> *</pre>
<p>Spice session.</p>