rsvg2 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/2.0/rsvg2.so +0 -0
- data/vendor/local/bin/croco-0.6-config +2 -2
- data/vendor/local/bin/csslint-0.6.exe +0 -0
- data/vendor/local/bin/libcroco-0.6-3.dll +0 -0
- data/vendor/local/bin/librsvg-2-2.dll +0 -0
- data/vendor/local/bin/rsvg-convert.exe +0 -0
- data/vendor/local/lib/libcroco-0.6.a +0 -0
- data/vendor/local/lib/libcroco-0.6.dll.a +0 -0
- data/vendor/local/lib/libcroco-0.6.la +1 -1
- data/vendor/local/lib/librsvg-2.a +0 -0
- data/vendor/local/lib/librsvg-2.dll.a +0 -0
- data/vendor/local/lib/librsvg-2.la +1 -1
- data/vendor/local/share/gir-1.0/Rsvg-2.0.gir +42 -14
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-additional-sel.html +4 -4
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-attr-sel.html +2 -2
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-declaration.html +31 -31
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-doc-handler.html +12 -12
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-enc-handler.html +10 -10
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-fonts.html +30 -30
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-input.html +70 -70
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-num.html +8 -8
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-om-parser.html +24 -24
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parser.html +22 -22
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parsing-location.html +2 -2
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-pseudo.html +3 -3
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-rgb.html +33 -33
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-sel-eng.html +14 -14
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-selector.html +6 -6
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-simple-sel.html +4 -4
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-statement.html +49 -49
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-string.html +10 -10
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-style.html +36 -36
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-stylesheet.html +6 -6
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-term.html +8 -8
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-tknzr.html +40 -40
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-token.html +2 -2
- data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-utils.html +118 -118
- metadata +12 -14
- data/lib/1.9/rsvg2.so +0 -0
- data/lib/2.1/rsvg2.so +0 -0
@@ -37,7 +37,7 @@
|
|
37
37
|
</tr></table></div>
|
38
38
|
<div class="refsynopsisdiv">
|
39
39
|
<a name="libcroco-cr-sel-eng.synopsis"></a><h2>Synopsis</h2>
|
40
|
-
<pre class="synopsis"><a href="
|
40
|
+
<pre class="synopsis"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (<a class="link" href="libcroco-cr-sel-eng.html#CRPseudoClassSelectorHandler" title="CRPseudoClassSelectorHandler ()">*CRPseudoClassSelectorHandler</a>) (<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
41
41
|
<em class="parameter"><code><a class="link" href="libcroco-cr-additional-sel.html#CRAdditionalSel" title="struct CRAdditionalSel"><span class="type">CRAdditionalSel</span></a> *a_add_sel</code></em>,
|
42
42
|
<em class="parameter"><code><span class="type">xmlNode</span> *a_node</code></em>);
|
43
43
|
struct <a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng">CRSelEng</a>;
|
@@ -52,33 +52,33 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
52
52
|
<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
|
53
53
|
<em class="parameter"><code><span class="type">xmlNode</span> *a_node</code></em>,
|
54
54
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> ***a_rulesets</code></em>,
|
55
|
-
<em class="parameter"><code><a href="
|
55
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> *a_len</code></em>);
|
56
56
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-sel-eng.html#cr-sel-eng-get-matched-style" title="cr_sel_eng_get_matched_style ()">cr_sel_eng_get_matched_style</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
57
57
|
<em class="parameter"><code><a class="link" href="libcroco-cr-cascade.html#CRCascade" title="struct CRCascade"><span class="type">CRCascade</span></a> *a_cascade</code></em>,
|
58
58
|
<em class="parameter"><code><span class="type">xmlNode</span> *a_node</code></em>,
|
59
59
|
<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_parent_style</code></em>,
|
60
60
|
<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> **a_style</code></em>,
|
61
|
-
<em class="parameter"><code><a href="
|
61
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> a_set_props_to_initial_values</code></em>);
|
62
62
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-sel-eng.html#cr-sel-eng-get-pseudo-class-selector-handler" title="cr_sel_eng_get_pseudo_class_selector_handler ()">cr_sel_eng_get_pseudo_class_selector_handler</a>
|
63
63
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
64
|
-
<em class="parameter"><code><a href="
|
64
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_pseudo_class_sel_name</code></em>,
|
65
65
|
<em class="parameter"><code><span class="type">enum CRPseudoType</span> a_pseudo_class_type</code></em>,
|
66
66
|
<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRPseudoClassSelectorHandler" title="CRPseudoClassSelectorHandler ()"><span class="type">CRPseudoClassSelectorHandler</span></a> *a_handler</code></em>);
|
67
67
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-sel-eng.html#cr-sel-eng-matches-node" title="cr_sel_eng_matches_node ()">cr_sel_eng_matches_node</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
68
68
|
<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> *a_sel</code></em>,
|
69
69
|
<em class="parameter"><code><span class="type">xmlNode</span> *a_node</code></em>,
|
70
|
-
<em class="parameter"><code><a href="
|
70
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *a_result</code></em>);
|
71
71
|
<a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="returnvalue">CRSelEng</span></a> * <a class="link" href="libcroco-cr-sel-eng.html#cr-sel-eng-new" title="cr_sel_eng_new ()">cr_sel_eng_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
72
72
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-sel-eng.html#cr-sel-eng-register-pseudo-class-sel-handler" title="cr_sel_eng_register_pseudo_class_sel_handler ()">cr_sel_eng_register_pseudo_class_sel_handler</a>
|
73
73
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
74
|
-
<em class="parameter"><code><a href="
|
74
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_pseudo_class_sel_name</code></em>,
|
75
75
|
<em class="parameter"><code><span class="type">enum CRPseudoType</span> a_pseudo_class_type</code></em>,
|
76
76
|
<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRPseudoClassSelectorHandler" title="CRPseudoClassSelectorHandler ()"><span class="type">CRPseudoClassSelectorHandler</span></a> a_handler</code></em>);
|
77
77
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-sel-eng.html#cr-sel-eng-unregister-all-pseudo-class-sel-handlers" title="cr_sel_eng_unregister_all_pseudo_class_sel_handlers ()">cr_sel_eng_unregister_all_pseudo_class_sel_handlers</a>
|
78
78
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>);
|
79
79
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-sel-eng.html#cr-sel-eng-unregister-pseudo-class-sel-handler" title="cr_sel_eng_unregister_pseudo_class_sel_handler ()">cr_sel_eng_unregister_pseudo_class_sel_handler</a>
|
80
80
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
81
|
-
<em class="parameter"><code><a href="
|
81
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_pseudo_class_sel_name</code></em>,
|
82
82
|
<em class="parameter"><code><span class="type">enum CRPseudoType</span> a_pseudo_class_type</code></em>);
|
83
83
|
</pre>
|
84
84
|
</div>
|
@@ -91,7 +91,7 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
91
91
|
<a name="libcroco-cr-sel-eng.details"></a><h2>Details</h2>
|
92
92
|
<div class="refsect2">
|
93
93
|
<a name="CRPseudoClassSelectorHandler"></a><h3>CRPseudoClassSelectorHandler ()</h3>
|
94
|
-
<pre class="programlisting"><a href="
|
94
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> (*CRPseudoClassSelectorHandler) (<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
95
95
|
<em class="parameter"><code><a class="link" href="libcroco-cr-additional-sel.html#CRAdditionalSel" title="struct CRAdditionalSel"><span class="type">CRAdditionalSel</span></a> *a_add_sel</code></em>,
|
96
96
|
<em class="parameter"><code><span class="type">xmlNode</span> *a_node</code></em>);</pre>
|
97
97
|
<p>
|
@@ -147,7 +147,7 @@ The destructor of <a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title
|
|
147
147
|
<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
|
148
148
|
<em class="parameter"><code><span class="type">xmlNode</span> *a_node</code></em>,
|
149
149
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> ***a_rulesets</code></em>,
|
150
|
-
<em class="parameter"><code><a href="
|
150
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> *a_len</code></em>);</pre>
|
151
151
|
<p>
|
152
152
|
Returns an array of pointers to selectors that matches
|
153
153
|
the xml node given in parameter.
|
@@ -195,7 +195,7 @@ point to statements that are still in the css stylesheet.</td>
|
|
195
195
|
<em class="parameter"><code><span class="type">xmlNode</span> *a_node</code></em>,
|
196
196
|
<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_parent_style</code></em>,
|
197
197
|
<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> **a_style</code></em>,
|
198
|
-
<em class="parameter"><code><a href="
|
198
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> a_set_props_to_initial_values</code></em>);</pre>
|
199
199
|
<p>
|
200
200
|
</p>
|
201
201
|
</div>
|
@@ -204,7 +204,7 @@ point to statements that are still in the css stylesheet.</td>
|
|
204
204
|
<a name="cr-sel-eng-get-pseudo-class-selector-handler"></a><h3>cr_sel_eng_get_pseudo_class_selector_handler ()</h3>
|
205
205
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_sel_eng_get_pseudo_class_selector_handler
|
206
206
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
207
|
-
<em class="parameter"><code><a href="
|
207
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_pseudo_class_sel_name</code></em>,
|
208
208
|
<em class="parameter"><code><span class="type">enum CRPseudoType</span> a_pseudo_class_type</code></em>,
|
209
209
|
<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRPseudoClassSelectorHandler" title="CRPseudoClassSelectorHandler ()"><span class="type">CRPseudoClassSelectorHandler</span></a> *a_handler</code></em>);</pre>
|
210
210
|
<p>
|
@@ -216,7 +216,7 @@ point to statements that are still in the css stylesheet.</td>
|
|
216
216
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_sel_eng_matches_node (<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
217
217
|
<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> *a_sel</code></em>,
|
218
218
|
<em class="parameter"><code><span class="type">xmlNode</span> *a_node</code></em>,
|
219
|
-
<em class="parameter"><code><a href="
|
219
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *a_result</code></em>);</pre>
|
220
220
|
<p>
|
221
221
|
Evaluates a chained list of simple selectors (known as a css2 selector).
|
222
222
|
Says wheter if this selector matches the xml node given in parameter or
|
@@ -269,7 +269,7 @@ NULL if an error occurs.</td>
|
|
269
269
|
<a name="cr-sel-eng-register-pseudo-class-sel-handler"></a><h3>cr_sel_eng_register_pseudo_class_sel_handler ()</h3>
|
270
270
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_sel_eng_register_pseudo_class_sel_handler
|
271
271
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
272
|
-
<em class="parameter"><code><a href="
|
272
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_pseudo_class_sel_name</code></em>,
|
273
273
|
<em class="parameter"><code><span class="type">enum CRPseudoType</span> a_pseudo_class_type</code></em>,
|
274
274
|
<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRPseudoClassSelectorHandler" title="CRPseudoClassSelectorHandler ()"><span class="type">CRPseudoClassSelectorHandler</span></a> a_handler</code></em>);</pre>
|
275
275
|
<p>
|
@@ -332,7 +332,7 @@ otherwise.</td>
|
|
332
332
|
<a name="cr-sel-eng-unregister-pseudo-class-sel-handler"></a><h3>cr_sel_eng_unregister_pseudo_class_sel_handler ()</h3>
|
333
333
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_sel_eng_unregister_pseudo_class_sel_handler
|
334
334
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-sel-eng.html#CRSelEng" title="struct CRSelEng"><span class="type">CRSelEng</span></a> *a_this</code></em>,
|
335
|
-
<em class="parameter"><code><a href="
|
335
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_pseudo_class_sel_name</code></em>,
|
336
336
|
<em class="parameter"><code><span class="type">enum CRPseudoType</span> a_pseudo_class_type</code></em>);</pre>
|
337
337
|
<p>
|
338
338
|
</p>
|
@@ -46,13 +46,13 @@
|
|
46
46
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-selector.html#cr-selector-dump" title="cr_selector_dump ()">cr_selector_dump</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> const *a_this</code></em>,
|
47
47
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>);
|
48
48
|
<a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="returnvalue">CRSelector</span></a> * <a class="link" href="libcroco-cr-selector.html#cr-selector-new" title="cr_selector_new ()">cr_selector_new</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> *a_sel_expr</code></em>);
|
49
|
-
<a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="returnvalue">CRSelector</span></a> * <a class="link" href="libcroco-cr-selector.html#cr-selector-parse-from-buf" title="cr_selector_parse_from_buf ()">cr_selector_parse_from_buf</a> (<em class="parameter"><code>const <a href="
|
49
|
+
<a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="returnvalue">CRSelector</span></a> * <a class="link" href="libcroco-cr-selector.html#cr-selector-parse-from-buf" title="cr_selector_parse_from_buf ()">cr_selector_parse_from_buf</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_char_buf</code></em>,
|
50
50
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);
|
51
51
|
<a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="returnvalue">CRSelector</span></a> * <a class="link" href="libcroco-cr-selector.html#cr-selector-prepend" title="cr_selector_prepend ()">cr_selector_prepend</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_this</code></em>,
|
52
52
|
<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_new</code></em>);
|
53
53
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-selector.html#cr-selector-ref" title="cr_selector_ref ()">cr_selector_ref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_this</code></em>);
|
54
|
-
<a href="
|
55
|
-
<a href="
|
54
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * <a class="link" href="libcroco-cr-selector.html#cr-selector-to-string" title="cr_selector_to_string ()">cr_selector_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> const *a_this</code></em>);
|
55
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libcroco-cr-selector.html#cr-selector-unref" title="cr_selector_unref ()">cr_selector_unref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_this</code></em>);
|
56
56
|
</pre>
|
57
57
|
</div>
|
58
58
|
<div class="refsect1">
|
@@ -171,7 +171,7 @@ NULL in case of failure.</td>
|
|
171
171
|
<hr>
|
172
172
|
<div class="refsect2">
|
173
173
|
<a name="cr-selector-parse-from-buf"></a><h3>cr_selector_parse_from_buf ()</h3>
|
174
|
-
<pre class="programlisting"><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="returnvalue">CRSelector</span></a> * cr_selector_parse_from_buf (<em class="parameter"><code>const <a href="
|
174
|
+
<pre class="programlisting"><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="returnvalue">CRSelector</span></a> * cr_selector_parse_from_buf (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_char_buf</code></em>,
|
175
175
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);</pre>
|
176
176
|
<p>
|
177
177
|
</p>
|
@@ -211,14 +211,14 @@ of <a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRS
|
|
211
211
|
<hr>
|
212
212
|
<div class="refsect2">
|
213
213
|
<a name="cr-selector-to-string"></a><h3>cr_selector_to_string ()</h3>
|
214
|
-
<pre class="programlisting"><a href="
|
214
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * cr_selector_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> const *a_this</code></em>);</pre>
|
215
215
|
<p>
|
216
216
|
</p>
|
217
217
|
</div>
|
218
218
|
<hr>
|
219
219
|
<div class="refsect2">
|
220
220
|
<a name="cr-selector-unref"></a><h3>cr_selector_unref ()</h3>
|
221
|
-
<pre class="programlisting"><a href="
|
221
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_selector_unref (<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_this</code></em>);</pre>
|
222
222
|
<p>
|
223
223
|
<em class="parameter"><code>a_this</code></em>: the current instance of <a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a>.
|
224
224
|
</p>
|
@@ -46,10 +46,10 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
46
46
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>);
|
47
47
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-simple-sel.html#cr-simple-sel-dump-attr-sel-list" title="cr_simple_sel_dump_attr_sel_list ()">cr_simple_sel_dump_attr_sel_list</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> const *a_this</code></em>);
|
48
48
|
<a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="returnvalue">CRSimpleSel</span></a> * <a class="link" href="libcroco-cr-simple-sel.html#cr-simple-sel-new" title="cr_simple_sel_new ()">cr_simple_sel_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
49
|
-
<a href="
|
49
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * <a class="link" href="libcroco-cr-simple-sel.html#cr-simple-sel-one-to-string" title="cr_simple_sel_one_to_string ()">cr_simple_sel_one_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> const *a_this</code></em>);
|
50
50
|
<a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="returnvalue">CRSimpleSel</span></a> * <a class="link" href="libcroco-cr-simple-sel.html#cr-simple-sel-prepend-simple-sel" title="cr_simple_sel_prepend_simple_sel ()">cr_simple_sel_prepend_simple_sel</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> *a_this</code></em>,
|
51
51
|
<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> *a_sel</code></em>);
|
52
|
-
<a href="
|
52
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * <a class="link" href="libcroco-cr-simple-sel.html#cr-simple-sel-to-string" title="cr_simple_sel_to_string ()">cr_simple_sel_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> const *a_this</code></em>);
|
53
53
|
</pre>
|
54
54
|
</div>
|
55
55
|
<div class="refsect1">
|
@@ -200,7 +200,7 @@ The constructor of <a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel
|
|
200
200
|
<hr>
|
201
201
|
<div class="refsect2">
|
202
202
|
<a name="cr-simple-sel-one-to-string"></a><h3>cr_simple_sel_one_to_string ()</h3>
|
203
|
-
<pre class="programlisting"><a href="
|
203
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * cr_simple_sel_one_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> const *a_this</code></em>);</pre>
|
204
204
|
<p>
|
205
205
|
</p>
|
206
206
|
</div>
|
@@ -227,7 +227,7 @@ Prepends a simple selector to the current list of simple selectors.
|
|
227
227
|
<hr>
|
228
228
|
<div class="refsect2">
|
229
229
|
<a name="cr-simple-sel-to-string"></a><h3>cr_simple_sel_to_string ()</h3>
|
230
|
-
<pre class="programlisting"><a href="
|
230
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * cr_simple_sel_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> const *a_this</code></em>);</pre>
|
231
231
|
<p>
|
232
232
|
</p>
|
233
233
|
</div>
|
@@ -51,7 +51,7 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
51
51
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
52
52
|
<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> **a_charset</code></em>);
|
53
53
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-at-charset-rule-parse-from-buf" title="cr_statement_at_charset_rule_parse_from_buf ()">cr_statement_at_charset_rule_parse_from_buf</a>
|
54
|
-
(<em class="parameter"><code>const <a href="
|
54
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
55
55
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);
|
56
56
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-at-charset-rule-set-charset" title="cr_statement_at_charset_rule_set_charset ()">cr_statement_at_charset_rule_set_charset</a>
|
57
57
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
@@ -72,7 +72,7 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
72
72
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-at-import-rule-get-url" title="cr_statement_at_import_rule_get_url ()">cr_statement_at_import_rule_get_url</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
73
73
|
<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> **a_url</code></em>);
|
74
74
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-at-import-rule-parse-from-buf" title="cr_statement_at_import_rule_parse_from_buf ()">cr_statement_at_import_rule_parse_from_buf</a>
|
75
|
-
(<em class="parameter"><code>const <a href="
|
75
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
76
76
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);
|
77
77
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-at-import-rule-set-imported-sheet" title="cr_statement_at_import_rule_set_imported_sheet ()">cr_statement_at_import_rule_set_imported_sheet</a>
|
78
78
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
@@ -81,9 +81,9 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
81
81
|
<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_url</code></em>);
|
82
82
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-at-media-get-from-list" title="cr_statement_at_media_get_from_list ()">cr_statement_at_media_get_from_list</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
83
83
|
<em class="parameter"><code><span class="type">int</span> itemnr</code></em>);
|
84
|
-
<a href="
|
84
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="libcroco-cr-statement.html#cr-statement-at-media-nr-rules" title="cr_statement_at_media_nr_rules ()">cr_statement_at_media_nr_rules</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>);
|
85
85
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-at-media-rule-parse-from-buf" title="cr_statement_at_media_rule_parse_from_buf ()">cr_statement_at_media_rule_parse_from_buf</a>
|
86
|
-
(<em class="parameter"><code>const <a href="
|
86
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
87
87
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);
|
88
88
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-get-declarations" title="cr_statement_at_page_rule_get_declarations ()">cr_statement_at_page_rule_get_declarations</a>
|
89
89
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
@@ -91,7 +91,7 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
91
91
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-get-sel" title="cr_statement_at_page_rule_get_sel ()">cr_statement_at_page_rule_get_sel</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
92
92
|
<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> **a_sel</code></em>);
|
93
93
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-parse-from-buf" title="cr_statement_at_page_rule_parse_from_buf ()">cr_statement_at_page_rule_parse_from_buf</a>
|
94
|
-
(<em class="parameter"><code>const <a href="
|
94
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
95
95
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);
|
96
96
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-set-declarations" title="cr_statement_at_page_rule_set_declarations ()">cr_statement_at_page_rule_set_declarations</a>
|
97
97
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
@@ -99,50 +99,50 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
99
99
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-set-sel" title="cr_statement_at_page_rule_set_sel ()">cr_statement_at_page_rule_set_sel</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
100
100
|
<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_sel</code></em>);
|
101
101
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-destroy" title="cr_statement_destroy ()">cr_statement_destroy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>);
|
102
|
-
<a href="
|
103
|
-
(<em class="parameter"><code>const <a href="
|
102
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="libcroco-cr-statement.html#cr-statement-does-buf-parses-against-core" title="cr_statement_does_buf_parses_against_core ()">cr_statement_does_buf_parses_against_core</a>
|
103
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
104
104
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);
|
105
105
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-dump" title="cr_statement_dump ()">cr_statement_dump</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
106
106
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
107
|
-
<em class="parameter"><code><a href="
|
107
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);
|
108
108
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-dump-charset" title="cr_statement_dump_charset ()">cr_statement_dump_charset</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
109
109
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
110
|
-
<em class="parameter"><code><a href="
|
110
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);
|
111
111
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-dump-font-face-rule" title="cr_statement_dump_font_face_rule ()">cr_statement_dump_font_face_rule</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
112
112
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
113
|
-
<em class="parameter"><code><a href="
|
113
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#glong"><span class="type">glong</span></a> a_indent</code></em>);
|
114
114
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-dump-import-rule" title="cr_statement_dump_import_rule ()">cr_statement_dump_import_rule</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
115
115
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
116
|
-
<em class="parameter"><code><a href="
|
116
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);
|
117
117
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-dump-media-rule" title="cr_statement_dump_media_rule ()">cr_statement_dump_media_rule</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
118
118
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
119
|
-
<em class="parameter"><code><a href="
|
119
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);
|
120
120
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-dump-page" title="cr_statement_dump_page ()">cr_statement_dump_page</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
121
121
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
122
|
-
<em class="parameter"><code><a href="
|
122
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);
|
123
123
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-dump-ruleset" title="cr_statement_dump_ruleset ()">cr_statement_dump_ruleset</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
124
124
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
125
|
-
<em class="parameter"><code><a href="
|
125
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#glong"><span class="type">glong</span></a> a_indent</code></em>);
|
126
126
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-font-face-rule-parse-from-buf" title="cr_statement_font_face_rule_parse_from_buf ()">cr_statement_font_face_rule_parse_from_buf</a>
|
127
|
-
(<em class="parameter"><code>const <a href="
|
127
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
128
128
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);
|
129
129
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-get-from-list" title="cr_statement_get_from_list ()">cr_statement_get_from_list</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
130
130
|
<em class="parameter"><code><span class="type">int</span> itemnr</code></em>);
|
131
131
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-get-parent-sheet" title="cr_statement_get_parent_sheet ()">cr_statement_get_parent_sheet</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
132
132
|
<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_sheet</code></em>);
|
133
|
-
<a href="
|
134
|
-
<em class="parameter"><code><a href="
|
133
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-list-to-string" title="cr_statement_list_to_string ()">cr_statement_list_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
134
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);
|
135
135
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-charset-rule" title="cr_statement_new_at_charset_rule ()">cr_statement_new_at_charset_rule</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
|
136
136
|
<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_charset</code></em>);
|
137
137
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-font-face-rule" title="cr_statement_new_at_font_face_rule ()">cr_statement_new_at_font_face_rule</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
|
138
138
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_font_decls</code></em>);
|
139
139
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-import-rule" title="cr_statement_new_at_import_rule ()">cr_statement_new_at_import_rule</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_container_sheet</code></em>,
|
140
140
|
<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_url</code></em>,
|
141
|
-
<em class="parameter"><code><a href="
|
141
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *a_media_list</code></em>,
|
142
142
|
<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_imported_sheet</code></em>);
|
143
143
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-media-rule" title="cr_statement_new_at_media_rule ()">cr_statement_new_at_media_rule</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
|
144
144
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_ruleset</code></em>,
|
145
|
-
<em class="parameter"><code><a href="
|
145
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *a_media</code></em>);
|
146
146
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-page-rule" title="cr_statement_new_at_page_rule ()">cr_statement_new_at_page_rule</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
|
147
147
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_decl_list</code></em>,
|
148
148
|
<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_name</code></em>,
|
@@ -151,8 +151,8 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
151
151
|
<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_sel_list</code></em>,
|
152
152
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_decl_list</code></em>,
|
153
153
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_media_rule</code></em>);
|
154
|
-
<a href="
|
155
|
-
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-parse-from-buf" title="cr_statement_parse_from_buf ()">cr_statement_parse_from_buf</a> (<em class="parameter"><code>const <a href="
|
154
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="libcroco-cr-statement.html#cr-statement-nr-rules" title="cr_statement_nr_rules ()">cr_statement_nr_rules</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>);
|
155
|
+
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-parse-from-buf" title="cr_statement_parse_from_buf ()">cr_statement_parse_from_buf</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
156
156
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);
|
157
157
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-prepend" title="cr_statement_prepend ()">cr_statement_prepend</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
158
158
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_new</code></em>);
|
@@ -166,7 +166,7 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
166
166
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> **a_decl_list</code></em>);
|
167
167
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-get-sel-list" title="cr_statement_ruleset_get_sel_list ()">cr_statement_ruleset_get_sel_list</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
168
168
|
<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> **a_list</code></em>);
|
169
|
-
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-parse-from-buf" title="cr_statement_ruleset_parse_from_buf ()">cr_statement_ruleset_parse_from_buf</a> (<em class="parameter"><code>const <a href="
|
169
|
+
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-parse-from-buf" title="cr_statement_ruleset_parse_from_buf ()">cr_statement_ruleset_parse_from_buf</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
170
170
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);
|
171
171
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-set-decl-list" title="cr_statement_ruleset_set_decl_list ()">cr_statement_ruleset_set_decl_list</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
172
172
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_list</code></em>);
|
@@ -174,8 +174,8 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
174
174
|
<em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_sel_list</code></em>);
|
175
175
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-statement.html#cr-statement-set-parent-sheet" title="cr_statement_set_parent_sheet ()">cr_statement_set_parent_sheet</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
|
176
176
|
<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>);
|
177
|
-
<a href="
|
178
|
-
<em class="parameter"><code><a href="
|
177
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-to-string" title="cr_statement_to_string ()">cr_statement_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
178
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);
|
179
179
|
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-statement.html#cr-statement-unlink" title="cr_statement_unlink ()">cr_statement_unlink</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_stmt</code></em>);
|
180
180
|
</pre>
|
181
181
|
</div>
|
@@ -415,7 +415,7 @@ and only if the function returned CR_OK.</td>
|
|
415
415
|
<div class="refsect2">
|
416
416
|
<a name="cr-statement-at-charset-rule-parse-from-buf"></a><h3>cr_statement_at_charset_rule_parse_from_buf ()</h3>
|
417
417
|
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_at_charset_rule_parse_from_buf
|
418
|
-
(<em class="parameter"><code>const <a href="
|
418
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
419
419
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
|
420
420
|
<p>
|
421
421
|
<em class="parameter"><code>a_buf</code></em>: the buffer to parse.
|
@@ -569,7 +569,7 @@ Gets the url of the @import rule statement.
|
|
569
569
|
<div class="refsect2">
|
570
570
|
<a name="cr-statement-at-import-rule-parse-from-buf"></a><h3>cr_statement_at_import_rule_parse_from_buf ()</h3>
|
571
571
|
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_at_import_rule_parse_from_buf
|
572
|
-
(<em class="parameter"><code>const <a href="
|
572
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
573
573
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
|
574
574
|
<p>
|
575
575
|
<em class="parameter"><code>a_buf</code></em>: the buffer to parse.
|
@@ -654,7 +654,7 @@ it will return NULL.</td>
|
|
654
654
|
<hr>
|
655
655
|
<div class="refsect2">
|
656
656
|
<a name="cr-statement-at-media-nr-rules"></a><h3>cr_statement_at_media_nr_rules ()</h3>
|
657
|
-
<pre class="programlisting"><a href="
|
657
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> cr_statement_at_media_nr_rules (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>);</pre>
|
658
658
|
<p>
|
659
659
|
<em class="parameter"><code>a_this</code></em>: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
|
660
660
|
</p>
|
@@ -670,7 +670,7 @@ it will return NULL.</td>
|
|
670
670
|
<div class="refsect2">
|
671
671
|
<a name="cr-statement-at-media-rule-parse-from-buf"></a><h3>cr_statement_at_media_rule_parse_from_buf ()</h3>
|
672
672
|
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_at_media_rule_parse_from_buf
|
673
|
-
(<em class="parameter"><code>const <a href="
|
673
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
674
674
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);</pre>
|
675
675
|
<p>
|
676
676
|
<em class="parameter"><code>a_buf</code></em>: the input to parse.
|
@@ -723,7 +723,7 @@ statement.
|
|
723
723
|
<div class="refsect2">
|
724
724
|
<a name="cr-statement-at-page-rule-parse-from-buf"></a><h3>cr_statement_at_page_rule_parse_from_buf ()</h3>
|
725
725
|
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_at_page_rule_parse_from_buf
|
726
|
-
(<em class="parameter"><code>const <a href="
|
726
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
727
727
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
|
728
728
|
<p>
|
729
729
|
<em class="parameter"><code>a_buf</code></em>: the character buffer to parse.
|
@@ -786,8 +786,8 @@ Destructor of <a class="link" href="libcroco-cr-declaration.html#CRStatement" ti
|
|
786
786
|
<hr>
|
787
787
|
<div class="refsect2">
|
788
788
|
<a name="cr-statement-does-buf-parses-against-core"></a><h3>cr_statement_does_buf_parses_against_core ()</h3>
|
789
|
-
<pre class="programlisting"><a href="
|
790
|
-
(<em class="parameter"><code>const <a href="
|
789
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_statement_does_buf_parses_against_core
|
790
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
791
791
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
|
792
792
|
<p>
|
793
793
|
<em class="parameter"><code>a_buf</code></em>: the buffer to parse.
|
@@ -811,7 +811,7 @@ css spec) or not.
|
|
811
811
|
<a name="cr-statement-dump"></a><h3>cr_statement_dump ()</h3>
|
812
812
|
<pre class="programlisting"><span class="returnvalue">void</span> cr_statement_dump (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
813
813
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
814
|
-
<em class="parameter"><code><a href="
|
814
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
|
815
815
|
<p>
|
816
816
|
<em class="parameter"><code>a_this</code></em>: the current css2 statement.
|
817
817
|
<em class="parameter"><code>a_fp</code></em>: the destination file pointer.
|
@@ -826,7 +826,7 @@ Dumps the css2 statement to a file.
|
|
826
826
|
<a name="cr-statement-dump-charset"></a><h3>cr_statement_dump_charset ()</h3>
|
827
827
|
<pre class="programlisting"><span class="returnvalue">void</span> cr_statement_dump_charset (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
828
828
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
829
|
-
<em class="parameter"><code><a href="
|
829
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
|
830
830
|
<p>
|
831
831
|
<em class="parameter"><code>a_this</code></em>: the current instance of the @charset rule statement.
|
832
832
|
<em class="parameter"><code>a_fp</code></em>: the destination file pointer.
|
@@ -841,7 +841,7 @@ Dumps an @charset rule statement to a file.
|
|
841
841
|
<a name="cr-statement-dump-font-face-rule"></a><h3>cr_statement_dump_font_face_rule ()</h3>
|
842
842
|
<pre class="programlisting"><span class="returnvalue">void</span> cr_statement_dump_font_face_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
843
843
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
844
|
-
<em class="parameter"><code><a href="
|
844
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#glong"><span class="type">glong</span></a> a_indent</code></em>);</pre>
|
845
845
|
<p>
|
846
846
|
<em class="parameter"><code>a_this</code></em>: the current instance of font face rule statement.
|
847
847
|
<em class="parameter"><code>a_fp</code></em>: the destination file pointer.
|
@@ -856,7 +856,7 @@ Dumps a font face rule statement to a file.
|
|
856
856
|
<a name="cr-statement-dump-import-rule"></a><h3>cr_statement_dump_import_rule ()</h3>
|
857
857
|
<pre class="programlisting"><span class="returnvalue">void</span> cr_statement_dump_import_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
858
858
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
859
|
-
<em class="parameter"><code><a href="
|
859
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
|
860
860
|
<p>
|
861
861
|
<em class="parameter"><code>a_fp</code></em>: the destination file pointer.
|
862
862
|
<em class="parameter"><code>a_indent</code></em>: the number of white space indentations.
|
@@ -870,7 +870,7 @@ Dumps an @import rule statement to a file.
|
|
870
870
|
<a name="cr-statement-dump-media-rule"></a><h3>cr_statement_dump_media_rule ()</h3>
|
871
871
|
<pre class="programlisting"><span class="returnvalue">void</span> cr_statement_dump_media_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
872
872
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
873
|
-
<em class="parameter"><code><a href="
|
873
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
|
874
874
|
<p>
|
875
875
|
<em class="parameter"><code>a_this</code></em>: the statement to dump.
|
876
876
|
<em class="parameter"><code>a_fp</code></em>: the destination file pointer
|
@@ -885,7 +885,7 @@ Dumps an @media rule statement to a file.
|
|
885
885
|
<a name="cr-statement-dump-page"></a><h3>cr_statement_dump_page ()</h3>
|
886
886
|
<pre class="programlisting"><span class="returnvalue">void</span> cr_statement_dump_page (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
887
887
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
888
|
-
<em class="parameter"><code><a href="
|
888
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
|
889
889
|
<p>
|
890
890
|
<em class="parameter"><code>a_this</code></em>: the statement to dump on stdout.
|
891
891
|
<em class="parameter"><code>a_fp</code></em>: the destination file pointer.
|
@@ -900,7 +900,7 @@ Dumps an @page rule statement on stdout.
|
|
900
900
|
<a name="cr-statement-dump-ruleset"></a><h3>cr_statement_dump_ruleset ()</h3>
|
901
901
|
<pre class="programlisting"><span class="returnvalue">void</span> cr_statement_dump_ruleset (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
902
902
|
<em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
|
903
|
-
<em class="parameter"><code><a href="
|
903
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#glong"><span class="type">glong</span></a> a_indent</code></em>);</pre>
|
904
904
|
<p>
|
905
905
|
<em class="parameter"><code>a_this</code></em>: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
|
906
906
|
<em class="parameter"><code>a_fp</code></em>: the destination file pointer.
|
@@ -914,7 +914,7 @@ Dumps a ruleset statement to a file.
|
|
914
914
|
<div class="refsect2">
|
915
915
|
<a name="cr-statement-font-face-rule-parse-from-buf"></a><h3>cr_statement_font_face_rule_parse_from_buf ()</h3>
|
916
916
|
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_font_face_rule_parse_from_buf
|
917
|
-
(<em class="parameter"><code>const <a href="
|
917
|
+
(<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
918
918
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
|
919
919
|
<p>
|
920
920
|
<em class="parameter"><code>a_buf</code></em>: the buffer to parse.
|
@@ -977,8 +977,8 @@ Gets the sheets that contains the current statement.
|
|
977
977
|
<hr>
|
978
978
|
<div class="refsect2">
|
979
979
|
<a name="cr-statement-list-to-string"></a><h3>cr_statement_list_to_string ()</h3>
|
980
|
-
<pre class="programlisting"><a href="
|
981
|
-
<em class="parameter"><code><a href="
|
980
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_statement_list_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
981
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
|
982
982
|
<p>
|
983
983
|
</p>
|
984
984
|
</div>
|
@@ -1030,7 +1030,7 @@ Creates an instance of <a class="link" href="libcroco-cr-declaration.html#CRStat
|
|
1030
1030
|
<a name="cr-statement-new-at-import-rule"></a><h3>cr_statement_new_at_import_rule ()</h3>
|
1031
1031
|
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_new_at_import_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_container_sheet</code></em>,
|
1032
1032
|
<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_url</code></em>,
|
1033
|
-
<em class="parameter"><code><a href="
|
1033
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *a_media_list</code></em>,
|
1034
1034
|
<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_imported_sheet</code></em>);</pre>
|
1035
1035
|
<p>
|
1036
1036
|
<em class="parameter"><code>a_url</code></em>: the url to connect to the get the file
|
@@ -1054,7 +1054,7 @@ Creates a new instance of <span class="type">CRStatment</span> of type
|
|
1054
1054
|
<a name="cr-statement-new-at-media-rule"></a><h3>cr_statement_new_at_media_rule ()</h3>
|
1055
1055
|
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_new_at_media_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
|
1056
1056
|
<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_ruleset</code></em>,
|
1057
|
-
<em class="parameter"><code><a href="
|
1057
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *a_media</code></em>);</pre>
|
1058
1058
|
<p>
|
1059
1059
|
<em class="parameter"><code>a_ruleset</code></em>: the ruleset statements contained
|
1060
1060
|
in the @media rule.
|
@@ -1122,7 +1122,7 @@ went wrong.</td>
|
|
1122
1122
|
<hr>
|
1123
1123
|
<div class="refsect2">
|
1124
1124
|
<a name="cr-statement-nr-rules"></a><h3>cr_statement_nr_rules ()</h3>
|
1125
|
-
<pre class="programlisting"><a href="
|
1125
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> cr_statement_nr_rules (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>);</pre>
|
1126
1126
|
<p>
|
1127
1127
|
<em class="parameter"><code>a_this</code></em>: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
|
1128
1128
|
</p>
|
@@ -1140,7 +1140,7 @@ Gets the number of rules in the statement list;
|
|
1140
1140
|
<hr>
|
1141
1141
|
<div class="refsect2">
|
1142
1142
|
<a name="cr-statement-parse-from-buf"></a><h3>cr_statement_parse_from_buf ()</h3>
|
1143
|
-
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_parse_from_buf (<em class="parameter"><code>const <a href="
|
1143
|
+
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_parse_from_buf (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
1144
1144
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
|
1145
1145
|
<p>
|
1146
1146
|
<em class="parameter"><code>a_buf</code></em>: the buffer to parse.
|
@@ -1275,7 +1275,7 @@ the current ruleset statement.
|
|
1275
1275
|
<hr>
|
1276
1276
|
<div class="refsect2">
|
1277
1277
|
<a name="cr-statement-ruleset-parse-from-buf"></a><h3>cr_statement_ruleset_parse_from_buf ()</h3>
|
1278
|
-
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_ruleset_parse_from_buf (<em class="parameter"><code>const <a href="
|
1278
|
+
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_statement_ruleset_parse_from_buf (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
|
1279
1279
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);</pre>
|
1280
1280
|
<p>
|
1281
1281
|
<em class="parameter"><code>a_buf</code></em>: the buffer to parse.
|
@@ -1361,8 +1361,8 @@ Sets the container stylesheet.
|
|
1361
1361
|
<hr>
|
1362
1362
|
<div class="refsect2">
|
1363
1363
|
<a name="cr-statement-to-string"></a><h3>cr_statement_to_string ()</h3>
|
1364
|
-
<pre class="programlisting"><a href="
|
1365
|
-
<em class="parameter"><code><a href="
|
1364
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_statement_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
|
1365
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
|
1366
1366
|
<p>
|
1367
1367
|
<em class="parameter"><code>a_this</code></em>: the current statement to serialize
|
1368
1368
|
<em class="parameter"><code>a_indent</code></em>: the number of white space of indentation.
|
@@ -1375,7 +1375,7 @@ Serializes a css statement into a string
|
|
1375
1375
|
<tbody><tr>
|
1376
1376
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
1377
1377
|
<td>the serialized statement. Must be freed by the caller
|
1378
|
-
using <a href="
|
1378
|
+
using <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
1379
1379
|
</tr></tbody>
|
1380
1380
|
</table></div>
|
1381
1381
|
</div>
|