/usr/share/gtk-doc/html/libgxps/GXPSDocumentStructure.html is in libgxps-doc 0.2.2-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 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GXPSDocumentStructure</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="GXPS Reference Manual">
<link rel="up" href="ch01.html" title="GXPS">
<link rel="prev" href="libgxps-GXPS-Links.html" title="GXPS Links">
<link rel="next" href="libgxps-GXPSError.html" title="GXPSError">
<meta name="generator" content="GTK-Doc V1.18 (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="libgxps-GXPS-Links.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.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">GXPS Reference Manual</th>
<td><a accesskey="n" href="libgxps-GXPSError.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#GXPSDocumentStructure.synopsis" class="shortcut">Top</a>
|
<a href="#GXPSDocumentStructure.description" class="shortcut">Description</a>
|
<a href="#GXPSDocumentStructure.object-hierarchy" class="shortcut">Object Hierarchy</a>
|
<a href="#GXPSDocumentStructure.properties" class="shortcut">Properties</a>
</td></tr>
</table>
<div class="refentry">
<a name="GXPSDocumentStructure"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="GXPSDocumentStructure.top_of_page"></a>GXPSDocumentStructure</span></h2>
<p>GXPSDocumentStructure — Structure of XPS Document</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="GXPSDocumentStructure.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">
#include <libgxps/gxps.h>
struct <a class="link" href="GXPSDocumentStructure.html#GXPSDocumentStructure-struct" title="struct GXPSDocumentStructure">GXPSDocumentStructure</a>;
struct <a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter">GXPSOutlineIter</a>;
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GXPSDocumentStructure.html#gxps-document-structure-has-outline" title="gxps_document_structure_has_outline ()">gxps_document_structure_has_outline</a> (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a> *structure</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GXPSDocumentStructure.html#gxps-document-structure-outline-iter-init" title="gxps_document_structure_outline_iter_init ()">gxps_document_structure_outline_iter_init</a>
(<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a> *structure</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GXPSDocumentStructure.html#gxps-outline-iter-next" title="gxps_outline_iter_next ()">gxps_outline_iter_next</a> (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GXPSDocumentStructure.html#gxps-outline-iter-children" title="gxps_outline_iter_children ()">gxps_outline_iter_children</a> (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *parent</code></em>);
const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="GXPSDocumentStructure.html#gxps-outline-iter-get-description" title="gxps_outline_iter_get_description ()">gxps_outline_iter_get_description</a> (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>);
<a class="link" href="libgxps-GXPS-Links.html#GXPSLinkTarget"><span class="returnvalue">GXPSLinkTarget</span></a> * <a class="link" href="GXPSDocumentStructure.html#gxps-outline-iter-get-target" title="gxps_outline_iter_get_target ()">gxps_outline_iter_get_target</a> (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="GXPSDocumentStructure.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+----GXPSDocumentStructure
</pre>
</div>
<div class="refsect1">
<a name="GXPSDocumentStructure.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GXPSDocumentStructure.html#GXPSDocumentStructure--archive" title='The "archive" property'>archive</a>" <span class="type">GXPSArchive</span>* : Write / Construct Only
"<a class="link" href="GXPSDocumentStructure.html#GXPSDocumentStructure--source" title='The "source" property'>source</a>" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write / Construct Only
</pre>
</div>
<div class="refsect1">
<a name="GXPSDocumentStructure.description"></a><h2>Description</h2>
<p>
<a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a> represents the structural organization of
a XPS document. A <a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a> can contain the document
outline, similar to a table of contents, containing hyperlinks.
To iterate over the outline items you can use <a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a>.
</p>
<p>
<a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a> objects can not be created directly, they
are retrieved from a <a class="link" href="GXPSDocument.html" title="GXPSDocument"><span class="type">GXPSDocument</span></a> with <a class="link" href="GXPSDocument.html#gxps-document-get-structure" title="gxps_document_get_structure ()"><code class="function">gxps_document_get_structure()</code></a>.
</p>
</div>
<div class="refsect1">
<a name="GXPSDocumentStructure.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GXPSDocumentStructure-struct"></a><h3>struct GXPSDocumentStructure</h3>
<pre class="programlisting">struct GXPSDocumentStructure;</pre>
<p>
The <span class="structname">GXPSDocumentStructure</span> struct contains
only private fields and should not be directly accessed.
</p>
</div>
<hr>
<div class="refsect2">
<a name="GXPSOutlineIter"></a><h3>struct GXPSOutlineIter</h3>
<pre class="programlisting">struct GXPSOutlineIter {
};
</pre>
<p>
GXPSOutlineIter represents an iterator that can be
used to iterate over the items of an outline
contained in a <a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gxps-document-structure-has-outline"></a><h3>gxps_document_structure_has_outline ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gxps_document_structure_has_outline (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a> *structure</code></em>);</pre>
<p>
Whether <em class="parameter"><code>structure</code></em> has an outline or not.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>structure</code></em> :</span></p></td>
<td>a <a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>structure</code></em> has an outline, <a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gxps-document-structure-outline-iter-init"></a><h3>gxps_document_structure_outline_iter_init ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gxps_document_structure_outline_iter_init
(<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a> *structure</code></em>);</pre>
<p>
Initializes <em class="parameter"><code>iter</code></em> to the root item of the outline contained by <em class="parameter"><code>structure</code></em>
and a associates it with <em class="parameter"><code>structure</code></em>.
</p>
<p>
Here is a simple example of some code that walks the full outline:
</p>
<p>
</p>
<div class="informalexample"><pre class="programlisting">
static void
walk_outline (GXPSOutlineIter *iter)
{
do {
GXPSOutlineIter child_iter;
const gchar *description = gxps_outline_iter_get_description (iter);
GXPSLinkTarget *target = gxps_outline_iter_get_target (iter);
/* Do something with description and taregt */
if (gxps_outline_iter_children (&child_iter, iter))
walk_outline (&child_iter);
} while (gxps_outline_iter_next (iter));
}
...
{
GXPSOutlineIter iter;
if (gxps_document_structure_outline_iter_init (&iter, structure))
walk_outline (&iter);
}
</pre></div>
<p>
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>an uninitialized <a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>structure</code></em> :</span></p></td>
<td>a <a class="link" href="GXPSDocumentStructure.html" title="GXPSDocumentStructure"><span class="type">GXPSDocumentStructure</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> was successfully initialized to the root item,
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if it failed or <em class="parameter"><code>structure</code></em> does not have an outline.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gxps-outline-iter-next"></a><h3>gxps_outline_iter_next ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gxps_outline_iter_next (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>);</pre>
<p>
Advances <em class="parameter"><code>iter</code></em> to the next item at the current level.
See <a class="link" href="GXPSDocumentStructure.html#gxps-document-structure-outline-iter-init" title="gxps_document_structure_outline_iter_init ()"><code class="function">gxps_document_structure_outline_iter_init()</code></a> for
more details.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>an initialized <a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> was set to the next item,
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if the end of the current level has been reached</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gxps-outline-iter-children"></a><h3>gxps_outline_iter_children ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gxps_outline_iter_children (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>,
<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *parent</code></em>);</pre>
<p>
Initializes <em class="parameter"><code>iter</code></em> to the first child item of <em class="parameter"><code>parent</code></em>.
See <a class="link" href="GXPSDocumentStructure.html#gxps-document-structure-outline-iter-init" title="gxps_document_structure_outline_iter_init ()"><code class="function">gxps_document_structure_outline_iter_init()</code></a> for
more details.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>an uninitialized <a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>parent</code></em> :</span></p></td>
<td>an initialized <a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if <em class="parameter"><code>iter</code></em> was set to the first child of <em class="parameter"><code>parent</code></em>,
<a href="/usr/share/gtk-doc/html/glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> if <em class="parameter"><code>parent</code></em> does not have children.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gxps-outline-iter-get-description"></a><h3>gxps_outline_iter_get_description ()</h3>
<pre class="programlisting">const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * gxps_outline_iter_get_description (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>);</pre>
<p>
Gets the description of the outline item associated with <em class="parameter"><code>iter</code></em>.
See <a class="link" href="GXPSDocumentStructure.html#gxps-document-structure-outline-iter-init" title="gxps_document_structure_outline_iter_init ()"><code class="function">gxps_document_structure_outline_iter_init()</code></a> for
more details.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>an initialized <a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the description of the outline item</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="gxps-outline-iter-get-target"></a><h3>gxps_outline_iter_get_target ()</h3>
<pre class="programlisting"><a class="link" href="libgxps-GXPS-Links.html#GXPSLinkTarget"><span class="returnvalue">GXPSLinkTarget</span></a> * gxps_outline_iter_get_target (<em class="parameter"><code><a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a> *iter</code></em>);</pre>
<p>
Gets the <a class="link" href="libgxps-GXPS-Links.html#GXPSLinkTarget"><span class="type">GXPSLinkTarget</span></a> of the outline item associated with <em class="parameter"><code>iter</code></em>.
See <a class="link" href="GXPSDocumentStructure.html#gxps-document-structure-outline-iter-init" title="gxps_document_structure_outline_iter_init ()"><code class="function">gxps_document_structure_outline_iter_init()</code></a> for
more details.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td>
<td>an initialized <a class="link" href="GXPSDocumentStructure.html#GXPSOutlineIter" title="struct GXPSOutlineIter"><span class="type">GXPSOutlineIter</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a new allocated <a class="link" href="libgxps-GXPS-Links.html#GXPSLinkTarget"><span class="type">GXPSLinkTarget</span></a>.
Free the returned object with <a class="link" href="libgxps-GXPS-Links.html#gxps-link-target-free" title="gxps_link_target_free ()"><code class="function">gxps_link_target_free()</code></a>.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
<div class="refsect1">
<a name="GXPSDocumentStructure.property-details"></a><h2>Property Details</h2>
<div class="refsect2">
<a name="GXPSDocumentStructure--archive"></a><h3>The <code class="literal">"archive"</code> property</h3>
<pre class="programlisting"> "archive" <span class="type">GXPSArchive</span>* : Write / Construct Only</pre>
<p>The document archive.</p>
</div>
<hr>
<div class="refsect2">
<a name="GXPSDocumentStructure--source"></a><h3>The <code class="literal">"source"</code> property</h3>
<pre class="programlisting"> "source" <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Write / Construct Only</pre>
<p>The DocStructure Source File.</p>
<p>Default value: NULL</p>
</div>
</div>
<div class="refsect1">
<a name="GXPSDocumentStructure.see-also"></a><h2>See Also</h2>
<a class="link" href="GXPSDocument.html" title="GXPSDocument"><span class="type">GXPSDocument</span></a>, <a class="link" href="libgxps-GXPS-Links.html#GXPSLinkTarget"><span class="type">GXPSLinkTarget</span></a>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.18</div>
</body>
</html>
|