/usr/share/gtk-doc/html/ccss/ccss-ccss-stylesheet-t.html is in libccss-doc 0.5.0-3.
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 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ccss_stylesheet_t</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="CCSS Reference Manual">
<link rel="up" href="basic.html" title="Basic Usage">
<link rel="prev" href="ccss-ccss-style-t.html" title="ccss_style_t">
<link rel="next" href="ccss-index.html" title="Index">
<meta name="generator" content="GTK-Doc V1.17 (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="ccss-ccss-style-t.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="basic.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">CCSS Reference Manual</th>
<td><a accesskey="n" href="ccss-index.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#ccss-ccss-stylesheet-t.synopsis" class="shortcut">Top</a>
|
<a href="#ccss-ccss-stylesheet-t.description" class="shortcut">Description</a>
</td></tr>
</table>
<div class="refentry">
<a name="ccss-ccss-stylesheet-t"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="ccss-ccss-stylesheet-t.top_of_page"></a>ccss_stylesheet_t</span></h2>
<p>ccss_stylesheet_t</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="ccss-ccss-stylesheet-t.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">typedef <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t">ccss_stylesheet_t</a>;
<span class="returnvalue">void</span> (<a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-iterator-f" title="ccss_stylesheet_iterator_f ()">*ccss_stylesheet_iterator_f</a>) (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">char</span> const *type_name</code></em>,
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
enum <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-precedence-t" title="enum ccss_stylesheet_precedence_t">ccss_stylesheet_precedence_t</a>;
<span class="returnvalue">void</span> <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-destroy" title="ccss_stylesheet_destroy ()">ccss_stylesheet_destroy</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>);
<a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="returnvalue">ccss_stylesheet_t</span></a> * <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-reference" title="ccss_stylesheet_reference ()">ccss_stylesheet_reference</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>);
unsigned <span class="returnvalue">int</span> <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-get-reference-count" title="ccss_stylesheet_get_reference_count ()">ccss_stylesheet_get_reference_count</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> const *self</code></em>);
unsigned <span class="returnvalue">int</span> <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-add-from-buffer" title="ccss_stylesheet_add_from_buffer ()">ccss_stylesheet_add_from_buffer</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">char</span> const *buffer</code></em>,
<em class="parameter"><code><span class="type">size_t</span> size</code></em>,
<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-precedence-t" title="enum ccss_stylesheet_precedence_t"><span class="type">ccss_stylesheet_precedence_t</span></a> precedence</code></em>,
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
unsigned <span class="returnvalue">int</span> <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-add-from-file" title="ccss_stylesheet_add_from_file ()">ccss_stylesheet_add_from_file</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">char</span> const *css_file</code></em>,
<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-precedence-t" title="enum ccss_stylesheet_precedence_t"><span class="type">ccss_stylesheet_precedence_t</span></a> precedence</code></em>,
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
<span class="returnvalue">void</span> <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-foreach" title="ccss_stylesheet_foreach ()">ccss_stylesheet_foreach</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-iterator-f" title="ccss_stylesheet_iterator_f ()"><span class="type">ccss_stylesheet_iterator_f</span></a> func</code></em>,
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);
<a class="link" href="ccss-ccss-style-t.html#ccss-style-t" title="ccss_style_t"><span class="returnvalue">ccss_style_t</span></a> * <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-query-type" title="ccss_stylesheet_query_type ()">ccss_stylesheet_query_type</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">char</span> const *type_name</code></em>);
<a class="link" href="ccss-ccss-style-t.html#ccss-style-t" title="ccss_style_t"><span class="returnvalue">ccss_style_t</span></a> * <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-query" title="ccss_stylesheet_query ()">ccss_stylesheet_query</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><a class="link" href="ccss-ccss-node-t.html#ccss-node-t" title="ccss_node_t"><span class="type">ccss_node_t</span></a> *node</code></em>);
<span class="returnvalue">bool</span> <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-unload" title="ccss_stylesheet_unload ()">ccss_stylesheet_unload</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code>unsigned <span class="type">int</span> descriptor</code></em>);
<span class="returnvalue">void</span> <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-dump" title="ccss_stylesheet_dump ()">ccss_stylesheet_dump</a> (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> const *self</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="ccss-ccss-stylesheet-t.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="ccss-ccss-stylesheet-t.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="ccss-stylesheet-t"></a><h3>ccss_stylesheet_t</h3>
<pre class="programlisting">typedef struct ccss_stylesheet_ ccss_stylesheet_t;
</pre>
<p>
Represents a parsed instance of a stylesheet.
</p>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-iterator-f"></a><h3>ccss_stylesheet_iterator_f ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> (*ccss_stylesheet_iterator_f) (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">char</span> const *type_name</code></em>,
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
<p>
Specifies the type of the function passed to <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-foreach" title="ccss_stylesheet_foreach ()"><code class="function">ccss_stylesheet_foreach()</code></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>type_name</code></em> :</span></p></td>
<td>node type name selectors are available for, e.g. `div'.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data passed to <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-foreach" title="ccss_stylesheet_foreach ()"><span class="type">ccss_stylesheet_foreach</span></a>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-precedence-t"></a><h3>enum ccss_stylesheet_precedence_t</h3>
<pre class="programlisting">typedef enum {
CCSS_STYLESHEET_USER_AGENT = 0,
CCSS_STYLESHEET_USER,
CCSS_STYLESHEET_AUTHOR
} ccss_stylesheet_precedence_t;
</pre>
<p>
See <a class="ulink" href="http://www.w3.org/TR/CSS21/cascade.html" target="_top">http://www.w3.org/TR/CSS21/cascade.html</a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><a name="CCSS-STYLESHEET-USER-AGENT:CAPS"></a><span class="term"><code class="literal">CCSS_STYLESHEET_USER_AGENT</code></span></p></td>
<td>the application's intrinsic CSS rules.
</td>
</tr>
<tr>
<td><p><a name="CCSS-STYLESHEET-USER:CAPS"></a><span class="term"><code class="literal">CCSS_STYLESHEET_USER</code></span></p></td>
<td>CSS rules provided by the user.
</td>
</tr>
<tr>
<td><p><a name="CCSS-STYLESHEET-AUTHOR:CAPS"></a><span class="term"><code class="literal">CCSS_STYLESHEET_AUTHOR</code></span></p></td>
<td>CSS rules provided by the author.
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-destroy"></a><h3>ccss_stylesheet_destroy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> ccss_stylesheet_destroy (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>);</pre>
<p>
Decreases the reference count on <em class="parameter"><code>self</code></em> by one. If the result is zero, then
<em class="parameter"><code>self</code></em> and all associated resources are freed. See <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-reference" title="ccss_stylesheet_reference ()"><code class="function">ccss_stylesheet_reference()</code></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-reference"></a><h3>ccss_stylesheet_reference ()</h3>
<pre class="programlisting"><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="returnvalue">ccss_stylesheet_t</span></a> * ccss_stylesheet_reference (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>);</pre>
<p>
Increases the reference count on <em class="parameter"><code>self</code></em> by one. This prevents <em class="parameter"><code>self</code></em> from being
destroyed until a matching call to <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-destroy" title="ccss_stylesheet_destroy ()"><code class="function">ccss_stylesheet_destroy()</code></a> is made.
</p>
<p>
The number of references to a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> can be acquired using
<a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-get-reference-count" title="ccss_stylesheet_get_reference_count ()"><code class="function">ccss_stylesheet_get_reference_count()</code></a>.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the referenced <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-get-reference-count"></a><h3>ccss_stylesheet_get_reference_count ()</h3>
<pre class="programlisting">unsigned <span class="returnvalue">int</span> ccss_stylesheet_get_reference_count (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> const *self</code></em>);</pre>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the current reference count of <em class="parameter"><code>self</code></em>.
If <em class="parameter"><code>self</code></em> is a nil object, 0 will be returned.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-add-from-buffer"></a><h3>ccss_stylesheet_add_from_buffer ()</h3>
<pre class="programlisting">unsigned <span class="returnvalue">int</span> ccss_stylesheet_add_from_buffer (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">char</span> const *buffer</code></em>,
<em class="parameter"><code><span class="type">size_t</span> size</code></em>,
<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-precedence-t" title="enum ccss_stylesheet_precedence_t"><span class="type">ccss_stylesheet_precedence_t</span></a> precedence</code></em>,
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
<p>
Load a CSS file with a given precedence.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>buffer</code></em> :</span></p></td>
<td>buffer to parse.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>size</code></em> :</span></p></td>
<td>size of the buffer.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>precedence</code></em> :</span></p></td>
<td>see <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-precedence-t" title="enum ccss_stylesheet_precedence_t"><span class="type">ccss_stylesheet_precedence_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user-data passed to property- and function-handlers.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a stylesheet descriptor that can be used to unload the CSS file
contents from the stylesheet instance.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-add-from-file"></a><h3>ccss_stylesheet_add_from_file ()</h3>
<pre class="programlisting">unsigned <span class="returnvalue">int</span> ccss_stylesheet_add_from_file (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">char</span> const *css_file</code></em>,
<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-precedence-t" title="enum ccss_stylesheet_precedence_t"><span class="type">ccss_stylesheet_precedence_t</span></a> precedence</code></em>,
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
<p>
Load a CSS file with a given precedence.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>css_file</code></em> :</span></p></td>
<td>file to parse.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>precedence</code></em> :</span></p></td>
<td>see <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-precedence-t" title="enum ccss_stylesheet_precedence_t"><span class="type">ccss_stylesheet_precedence_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user-data passed to property- and function-handlers.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a stylesheet descriptor that can be used to unload the CSS file
contents from the stylesheet instance.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-foreach"></a><h3>ccss_stylesheet_foreach ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> ccss_stylesheet_foreach (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-iterator-f" title="ccss_stylesheet_iterator_f ()"><span class="type">ccss_stylesheet_iterator_f</span></a> func</code></em>,
<em class="parameter"><code><span class="type">void</span> *user_data</code></em>);</pre>
<p>
The iterator function <em class="parameter"><code>func</code></em> is called for each type in the stylesheet.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>func</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-iterator-f" title="ccss_stylesheet_iterator_f ()"><span class="type">ccss_stylesheet_iterator_f</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>user data to pass to the iterator function.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-query-type"></a><h3>ccss_stylesheet_query_type ()</h3>
<pre class="programlisting"><a class="link" href="ccss-ccss-style-t.html#ccss-style-t" title="ccss_style_t"><span class="returnvalue">ccss_style_t</span></a> * ccss_stylesheet_query_type (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><span class="type">char</span> const *type_name</code></em>);</pre>
<p>
Query the stylesheet for styling information regarding a type.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>type_name</code></em> :</span></p></td>
<td>the type to query for, e.g. `h1'.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-style-t.html#ccss-style-t" title="ccss_style_t"><span class="type">ccss_style_t</span></a> that the results of the query are applied to or
<code class="literal">NULL</code> if the query didn't yield results.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-query"></a><h3>ccss_stylesheet_query ()</h3>
<pre class="programlisting"><a class="link" href="ccss-ccss-style-t.html#ccss-style-t" title="ccss_style_t"><span class="returnvalue">ccss_style_t</span></a> * ccss_stylesheet_query (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code><a class="link" href="ccss-ccss-node-t.html#ccss-node-t" title="ccss_node_t"><span class="type">ccss_node_t</span></a> *node</code></em>);</pre>
<p>
Query the stylesheet for styling information regarding a document node and apply the results to a <a class="link" href="ccss-ccss-style-t.html#ccss-style-t" title="ccss_style_t"><span class="type">ccss_style_t</span></a> object.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>node</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-node-t.html#ccss-node-t" title="ccss_node_t"><span class="type">ccss_node_t</span></a> implementation that is used by libccss to retrieve information about the underlying document.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-style-t.html#ccss-style-t" title="ccss_style_t"><span class="type">ccss_style_t</span></a> that the results of the query are applied to or
<code class="literal">NULL</code> if the query didn't yield results.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-unload"></a><h3>ccss_stylesheet_unload ()</h3>
<pre class="programlisting"><span class="returnvalue">bool</span> ccss_stylesheet_unload (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> *self</code></em>,
<em class="parameter"><code>unsigned <span class="type">int</span> descriptor</code></em>);</pre>
<p>
Unload a CSS file, buffer or inline style that was loaded into the stylesheet.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.
<em class="parameter"><code>descriptor</code></em> descriptor of a part that was loaded.</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 anything had been unloaded.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="ccss-stylesheet-dump"></a><h3>ccss_stylesheet_dump ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> ccss_stylesheet_dump (<em class="parameter"><code><a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a> const *self</code></em>);</pre>
<p>
Print informations about the internal state of this object.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
<td>a <a class="link" href="ccss-ccss-stylesheet-t.html#ccss-stylesheet-t" title="ccss_stylesheet_t"><span class="type">ccss_stylesheet_t</span></a>.</td>
</tr></tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
Generated by GTK-Doc V1.17</div>
</body>
</html>
|