/usr/share/gtk-doc/html/libinfinity-0.5/InfAdoptedSessionReplay.html is in libinfinity-0.5-doc 0.5.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>InfAdoptedSessionReplay</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="libinfinity-0.5 Reference Manual">
<link rel="up" href="ch03.html" title="Libinfinity's adOPTed implementation">
<link rel="prev" href="InfAdoptedSessionRecord.html" title="InfAdoptedSessionRecord">
<link rel="next" href="InfAdoptedUndoGrouping.html" title="InfAdoptedUndoGrouping">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="InfAdoptedSessionRecord.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch03.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">libinfinity-0.5 Reference Manual</th>
<td><a accesskey="n" href="InfAdoptedUndoGrouping.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#InfAdoptedSessionReplay.synopsis" class="shortcut">Top</a>
|
<a href="#InfAdoptedSessionReplay.description" class="shortcut">Description</a>
|
<a href="#InfAdoptedSessionReplay.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#InfAdoptedSessionReplay.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry">
<a name="InfAdoptedSessionReplay"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="InfAdoptedSessionReplay.top_of_page"></a>InfAdoptedSessionReplay</span></h2>
<p>InfAdoptedSessionReplay — Replay a record of a session</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="InfAdoptedSessionReplay.stability-level"></a><h2>Stability Level</h2>
Unstable, unless otherwise indicated
</div>
<div class="refsynopsisdiv">
<a name="InfAdoptedSessionReplay.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include <libinfinity/adopted/inf-adopted-session-replay.h>
enum <a class="link" href="InfAdoptedSessionReplay.html#InfAdoptedSessionReplayError" title="enum InfAdoptedSessionReplayError">InfAdoptedSessionReplayError</a>;
<a class="link" href="InfAdoptedSessionReplay.html#InfAdoptedSessionReplay-struct" title="InfAdoptedSessionReplay">InfAdoptedSessionReplay</a>;
struct <a class="link" href="InfAdoptedSessionReplay.html#InfAdoptedSessionReplayClass" title="struct InfAdoptedSessionReplayClass">InfAdoptedSessionReplayClass</a>;
<a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="returnvalue">InfAdoptedSessionReplay</span></a> * <a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-new" title="inf_adopted_session_replay_new ()">inf_adopted_session_replay_new</a>
(<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">gboolean</span> <a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-set-record" title="inf_adopted_session_replay_set_record ()">inf_adopted_session_replay_set_record</a>
(<em class="parameter"><code><a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> *replay</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>,
<em class="parameter"><code>const <a class="link" href="libinfinity-0.5-InfcNotePlugin.html#InfcNotePlugin" title="struct InfcNotePlugin"><span class="type">InfcNotePlugin</span></a> *plugin</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<a class="link" href="InfAdoptedSession.html" title="InfAdoptedSession"><span class="returnvalue">InfAdoptedSession</span></a> * <a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-get-session" title="inf_adopted_session_replay_get_session ()">inf_adopted_session_replay_get_session</a>
(<em class="parameter"><code><a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> *replay</code></em>);
<span class="returnvalue">gboolean</span> <a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-play-next" title="inf_adopted_session_replay_play_next ()">inf_adopted_session_replay_play_next</a>
(<em class="parameter"><code><a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> *replay</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">gboolean</span> <a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-play-to-end" title="inf_adopted_session_replay_play_to_end ()">inf_adopted_session_replay_play_to_end</a>
(<em class="parameter"><code><a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> *replay</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="InfAdoptedSessionReplay.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
GObject
+----InfAdoptedSessionReplay
</pre>
</div>
<div class="refsect1">
<a name="InfAdoptedSessionReplay.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="InfAdoptedSessionReplay.html#InfAdoptedSessionReplay--filename" title='The "filename" property'>filename</a>" <span class="type">gchar</span>* : Read
"<a class="link" href="InfAdoptedSessionReplay.html#InfAdoptedSessionReplay--session" title='The "session" property'>session</a>" <a class="link" href="InfAdoptedSession.html" title="InfAdoptedSession"><span class="type">InfAdoptedSession</span></a>* : Read
</pre>
</div>
<div class="refsect1">
<a name="InfAdoptedSessionReplay.description"></a><h2>Description</h2>
<p>
<a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> can be used to replay a record created with
<a class="link" href="InfAdoptedSessionRecord.html" title="InfAdoptedSessionRecord"><span class="type">InfAdoptedSessionRecord</span></a>.
</p>
<p>
Use <a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-set-record" title="inf_adopted_session_replay_set_record ()"><code class="function">inf_adopted_session_replay_set_record()</code></a> to specify the recording to
replay, and then use <a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-get-session" title="inf_adopted_session_replay_get_session ()"><code class="function">inf_adopted_session_replay_get_session()</code></a> to obtain
the replayed session.
</p>
</div>
<div class="refsect1">
<a name="InfAdoptedSessionReplay.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="InfAdoptedSessionReplayError"></a><h3>enum InfAdoptedSessionReplayError</h3>
<pre class="programlisting">typedef enum {
INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_FILE,
INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_XML,
INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_DOCUMENT,
INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_SESSION_TYPE,
INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_FORMAT,
INF_ADOPTED_SESSION_REPLAY_ERROR_UNEXPECTED_EOF
} InfAdoptedSessionReplayError;
</pre>
<p>
Error codes for the <code class="literal">INF_ADOPTED_SESSION_REPLAY_ERROR</code>
error domain. These can occur while loading or replaying a session
with <a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><a name="INF-ADOPTED-SESSION-REPLAY-ERROR-BAD-FILE:CAPS"></a><span class="term"><code class="literal">INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_FILE</code></span></p></td>
<td>The record file could not be
opened for reading.
</td>
</tr>
<tr>
<td><p><a name="INF-ADOPTED-SESSION-REPLAY-ERROR-BAD-XML:CAPS"></a><span class="term"><code class="literal">INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_XML</code></span></p></td>
<td>The record file contains
invalid XML.
</td>
</tr>
<tr>
<td><p><a name="INF-ADOPTED-SESSION-REPLAY-ERROR-BAD-DOCUMENT:CAPS"></a><span class="term"><code class="literal">INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_DOCUMENT</code></span></p></td>
<td>The record file is not a
session recording.
</td>
</tr>
<tr>
<td><p><a name="INF-ADOPTED-SESSION-REPLAY-ERROR-BAD-SESSION-TYPE:CAPS"></a><span class="term"><code class="literal">INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_SESSION_TYPE</code></span></p></td>
<td>The record file is a
session recording for a different type of session than the one provided.
</td>
</tr>
<tr>
<td><p><a name="INF-ADOPTED-SESSION-REPLAY-ERROR-BAD-FORMAT:CAPS"></a><span class="term"><code class="literal">INF_ADOPTED_SESSION_REPLAY_ERROR_BAD_FORMAT</code></span></p></td>
<td>The record file is invalid.
</td>
</tr>
<tr>
<td><p><a name="INF-ADOPTED-SESSION-REPLAY-ERROR-UNEXPECTED-EOF:CAPS"></a><span class="term"><code class="literal">INF_ADOPTED_SESSION_REPLAY_ERROR_UNEXPECTED_EOF</code></span></p></td>
<td>More data was expected
to be read from the record file, but the end of file was reached.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="InfAdoptedSessionReplay-struct"></a><h3>InfAdoptedSessionReplay</h3>
<pre class="programlisting">typedef struct _InfAdoptedSessionReplay InfAdoptedSessionReplay;</pre>
<p>
<a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> is an opaque data type. You should only access it
via the public API functions.
</p>
</div>
<hr>
<div class="refsect2">
<a name="InfAdoptedSessionReplayClass"></a><h3>struct InfAdoptedSessionReplayClass</h3>
<pre class="programlisting">struct InfAdoptedSessionReplayClass {
};
</pre>
<p>
This structure does not contain any public fields.
</p>
</div>
<hr>
<div class="refsect2">
<a name="inf-adopted-session-replay-new"></a><h3>inf_adopted_session_replay_new ()</h3>
<pre class="programlisting"><a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="returnvalue">InfAdoptedSessionReplay</span></a> * inf_adopted_session_replay_new
(<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Creates a new <a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a>. Use
<a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-set-record" title="inf_adopted_session_replay_set_record ()"><code class="function">inf_adopted_session_replay_set_record()</code></a> to start the recording, and
<a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-play-next" title="inf_adopted_session_replay_play_next ()"><code class="function">inf_adopted_session_replay_play_next()</code></a> or
<a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-play-to-end" title="inf_adopted_session_replay_play_to_end ()"><code class="function">inf_adopted_session_replay_play_to_end()</code></a> to play it.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>A new <a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a>. Free with <code class="function">g_object_unref()</code>
when no longer in use.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="inf-adopted-session-replay-set-record"></a><h3>inf_adopted_session_replay_set_record ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span> inf_adopted_session_replay_set_record
(<em class="parameter"><code><a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> *replay</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *filename</code></em>,
<em class="parameter"><code>const <a class="link" href="libinfinity-0.5-InfcNotePlugin.html#InfcNotePlugin" title="struct InfcNotePlugin"><span class="type">InfcNotePlugin</span></a> *plugin</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Set the record file for <em class="parameter"><code>replay</code></em> to play. It should have been created with
<a class="link" href="InfAdoptedSessionRecord.html" title="InfAdoptedSessionRecord"><span class="type">InfAdoptedSessionRecord</span></a>. <em class="parameter"><code>plugin</code></em> should match the type of the recorded
session. If an error occurs, the function returns <code class="literal">FALSE</code> and <em class="parameter"><code>error</code></em> is set.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>replay</code></em> :</span></p></td>
<td>A <a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>filename</code></em> :</span></p></td>
<td>Path to the record file to play.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>plugin</code></em> :</span></p></td>
<td>A <a class="link" href="libinfinity-0.5-InfcNotePlugin.html#InfcNotePlugin" title="struct InfcNotePlugin"><span class="type">InfcNotePlugin</span></a> for the note type of the recorded session.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Location to store error information, if any.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<code class="literal">TRUE</code> on success, or <code class="literal">FALSE</code> if the record file could not be set.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="inf-adopted-session-replay-get-session"></a><h3>inf_adopted_session_replay_get_session ()</h3>
<pre class="programlisting"><a class="link" href="InfAdoptedSession.html" title="InfAdoptedSession"><span class="returnvalue">InfAdoptedSession</span></a> * inf_adopted_session_replay_get_session
(<em class="parameter"><code><a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> *replay</code></em>);</pre>
<p>
Returns the played back session, or <code class="literal">NULL</code> if
<a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-set-record" title="inf_adopted_session_replay_set_record ()"><code class="function">inf_adopted_session_replay_set_record()</code></a> was not yet called.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>replay</code></em> :</span></p></td>
<td>A <a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>A <a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a>, or <code class="literal">NULL</code>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="inf-adopted-session-replay-play-next"></a><h3>inf_adopted_session_replay_play_next ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span> inf_adopted_session_replay_play_next
(<em class="parameter"><code><a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> *replay</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Reads the next request from the record and passes it to the session. Note
that this might do nothing if that request is not yet causally ready,
meaning that it depends on another request that has not yet been played. In
that case it will be executed as soon as it is ready, that is after some
future <a class="link" href="InfAdoptedSessionReplay.html#inf-adopted-session-replay-play-next" title="inf_adopted_session_replay_play_next ()"><code class="function">inf_adopted_session_replay_play_next()</code></a> call. Therefore, it is also
possible that this function executes more than one request.
</p>
<p>
If an error occurs, then this function returns <code class="literal">FALSE</code> and <em class="parameter"><code>error</code></em> is set.
If the end of the recording is reached, then it also returns <code class="literal">FALSE</code>, but
<em class="parameter"><code>error</code></em> is left untouched. If the next request has been read, then it
returns <code class="literal">TRUE</code>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>replay</code></em> :</span></p></td>
<td>A <a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Location to store error information, if any.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<code class="literal">TRUE</code> if a request was read, otherwise <code class="literal">FALSE</code>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="inf-adopted-session-replay-play-to-end"></a><h3>inf_adopted_session_replay_play_to_end ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span> inf_adopted_session_replay_play_to_end
(<em class="parameter"><code><a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a> *replay</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Plays all requests that are contained in the recording, so that the
replay's session has the same state as the recorded session when the
recording was stopped.
</p>
<p>
Note that, depending on the size of the record, this function may take
some time to finish.
</p>
<p>
If an error occurs during replay, then the function returns <code class="literal">FALSE</code> and
<em class="parameter"><code>error</code></em> is set. Otherwise it returns <code class="literal">TRUE</code>.
</p>
<div class="variablelist"><table border="0" class="variablelist">
<colgroup>
<col align="left" valign="top">
<col>
</colgroup>
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>replay</code></em> :</span></p></td>
<td>A <a class="link" href="InfAdoptedSessionReplay.html" title="InfAdoptedSessionReplay"><span class="type">InfAdoptedSessionReplay</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>Location to store error information, if any.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<code class="literal">TRUE</code> on success, or <code class="literal">FALSE</code> if an error occurs.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1">
<a name="InfAdoptedSessionReplay.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="InfAdoptedSessionReplay--filename"></a><h3>The <code class="literal">"filename"</code> property</h3>
<pre class="programlisting"> "filename" <span class="type">gchar</span>* : Read</pre>
<p>The filename of the record to play.</p>
<p>Default value: NULL</p>
</div>
<hr>
<div class="refsect2">
<a name="InfAdoptedSessionReplay--session"></a><h3>The <code class="literal">"session"</code> property</h3>
<pre class="programlisting"> "session" <a class="link" href="InfAdoptedSession.html" title="InfAdoptedSession"><span class="type">InfAdoptedSession</span></a>* : Read</pre>
<p>The replayed session.</p>
</div>
</div>
<div class="refsect1">
<a name="InfAdoptedSessionReplay.see-also"></a><h2>See Also</h2>
<a class="link" href="InfAdoptedSession.html" title="InfAdoptedSession"><span class="type">InfAdoptedSession</span></a>, <a class="link" href="InfAdoptedSessionRecord.html" title="InfAdoptedSessionRecord"><span class="type">InfAdoptedSessionRecord</span></a>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.19</div>
</body>
</html>
|