rsvg2 2.2.0-x86-mingw32 → 2.2.1-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -40,21 +40,21 @@
|
|
40
40
|
<pre class="synopsis">struct <a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler">CRDocHandler</a>;
|
41
41
|
<a class="link" href="libcroco-cr-doc-handler.html#CRDocHandlerPriv" title="CRDocHandlerPriv">CRDocHandlerPriv</a>;
|
42
42
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-doc-handler.html#cr-doc-handler-associate-a-parser" title="cr_doc_handler_associate_a_parser ()">cr_doc_handler_associate_a_parser</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>,
|
43
|
-
<em class="parameter"><code><a href="
|
43
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> a_parser</code></em>);
|
44
44
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-doc-handler.html#cr-doc-handler-destroy" title="cr_doc_handler_destroy ()">cr_doc_handler_destroy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>);
|
45
45
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-doc-handler.html#cr-doc-handler-get-ctxt" title="cr_doc_handler_get_ctxt ()">cr_doc_handler_get_ctxt</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> const *a_this</code></em>,
|
46
|
-
<em class="parameter"><code><a href="
|
46
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *a_ctxt</code></em>);
|
47
47
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-doc-handler.html#cr-doc-handler-get-result" title="cr_doc_handler_get_result ()">cr_doc_handler_get_result</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> const *a_this</code></em>,
|
48
|
-
<em class="parameter"><code><a href="
|
48
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *a_result</code></em>);
|
49
49
|
<a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="returnvalue">CRDocHandler</span></a> * <a class="link" href="libcroco-cr-doc-handler.html#cr-doc-handler-new" title="cr_doc_handler_new ()">cr_doc_handler_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
50
50
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-doc-handler.html#cr-doc-handler-ref" title="cr_doc_handler_ref ()">cr_doc_handler_ref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>);
|
51
51
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-doc-handler.html#cr-doc-handler-set-ctxt" title="cr_doc_handler_set_ctxt ()">cr_doc_handler_set_ctxt</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>,
|
52
|
-
<em class="parameter"><code><a href="
|
52
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> a_ctxt</code></em>);
|
53
53
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-doc-handler.html#cr-doc-handler-set-default-sac-handler" title="cr_doc_handler_set_default_sac_handler ()">cr_doc_handler_set_default_sac_handler</a>
|
54
54
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>);
|
55
55
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-doc-handler.html#cr-doc-handler-set-result" title="cr_doc_handler_set_result ()">cr_doc_handler_set_result</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>,
|
56
|
-
<em class="parameter"><code><a href="
|
57
|
-
<a href="
|
56
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> a_result</code></em>);
|
57
|
+
<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-doc-handler.html#cr-doc-handler-unref" title="cr_doc_handler_unref ()">cr_doc_handler_unref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>);
|
58
58
|
</pre>
|
59
59
|
</div>
|
60
60
|
<div class="refsect1">
|
@@ -301,7 +301,7 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
301
301
|
<div class="refsect2">
|
302
302
|
<a name="cr-doc-handler-associate-a-parser"></a><h3>cr_doc_handler_associate_a_parser ()</h3>
|
303
303
|
<pre class="programlisting"><span class="returnvalue">void</span> cr_doc_handler_associate_a_parser (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>,
|
304
|
-
<em class="parameter"><code><a href="
|
304
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> a_parser</code></em>);</pre>
|
305
305
|
<p>
|
306
306
|
<em class="parameter"><code>a_this</code></em>: the current instance of document handler.
|
307
307
|
<em class="parameter"><code>a_parser</code></em>: the parser to associate.
|
@@ -327,7 +327,7 @@ destroy.</td>
|
|
327
327
|
<div class="refsect2">
|
328
328
|
<a name="cr-doc-handler-get-ctxt"></a><h3>cr_doc_handler_get_ctxt ()</h3>
|
329
329
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_doc_handler_get_ctxt (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> const *a_this</code></em>,
|
330
|
-
<em class="parameter"><code><a href="
|
330
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *a_ctxt</code></em>);</pre>
|
331
331
|
<p>
|
332
332
|
Gets the private parsing context associated to the document handler
|
333
333
|
The private parsing context is used by libcroco only.
|
@@ -354,7 +354,7 @@ The private parsing context is used by libcroco only.
|
|
354
354
|
<div class="refsect2">
|
355
355
|
<a name="cr-doc-handler-get-result"></a><h3>cr_doc_handler_get_result ()</h3>
|
356
356
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_doc_handler_get_result (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> const *a_this</code></em>,
|
357
|
-
<em class="parameter"><code><a href="
|
357
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> *a_result</code></em>);</pre>
|
358
358
|
<p>
|
359
359
|
Gets the private parsing result.
|
360
360
|
The private parsing result is used by libcroco only.
|
@@ -408,7 +408,7 @@ The private parsing result is used by libcroco only.
|
|
408
408
|
<div class="refsect2">
|
409
409
|
<a name="cr-doc-handler-set-ctxt"></a><h3>cr_doc_handler_set_ctxt ()</h3>
|
410
410
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_doc_handler_set_ctxt (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>,
|
411
|
-
<em class="parameter"><code><a href="
|
411
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> a_ctxt</code></em>);</pre>
|
412
412
|
<p>
|
413
413
|
Sets the private parsing context.
|
414
414
|
This is used by libcroco only.
|
@@ -462,7 +462,7 @@ near future, when the libcroco gets a bit debugged.
|
|
462
462
|
<div class="refsect2">
|
463
463
|
<a name="cr-doc-handler-set-result"></a><h3>cr_doc_handler_set_result ()</h3>
|
464
464
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_doc_handler_set_result (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>,
|
465
|
-
<em class="parameter"><code><a href="
|
465
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> a_result</code></em>);</pre>
|
466
466
|
<p>
|
467
467
|
Sets the private parsing context.
|
468
468
|
This is used by libcroco only.
|
@@ -489,7 +489,7 @@ This is used by libcroco only.
|
|
489
489
|
<hr>
|
490
490
|
<div class="refsect2">
|
491
491
|
<a name="cr-doc-handler-unref"></a><h3>cr_doc_handler_unref ()</h3>
|
492
|
-
<pre class="programlisting"><a href="
|
492
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_doc_handler_unref (<em class="parameter"><code><a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a> *a_this</code></em>);</pre>
|
493
493
|
<p>
|
494
494
|
Decreases the ref count of the current instance of <a class="link" href="libcroco-cr-doc-handler.html#CRDocHandler" title="struct CRDocHandler"><span class="type">CRDocHandler</span></a>.
|
495
495
|
If the ref count reaches '0' then, destroys the instance.
|
@@ -39,12 +39,12 @@
|
|
39
39
|
<a name="libcroco-cr-enc-handler.synopsis"></a><h2>Synopsis</h2>
|
40
40
|
<pre class="synopsis"> <a class="link" href="libcroco-cr-enc-handler.html#CREncHandler" title="CREncHandler">CREncHandler</a>;
|
41
41
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-enc-handler.html#cr-enc-handler-convert-input" title="cr_enc_handler_convert_input ()">cr_enc_handler_convert_input</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-enc-handler.html#CREncHandler" title="CREncHandler"><span class="type">CREncHandler</span></a> *a_this</code></em>,
|
42
|
-
<em class="parameter"><code>const <a href="
|
43
|
-
<em class="parameter"><code><a href="
|
44
|
-
<em class="parameter"><code><a href="
|
45
|
-
<em class="parameter"><code><a href="
|
42
|
+
<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_in</code></em>,
|
43
|
+
<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_in_len</code></em>,
|
44
|
+
<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_out</code></em>,
|
45
|
+
<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_out_len</code></em>);
|
46
46
|
<a class="link" href="libcroco-cr-enc-handler.html#CREncHandler" title="CREncHandler"><span class="returnvalue">CREncHandler</span></a> * <a class="link" href="libcroco-cr-enc-handler.html#cr-enc-handler-get-instance" title="cr_enc_handler_get_instance ()">cr_enc_handler_get_instance</a> (<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);
|
47
|
-
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-enc-handler.html#cr-enc-handler-resolve-enc-alias" title="cr_enc_handler_resolve_enc_alias ()">cr_enc_handler_resolve_enc_alias</a> (<em class="parameter"><code>const <a href="
|
47
|
+
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-enc-handler.html#cr-enc-handler-resolve-enc-alias" title="cr_enc_handler_resolve_enc_alias ()">cr_enc_handler_resolve_enc_alias</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_alias_name</code></em>,
|
48
48
|
<em class="parameter"><code><span class="type">enum CREncoding</span> *a_enc</code></em>);
|
49
49
|
</pre>
|
50
50
|
</div>
|
@@ -65,10 +65,10 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
65
65
|
<div class="refsect2">
|
66
66
|
<a name="cr-enc-handler-convert-input"></a><h3>cr_enc_handler_convert_input ()</h3>
|
67
67
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_enc_handler_convert_input (<em class="parameter"><code><a class="link" href="libcroco-cr-enc-handler.html#CREncHandler" title="CREncHandler"><span class="type">CREncHandler</span></a> *a_this</code></em>,
|
68
|
-
<em class="parameter"><code>const <a href="
|
69
|
-
<em class="parameter"><code><a href="
|
70
|
-
<em class="parameter"><code><a href="
|
71
|
-
<em class="parameter"><code><a href="
|
68
|
+
<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_in</code></em>,
|
69
|
+
<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_in_len</code></em>,
|
70
|
+
<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_out</code></em>,
|
71
|
+
<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_out_len</code></em>);</pre>
|
72
72
|
<p>
|
73
73
|
Converts a raw input buffer into an utf8 buffer.
|
74
74
|
</p>
|
@@ -130,7 +130,7 @@ This function implements a singleton pattern.
|
|
130
130
|
<hr>
|
131
131
|
<div class="refsect2">
|
132
132
|
<a name="cr-enc-handler-resolve-enc-alias"></a><h3>cr_enc_handler_resolve_enc_alias ()</h3>
|
133
|
-
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_enc_handler_resolve_enc_alias (<em class="parameter"><code>const <a href="
|
133
|
+
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_enc_handler_resolve_enc_alias (<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_alias_name</code></em>,
|
134
134
|
<em class="parameter"><code><span class="type">enum CREncoding</span> *a_enc</code></em>);</pre>
|
135
135
|
<p>
|
136
136
|
Given an encoding name (called an alias name)
|
@@ -44,16 +44,16 @@ struct <a class="link" href="libcroco-cr-fonts.html#CRFontSizeAdjus
|
|
44
44
|
<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="type">CRFontFamily</span></a> *a_family_to_append</code></em>);
|
45
45
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-family-destroy" title="cr_font_family_destroy ()">cr_font_family_destroy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="type">CRFontFamily</span></a> *a_this</code></em>);
|
46
46
|
<a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="returnvalue">CRFontFamily</span></a> * <a class="link" href="libcroco-cr-fonts.html#cr-font-family-new" title="cr_font_family_new ()">cr_font_family_new</a> (<em class="parameter"><code><span class="type">enum CRFontFamilyType</span> a_type</code></em>,
|
47
|
-
<em class="parameter"><code><a href="
|
47
|
+
<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_name</code></em>);
|
48
48
|
<a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="returnvalue">CRFontFamily</span></a> * <a class="link" href="libcroco-cr-fonts.html#cr-font-family-prepend" title="cr_font_family_prepend ()">cr_font_family_prepend</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="type">CRFontFamily</span></a> *a_this</code></em>,
|
49
49
|
<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="type">CRFontFamily</span></a> *a_family_to_prepend</code></em>);
|
50
50
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-family-set-name" title="cr_font_family_set_name ()">cr_font_family_set_name</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="type">CRFontFamily</span></a> *a_this</code></em>,
|
51
|
-
<em class="parameter"><code><a href="
|
52
|
-
<a href="
|
53
|
-
<em class="parameter"><code><a href="
|
51
|
+
<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_name</code></em>);
|
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-fonts.html#cr-font-family-to-string" title="cr_font_family_to_string ()">cr_font_family_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="type">CRFontFamily</span></a> const *a_this</code></em>,
|
53
|
+
<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_walk_font_family_list</code></em>);
|
54
54
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-size-adjust-destroy" title="cr_font_size_adjust_destroy ()">cr_font_size_adjust_destroy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSizeAdjust" title="struct CRFontSizeAdjust"><span class="type">CRFontSizeAdjust</span></a> *a_this</code></em>);
|
55
55
|
<a class="link" href="libcroco-cr-fonts.html#CRFontSizeAdjust" title="struct CRFontSizeAdjust"><span class="returnvalue">CRFontSizeAdjust</span></a> * <a class="link" href="libcroco-cr-fonts.html#cr-font-size-adjust-new" title="cr_font_size_adjust_new ()">cr_font_size_adjust_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
56
|
-
<a href="
|
56
|
+
<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-fonts.html#cr-font-size-adjust-to-string" title="cr_font_size_adjust_to_string ()">cr_font_size_adjust_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSizeAdjust" title="struct CRFontSizeAdjust"><span class="type">CRFontSizeAdjust</span></a> const *a_this</code></em>);
|
57
57
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-size-clear" title="cr_font_size_clear ()">cr_font_size_clear</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> *a_this</code></em>);
|
58
58
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-size-copy" title="cr_font_size_copy ()">cr_font_size_copy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> *a_dst</code></em>,
|
59
59
|
<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> const *a_src</code></em>);
|
@@ -64,25 +64,25 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
64
64
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-size-get-smaller-predefined-font-size" title="cr_font_size_get_smaller_predefined_font_size ()">cr_font_size_get_smaller_predefined_font_size</a>
|
65
65
|
(<em class="parameter"><code><span class="type">enum CRPredefinedAbsoluteFontSize</span> a_font_size</code></em>,
|
66
66
|
<em class="parameter"><code><span class="type">enum CRPredefinedAbsoluteFontSize</span> *a_smaller_size</code></em>);
|
67
|
-
<a href="
|
67
|
+
<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-fonts.html#cr-font-size-is-predefined-absolute-font-size" title="cr_font_size_is_predefined_absolute_font_size ()">cr_font_size_is_predefined_absolute_font_size</a>
|
68
68
|
(<em class="parameter"><code><span class="type">enum CRPredefinedAbsoluteFontSize</span> a_font_size</code></em>);
|
69
|
-
<a href="
|
69
|
+
<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-fonts.html#cr-font-size-is-set-to-inherit" title="cr_font_size_is_set_to_inherit ()">cr_font_size_is_set_to_inherit</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> const *a_this</code></em>);
|
70
70
|
<a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="returnvalue">CRFontSize</span></a> * <a class="link" href="libcroco-cr-fonts.html#cr-font-size-new" title="cr_font_size_new ()">cr_font_size_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
|
71
71
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-size-set-absolute-font-size" title="cr_font_size_set_absolute_font_size ()">cr_font_size_set_absolute_font_size</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> *a_this</code></em>,
|
72
72
|
<em class="parameter"><code><span class="type">enum CRNumType</span> a_num_type</code></em>,
|
73
|
-
<em class="parameter"><code><a href="
|
73
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> a_value</code></em>);
|
74
74
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-size-set-predefined-absolute-font-size" title="cr_font_size_set_predefined_absolute_font_size ()">cr_font_size_set_predefined_absolute_font_size</a>
|
75
75
|
(<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> *a_this</code></em>,
|
76
76
|
<em class="parameter"><code><span class="type">enum CRPredefinedAbsoluteFontSize</span> a_predefined</code></em>);
|
77
77
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-size-set-relative-font-size" title="cr_font_size_set_relative_font_size ()">cr_font_size_set_relative_font_size</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> *a_this</code></em>,
|
78
78
|
<em class="parameter"><code><span class="type">enum CRRelativeFontSize</span> a_relative</code></em>);
|
79
79
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-size-set-to-inherit" title="cr_font_size_set_to_inherit ()">cr_font_size_set_to_inherit</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> *a_this</code></em>);
|
80
|
-
<a href="
|
81
|
-
const <a href="
|
82
|
-
const <a href="
|
83
|
-
const <a href="
|
80
|
+
<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-fonts.html#cr-font-size-to-string" title="cr_font_size_to_string ()">cr_font_size_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> const *a_this</code></em>);
|
81
|
+
const <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-fonts.html#cr-font-stretch-to-string" title="cr_font_stretch_to_string ()">cr_font_stretch_to_string</a> (<em class="parameter"><code><span class="type">enum CRFontStretch</span> a_code</code></em>);
|
82
|
+
const <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-fonts.html#cr-font-style-to-string" title="cr_font_style_to_string ()">cr_font_style_to_string</a> (<em class="parameter"><code><span class="type">enum CRFontStyle</span> a_code</code></em>);
|
83
|
+
const <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-fonts.html#cr-font-variant-to-string" title="cr_font_variant_to_string ()">cr_font_variant_to_string</a> (<em class="parameter"><code><span class="type">enum CRFontVariant</span> a_code</code></em>);
|
84
84
|
enum <span class="returnvalue">CRFontWeight</span> <a class="link" href="libcroco-cr-fonts.html#cr-font-weight-get-bolder" title="cr_font_weight_get_bolder ()">cr_font_weight_get_bolder</a> (<em class="parameter"><code><span class="type">enum CRFontWeight</span> a_weight</code></em>);
|
85
|
-
const <a href="
|
85
|
+
const <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-fonts.html#cr-font-weight-to-string" title="cr_font_weight_to_string ()">cr_font_weight_to_string</a> (<em class="parameter"><code><span class="type">enum CRFontWeight</span> a_code</code></em>);
|
86
86
|
</pre>
|
87
87
|
</div>
|
88
88
|
<div class="refsect1">
|
@@ -182,7 +182,7 @@ const <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/share/gt
|
|
182
182
|
<div class="refsect2">
|
183
183
|
<a name="cr-font-family-new"></a><h3>cr_font_family_new ()</h3>
|
184
184
|
<pre class="programlisting"><a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="returnvalue">CRFontFamily</span></a> * cr_font_family_new (<em class="parameter"><code><span class="type">enum CRFontFamilyType</span> a_type</code></em>,
|
185
|
-
<em class="parameter"><code><a href="
|
185
|
+
<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_name</code></em>);</pre>
|
186
186
|
<p>
|
187
187
|
create a font family.
|
188
188
|
</p>
|
@@ -231,7 +231,7 @@ create a font family.
|
|
231
231
|
<div class="refsect2">
|
232
232
|
<a name="cr-font-family-set-name"></a><h3>cr_font_family_set_name ()</h3>
|
233
233
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_font_family_set_name (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="type">CRFontFamily</span></a> *a_this</code></em>,
|
234
|
-
<em class="parameter"><code><a href="
|
234
|
+
<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_name</code></em>);</pre>
|
235
235
|
<div class="variablelist"><table border="0">
|
236
236
|
<col align="left" valign="top">
|
237
237
|
<tbody>
|
@@ -253,8 +253,8 @@ create a font family.
|
|
253
253
|
<hr>
|
254
254
|
<div class="refsect2">
|
255
255
|
<a name="cr-font-family-to-string"></a><h3>cr_font_family_to_string ()</h3>
|
256
|
-
<pre class="programlisting"><a href="
|
257
|
-
<em class="parameter"><code><a href="
|
256
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * cr_font_family_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontFamily" title="struct CRFontFamily"><span class="type">CRFontFamily</span></a> const *a_this</code></em>,
|
257
|
+
<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_walk_font_family_list</code></em>);</pre>
|
258
258
|
<div class="variablelist"><table border="0">
|
259
259
|
<col align="left" valign="top">
|
260
260
|
<tbody>
|
@@ -269,7 +269,7 @@ create a font family.
|
|
269
269
|
<tr>
|
270
270
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
271
271
|
<td>the seriliazed font family. The caller has to free it using
|
272
|
-
<a href="
|
272
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
273
273
|
</tr>
|
274
274
|
</tbody>
|
275
275
|
</table></div>
|
@@ -302,7 +302,7 @@ create a font family.
|
|
302
302
|
<hr>
|
303
303
|
<div class="refsect2">
|
304
304
|
<a name="cr-font-size-adjust-to-string"></a><h3>cr_font_size_adjust_to_string ()</h3>
|
305
|
-
<pre class="programlisting"><a href="
|
305
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_font_size_adjust_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSizeAdjust" title="struct CRFontSizeAdjust"><span class="type">CRFontSizeAdjust</span></a> const *a_this</code></em>);</pre>
|
306
306
|
<div class="variablelist"><table border="0">
|
307
307
|
<col align="left" valign="top">
|
308
308
|
<tbody>
|
@@ -405,7 +405,7 @@ create a font family.
|
|
405
405
|
<hr>
|
406
406
|
<div class="refsect2">
|
407
407
|
<a name="cr-font-size-is-predefined-absolute-font-size"></a><h3>cr_font_size_is_predefined_absolute_font_size ()</h3>
|
408
|
-
<pre class="programlisting"><a href="
|
408
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_font_size_is_predefined_absolute_font_size
|
409
409
|
(<em class="parameter"><code><span class="type">enum CRPredefinedAbsoluteFontSize</span> a_font_size</code></em>);</pre>
|
410
410
|
<div class="variablelist"><table border="0">
|
411
411
|
<col align="left" valign="top">
|
@@ -425,7 +425,7 @@ otherwise.</td>
|
|
425
425
|
<hr>
|
426
426
|
<div class="refsect2">
|
427
427
|
<a name="cr-font-size-is-set-to-inherit"></a><h3>cr_font_size_is_set_to_inherit ()</h3>
|
428
|
-
<pre class="programlisting"><a href="
|
428
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_font_size_is_set_to_inherit (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> const *a_this</code></em>);</pre>
|
429
429
|
<div class="variablelist"><table border="0">
|
430
430
|
<col align="left" valign="top">
|
431
431
|
<tbody>
|
@@ -457,7 +457,7 @@ otherwise.</td>
|
|
457
457
|
<a name="cr-font-size-set-absolute-font-size"></a><h3>cr_font_size_set_absolute_font_size ()</h3>
|
458
458
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_font_size_set_absolute_font_size (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> *a_this</code></em>,
|
459
459
|
<em class="parameter"><code><span class="type">enum CRNumType</span> a_num_type</code></em>,
|
460
|
-
<em class="parameter"><code><a href="
|
460
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> a_value</code></em>);</pre>
|
461
461
|
<div class="variablelist"><table border="0">
|
462
462
|
<col align="left" valign="top">
|
463
463
|
<tbody>
|
@@ -551,7 +551,7 @@ otherwise.</td>
|
|
551
551
|
<hr>
|
552
552
|
<div class="refsect2">
|
553
553
|
<a name="cr-font-size-to-string"></a><h3>cr_font_size_to_string ()</h3>
|
554
|
-
<pre class="programlisting"><a href="
|
554
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_font_size_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a> const *a_this</code></em>);</pre>
|
555
555
|
<div class="variablelist"><table border="0">
|
556
556
|
<col align="left" valign="top">
|
557
557
|
<tbody>
|
@@ -563,7 +563,7 @@ otherwise.</td>
|
|
563
563
|
<tr>
|
564
564
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
565
565
|
<td>the serialized form of <a class="link" href="libcroco-cr-fonts.html#CRFontSize" title="struct CRFontSize"><span class="type">CRFontSize</span></a>. The returned string
|
566
|
-
has to bee freed using <a href="
|
566
|
+
has to bee freed using <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
567
567
|
</tr>
|
568
568
|
</tbody>
|
569
569
|
</table></div>
|
@@ -571,7 +571,7 @@ has to bee freed using <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vend
|
|
571
571
|
<hr>
|
572
572
|
<div class="refsect2">
|
573
573
|
<a name="cr-font-stretch-to-string"></a><h3>cr_font_stretch_to_string ()</h3>
|
574
|
-
<pre class="programlisting">const <a href="
|
574
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_font_stretch_to_string (<em class="parameter"><code><span class="type">enum CRFontStretch</span> a_code</code></em>);</pre>
|
575
575
|
<div class="variablelist"><table border="0">
|
576
576
|
<col align="left" valign="top">
|
577
577
|
<tbody>
|
@@ -589,7 +589,7 @@ has to bee freed using <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vend
|
|
589
589
|
<hr>
|
590
590
|
<div class="refsect2">
|
591
591
|
<a name="cr-font-style-to-string"></a><h3>cr_font_style_to_string ()</h3>
|
592
|
-
<pre class="programlisting">const <a href="
|
592
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_font_style_to_string (<em class="parameter"><code><span class="type">enum CRFontStyle</span> a_code</code></em>);</pre>
|
593
593
|
<div class="variablelist"><table border="0">
|
594
594
|
<col align="left" valign="top">
|
595
595
|
<tbody>
|
@@ -600,7 +600,7 @@ has to bee freed using <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vend
|
|
600
600
|
<tr>
|
601
601
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
602
602
|
<td>the serialized <span class="type">CRFontStyle</span>. The caller must free the returned
|
603
|
-
string using <a href="
|
603
|
+
string using <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
604
604
|
</tr>
|
605
605
|
</tbody>
|
606
606
|
</table></div>
|
@@ -608,7 +608,7 @@ string using <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/s
|
|
608
608
|
<hr>
|
609
609
|
<div class="refsect2">
|
610
610
|
<a name="cr-font-variant-to-string"></a><h3>cr_font_variant_to_string ()</h3>
|
611
|
-
<pre class="programlisting">const <a href="
|
611
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_font_variant_to_string (<em class="parameter"><code><span class="type">enum CRFontVariant</span> a_code</code></em>);</pre>
|
612
612
|
<div class="variablelist"><table border="0">
|
613
613
|
<col align="left" valign="top">
|
614
614
|
<tbody>
|
@@ -619,7 +619,7 @@ string using <a href="/home/kou/work/ruby/ruby-gnome2.win32/glib2/vendor/local/s
|
|
619
619
|
<tr>
|
620
620
|
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
|
621
621
|
<td>the serialized form of <span class="type">CRFontVariant</span>. The caller has
|
622
|
-
to free the returned string using <a href="
|
622
|
+
to free the returned string using <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</td>
|
623
623
|
</tr>
|
624
624
|
</tbody>
|
625
625
|
</table></div>
|
@@ -646,7 +646,7 @@ to free the returned string using <a href="/home/kou/work/ruby/ruby-gnome2.win32
|
|
646
646
|
<hr>
|
647
647
|
<div class="refsect2">
|
648
648
|
<a name="cr-font-weight-to-string"></a><h3>cr_font_weight_to_string ()</h3>
|
649
|
-
<pre class="programlisting">const <a href="
|
649
|
+
<pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_font_weight_to_string (<em class="parameter"><code><span class="type">enum CRFontWeight</span> a_code</code></em>);</pre>
|
650
650
|
<div class="variablelist"><table border="0">
|
651
651
|
<col align="left" valign="top">
|
652
652
|
<tbody>
|
@@ -41,74 +41,74 @@
|
|
41
41
|
struct <a class="link" href="libcroco-cr-input.html#CRInputPos" title="struct CRInputPos">CRInputPos</a>;
|
42
42
|
<a class="link" href="libcroco-cr-input.html#CRInputPriv" title="CRInputPriv">CRInputPriv</a>;
|
43
43
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-consume-char" title="cr_input_consume_char ()">cr_input_consume_char</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
44
|
-
<em class="parameter"><code><a href="
|
44
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> a_char</code></em>);
|
45
45
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-consume-chars" title="cr_input_consume_chars ()">cr_input_consume_chars</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
46
|
-
<em class="parameter"><code><a href="
|
47
|
-
<em class="parameter"><code><a href="
|
46
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> a_char</code></em>,
|
47
|
+
<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_nb_char</code></em>);
|
48
48
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-consume-white-spaces" title="cr_input_consume_white_spaces ()">cr_input_consume_white_spaces</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
49
|
-
<em class="parameter"><code><a href="
|
49
|
+
<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_nb_chars</code></em>);
|
50
50
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-input.html#cr-input-destroy" title="cr_input_destroy ()">cr_input_destroy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>);
|
51
51
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-end-of-input" title="cr_input_end_of_input ()">cr_input_end_of_input</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
52
|
-
<em class="parameter"><code><a href="
|
53
|
-
<a href="
|
54
|
-
<em class="parameter"><code><a href="
|
52
|
+
<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_end_of_input</code></em>);
|
53
|
+
<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-input.html#cr-input-get-byte-addr" title="cr_input_get_byte_addr ()">cr_input_get_byte_addr</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
54
|
+
<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_offset</code></em>);
|
55
55
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-get-column-num" title="cr_input_get_column_num ()">cr_input_get_column_num</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
56
|
-
<em class="parameter"><code><a href="
|
56
|
+
<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_col</code></em>);
|
57
57
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-get-cur-byte-addr" title="cr_input_get_cur_byte_addr ()">cr_input_get_cur_byte_addr</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
58
|
-
<em class="parameter"><code><a href="
|
58
|
+
<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_offset</code></em>);
|
59
59
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-get-cur-index" title="cr_input_get_cur_index ()">cr_input_get_cur_index</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
60
|
-
<em class="parameter"><code><a href="
|
60
|
+
<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_index</code></em>);
|
61
61
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-get-cur-pos" title="cr_input_get_cur_pos ()">cr_input_get_cur_pos</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
62
62
|
<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInputPos" title="struct CRInputPos"><span class="type">CRInputPos</span></a> *a_pos</code></em>);
|
63
63
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-get-end-of-file" title="cr_input_get_end_of_file ()">cr_input_get_end_of_file</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *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#gboolean"><span class="type">gboolean</span></a> *a_eof</code></em>);
|
65
65
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-get-end-of-line" title="cr_input_get_end_of_line ()">cr_input_get_end_of_line</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
66
|
-
<em class="parameter"><code><a href="
|
66
|
+
<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_eol</code></em>);
|
67
67
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-get-line-num" title="cr_input_get_line_num ()">cr_input_get_line_num</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
68
|
-
<em class="parameter"><code><a href="
|
69
|
-
<a href="
|
68
|
+
<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_line_num</code></em>);
|
69
|
+
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#glong"><span class="returnvalue">glong</span></a> <a class="link" href="libcroco-cr-input.html#cr-input-get-nb-bytes-left" title="cr_input_get_nb_bytes_left ()">cr_input_get_nb_bytes_left</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>);
|
70
70
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-get-parsing-location" title="cr_input_get_parsing_location ()">cr_input_get_parsing_location</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
71
71
|
<em class="parameter"><code><a class="link" href="libcroco-cr-parsing-location.html#CRParsingLocation" title="struct CRParsingLocation"><span class="type">CRParsingLocation</span></a> *a_loc</code></em>);
|
72
72
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-increment-col-num" title="cr_input_increment_col_num ()">cr_input_increment_col_num</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
73
|
-
<em class="parameter"><code><a href="
|
73
|
+
<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_increment</code></em>);
|
74
74
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-increment-line-num" title="cr_input_increment_line_num ()">cr_input_increment_line_num</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
75
|
-
<em class="parameter"><code><a href="
|
76
|
-
<a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="returnvalue">CRInput</span></a> * <a class="link" href="libcroco-cr-input.html#cr-input-new-from-buf" title="cr_input_new_from_buf ()">cr_input_new_from_buf</a> (<em class="parameter"><code><a href="
|
77
|
-
<em class="parameter"><code><a href="
|
75
|
+
<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_increment</code></em>);
|
76
|
+
<a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="returnvalue">CRInput</span></a> * <a class="link" href="libcroco-cr-input.html#cr-input-new-from-buf" title="cr_input_new_from_buf ()">cr_input_new_from_buf</a> (<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_buf</code></em>,
|
77
|
+
<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>,
|
78
78
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
|
79
|
-
<em class="parameter"><code><a href="
|
80
|
-
<a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="returnvalue">CRInput</span></a> * <a class="link" href="libcroco-cr-input.html#cr-input-new-from-uri" title="cr_input_new_from_uri ()">cr_input_new_from_uri</a> (<em class="parameter"><code>const <a href="
|
79
|
+
<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_free_buf</code></em>);
|
80
|
+
<a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="returnvalue">CRInput</span></a> * <a class="link" href="libcroco-cr-input.html#cr-input-new-from-uri" title="cr_input_new_from_uri ()">cr_input_new_from_uri</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *a_file_uri</code></em>,
|
81
81
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);
|
82
82
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-peek-byte" title="cr_input_peek_byte ()">cr_input_peek_byte</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
83
83
|
<em class="parameter"><code><span class="type">enum CRSeekPos</span> a_origin</code></em>,
|
84
|
-
<em class="parameter"><code><a href="
|
85
|
-
<em class="parameter"><code><a href="
|
86
|
-
<a href="
|
87
|
-
<em class="parameter"><code><a href="
|
88
|
-
<em class="parameter"><code><a href="
|
84
|
+
<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_offset</code></em>,
|
85
|
+
<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_byte</code></em>);
|
86
|
+
<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-input.html#cr-input-peek-byte2" title="cr_input_peek_byte2 ()">cr_input_peek_byte2</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
87
|
+
<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_offset</code></em>,
|
88
|
+
<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_eof</code></em>);
|
89
89
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-peek-char" title="cr_input_peek_char ()">cr_input_peek_char</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
90
|
-
<em class="parameter"><code><a href="
|
90
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_char</code></em>);
|
91
91
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-read-byte" title="cr_input_read_byte ()">cr_input_read_byte</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
92
|
-
<em class="parameter"><code><a href="
|
92
|
+
<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_byte</code></em>);
|
93
93
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-read-char" title="cr_input_read_char ()">cr_input_read_char</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
94
|
-
<em class="parameter"><code><a href="
|
94
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_char</code></em>);
|
95
95
|
<span class="returnvalue">void</span> <a class="link" href="libcroco-cr-input.html#cr-input-ref" title="cr_input_ref ()">cr_input_ref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>);
|
96
96
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-seek-index" title="cr_input_seek_index ()">cr_input_seek_index</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
97
97
|
<em class="parameter"><code><span class="type">enum CRSeekPos</span> a_origin</code></em>,
|
98
|
-
<em class="parameter"><code><a href="
|
98
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> a_pos</code></em>);
|
99
99
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-set-column-num" title="cr_input_set_column_num ()">cr_input_set_column_num</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
100
|
-
<em class="parameter"><code><a href="
|
100
|
+
<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_col</code></em>);
|
101
101
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-set-cur-index" title="cr_input_set_cur_index ()">cr_input_set_cur_index</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
102
|
-
<em class="parameter"><code><a href="
|
102
|
+
<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_index</code></em>);
|
103
103
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-set-cur-pos" title="cr_input_set_cur_pos ()">cr_input_set_cur_pos</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
104
104
|
<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInputPos" title="struct CRInputPos"><span class="type">CRInputPos</span></a> const *a_pos</code></em>);
|
105
105
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-set-end-of-file" title="cr_input_set_end_of_file ()">cr_input_set_end_of_file</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
106
|
-
<em class="parameter"><code><a href="
|
106
|
+
<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_eof</code></em>);
|
107
107
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-set-end-of-line" title="cr_input_set_end_of_line ()">cr_input_set_end_of_line</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
108
|
-
<em class="parameter"><code><a href="
|
108
|
+
<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_eol</code></em>);
|
109
109
|
enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-input.html#cr-input-set-line-num" title="cr_input_set_line_num ()">cr_input_set_line_num</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
110
|
-
<em class="parameter"><code><a href="
|
111
|
-
<a href="
|
110
|
+
<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_line_num</code></em>);
|
111
|
+
<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-input.html#cr-input-unref" title="cr_input_unref ()">cr_input_unref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>);
|
112
112
|
</pre>
|
113
113
|
</div>
|
114
114
|
<div class="refsect1">
|
@@ -152,7 +152,7 @@ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcr
|
|
152
152
|
<div class="refsect2">
|
153
153
|
<a name="cr-input-consume-char"></a><h3>cr_input_consume_char ()</h3>
|
154
154
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_consume_char (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
155
|
-
<em class="parameter"><code><a href="
|
155
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> a_char</code></em>);</pre>
|
156
156
|
<p>
|
157
157
|
Consumes the next character of the input stream if
|
158
158
|
and only if that character equals a_char.
|
@@ -181,8 +181,8 @@ next char is different from a_char, an other error code otherwise</td>
|
|
181
181
|
<div class="refsect2">
|
182
182
|
<a name="cr-input-consume-chars"></a><h3>cr_input_consume_chars ()</h3>
|
183
183
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_consume_chars (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
184
|
-
<em class="parameter"><code><a href="
|
185
|
-
<em class="parameter"><code><a href="
|
184
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> a_char</code></em>,
|
185
|
+
<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_nb_char</code></em>);</pre>
|
186
186
|
<p>
|
187
187
|
Consumes up to a_nb_char occurences of the next contiguous characters
|
188
188
|
which equal a_char. Note that the next character of the input stream
|
@@ -222,7 +222,7 @@ otherwise.</td>
|
|
222
222
|
<div class="refsect2">
|
223
223
|
<a name="cr-input-consume-white-spaces"></a><h3>cr_input_consume_white_spaces ()</h3>
|
224
224
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_consume_white_spaces (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
225
|
-
<em class="parameter"><code><a href="
|
225
|
+
<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_nb_chars</code></em>);</pre>
|
226
226
|
<p>
|
227
227
|
Same as <a class="link" href="libcroco-cr-input.html#cr-input-consume-chars" title="cr_input_consume_chars ()"><code class="function">cr_input_consume_chars()</code></a> but this one consumes white
|
228
228
|
spaces.
|
@@ -265,7 +265,7 @@ The destructor of the <a class="link" href="libcroco-cr-input.html#CRInput" titl
|
|
265
265
|
<div class="refsect2">
|
266
266
|
<a name="cr-input-end-of-input"></a><h3>cr_input_end_of_input ()</h3>
|
267
267
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_end_of_input (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
268
|
-
<em class="parameter"><code><a href="
|
268
|
+
<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_end_of_input</code></em>);</pre>
|
269
269
|
<p>
|
270
270
|
Tests wether the current instance of
|
271
271
|
<a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> has reached its input buffer.
|
@@ -295,8 +295,8 @@ and only if this method returns CR_OK.</td>
|
|
295
295
|
<hr>
|
296
296
|
<div class="refsect2">
|
297
297
|
<a name="cr-input-get-byte-addr"></a><h3>cr_input_get_byte_addr ()</h3>
|
298
|
-
<pre class="programlisting"><a href="
|
299
|
-
<em class="parameter"><code><a href="
|
298
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * cr_input_get_byte_addr (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
299
|
+
<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_offset</code></em>);</pre>
|
300
300
|
<p>
|
301
301
|
Gets the memory address of the byte located at a given offset
|
302
302
|
in the input stream.
|
@@ -324,7 +324,7 @@ from the beginning of the stream.</td>
|
|
324
324
|
<div class="refsect2">
|
325
325
|
<a name="cr-input-get-column-num"></a><h3>cr_input_get_column_num ()</h3>
|
326
326
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_get_column_num (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
327
|
-
<em class="parameter"><code><a href="
|
327
|
+
<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_col</code></em>);</pre>
|
328
328
|
<p>
|
329
329
|
Getter of the current column number.
|
330
330
|
</p>
|
@@ -350,7 +350,7 @@ Getter of the current column number.
|
|
350
350
|
<div class="refsect2">
|
351
351
|
<a name="cr-input-get-cur-byte-addr"></a><h3>cr_input_get_cur_byte_addr ()</h3>
|
352
352
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_get_cur_byte_addr (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
353
|
-
<em class="parameter"><code><a href="
|
353
|
+
<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_offset</code></em>);</pre>
|
354
354
|
<p>
|
355
355
|
Gets the address of the current character pointer.
|
356
356
|
</p>
|
@@ -376,7 +376,7 @@ Gets the address of the current character pointer.
|
|
376
376
|
<div class="refsect2">
|
377
377
|
<a name="cr-input-get-cur-index"></a><h3>cr_input_get_cur_index ()</h3>
|
378
378
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_get_cur_index (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
379
|
-
<em class="parameter"><code><a href="
|
379
|
+
<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_index</code></em>);</pre>
|
380
380
|
<p>
|
381
381
|
Getter of the next byte index.
|
382
382
|
It actually returns the index of the
|
@@ -441,7 +441,7 @@ function returns CR_OK.</td>
|
|
441
441
|
<div class="refsect2">
|
442
442
|
<a name="cr-input-get-end-of-file"></a><h3>cr_input_get_end_of_file ()</h3>
|
443
443
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_get_end_of_file (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
444
|
-
<em class="parameter"><code><a href="
|
444
|
+
<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_eof</code></em>);</pre>
|
445
445
|
<p>
|
446
446
|
Gets the end of file flag.
|
447
447
|
</p>
|
@@ -468,7 +468,7 @@ file flag.</td>
|
|
468
468
|
<div class="refsect2">
|
469
469
|
<a name="cr-input-get-end-of-line"></a><h3>cr_input_get_end_of_line ()</h3>
|
470
470
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_get_end_of_line (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
471
|
-
<em class="parameter"><code><a href="
|
471
|
+
<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_eol</code></em>);</pre>
|
472
472
|
<p>
|
473
473
|
Gets the end of line flag of the current input.
|
474
474
|
</p>
|
@@ -497,7 +497,7 @@ otherwise.</td>
|
|
497
497
|
<div class="refsect2">
|
498
498
|
<a name="cr-input-get-line-num"></a><h3>cr_input_get_line_num ()</h3>
|
499
499
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_get_line_num (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
500
|
-
<em class="parameter"><code><a href="
|
500
|
+
<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_line_num</code></em>);</pre>
|
501
501
|
<p>
|
502
502
|
Getter of the current line number.
|
503
503
|
</p>
|
@@ -522,7 +522,7 @@ Getter of the current line number.
|
|
522
522
|
<hr>
|
523
523
|
<div class="refsect2">
|
524
524
|
<a name="cr-input-get-nb-bytes-left"></a><h3>cr_input_get_nb_bytes_left ()</h3>
|
525
|
-
<pre class="programlisting"><a href="
|
525
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#glong"><span class="returnvalue">glong</span></a> cr_input_get_nb_bytes_left (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>);</pre>
|
526
526
|
<div class="variablelist"><table border="0">
|
527
527
|
<col align="left" valign="top">
|
528
528
|
<tbody>
|
@@ -573,7 +573,7 @@ code otherwise.</td>
|
|
573
573
|
<div class="refsect2">
|
574
574
|
<a name="cr-input-increment-col-num"></a><h3>cr_input_increment_col_num ()</h3>
|
575
575
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_increment_col_num (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
576
|
-
<em class="parameter"><code><a href="
|
576
|
+
<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_increment</code></em>);</pre>
|
577
577
|
<p>
|
578
578
|
Increments the current column number.
|
579
579
|
</p>
|
@@ -599,7 +599,7 @@ Increments the current column number.
|
|
599
599
|
<div class="refsect2">
|
600
600
|
<a name="cr-input-increment-line-num"></a><h3>cr_input_increment_line_num ()</h3>
|
601
601
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_increment_line_num (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
602
|
-
<em class="parameter"><code><a href="
|
602
|
+
<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_increment</code></em>);</pre>
|
603
603
|
<p>
|
604
604
|
Increments the current line number.
|
605
605
|
</p>
|
@@ -624,10 +624,10 @@ Increments the current line number.
|
|
624
624
|
<hr>
|
625
625
|
<div class="refsect2">
|
626
626
|
<a name="cr-input-new-from-buf"></a><h3>cr_input_new_from_buf ()</h3>
|
627
|
-
<pre class="programlisting"><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="returnvalue">CRInput</span></a> * cr_input_new_from_buf (<em class="parameter"><code><a href="
|
628
|
-
<em class="parameter"><code><a href="
|
627
|
+
<pre class="programlisting"><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="returnvalue">CRInput</span></a> * cr_input_new_from_buf (<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_buf</code></em>,
|
628
|
+
<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>,
|
629
629
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>,
|
630
|
-
<em class="parameter"><code><a href="
|
630
|
+
<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_free_buf</code></em>);</pre>
|
631
631
|
<p>
|
632
632
|
Creates a new input stream from a memory buffer.
|
633
633
|
</p>
|
@@ -663,7 +663,7 @@ to the caller to free it.</td>
|
|
663
663
|
<hr>
|
664
664
|
<div class="refsect2">
|
665
665
|
<a name="cr-input-new-from-uri"></a><h3>cr_input_new_from_uri ()</h3>
|
666
|
-
<pre class="programlisting"><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="returnvalue">CRInput</span></a> * cr_input_new_from_uri (<em class="parameter"><code>const <a href="
|
666
|
+
<pre class="programlisting"><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="returnvalue">CRInput</span></a> * cr_input_new_from_uri (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *a_file_uri</code></em>,
|
667
667
|
<em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);</pre>
|
668
668
|
<p>
|
669
669
|
Creates a new input stream from
|
@@ -694,8 +694,8 @@ NULL otherwise.</td>
|
|
694
694
|
<a name="cr-input-peek-byte"></a><h3>cr_input_peek_byte ()</h3>
|
695
695
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_peek_byte (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
696
696
|
<em class="parameter"><code><span class="type">enum CRSeekPos</span> a_origin</code></em>,
|
697
|
-
<em class="parameter"><code><a href="
|
698
|
-
<em class="parameter"><code><a href="
|
697
|
+
<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_offset</code></em>,
|
698
|
+
<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_byte</code></em>);</pre>
|
699
699
|
<p>
|
700
700
|
Gets a byte from the input stream,
|
701
701
|
starting from the current position in the input stream.
|
@@ -737,9 +737,9 @@ CR_OUT_OF_BOUNDS_ERROR if the indexed byte is out of bounds.</td>
|
|
737
737
|
<hr>
|
738
738
|
<div class="refsect2">
|
739
739
|
<a name="cr-input-peek-byte2"></a><h3>cr_input_peek_byte2 ()</h3>
|
740
|
-
<pre class="programlisting"><a href="
|
741
|
-
<em class="parameter"><code><a href="
|
742
|
-
<em class="parameter"><code><a href="
|
740
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> cr_input_peek_byte2 (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
741
|
+
<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_offset</code></em>,
|
742
|
+
<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_eof</code></em>);</pre>
|
743
743
|
<p>
|
744
744
|
Same as <a class="link" href="libcroco-cr-input.html#cr-input-peek-byte" title="cr_input_peek_byte ()"><code class="function">cr_input_peek_byte()</code></a> but with a simplified
|
745
745
|
interface.
|
@@ -773,7 +773,7 @@ in account.</td>
|
|
773
773
|
<div class="refsect2">
|
774
774
|
<a name="cr-input-peek-char"></a><h3>cr_input_peek_char ()</h3>
|
775
775
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_peek_char (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> const *a_this</code></em>,
|
776
|
-
<em class="parameter"><code><a href="
|
776
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_char</code></em>);</pre>
|
777
777
|
<p>
|
778
778
|
Same as <a class="link" href="libcroco-cr-input.html#cr-input-read-char" title="cr_input_read_char ()"><code class="function">cr_input_read_char()</code></a> but does not update the
|
779
779
|
internal state of the input stream. The next call
|
@@ -803,7 +803,7 @@ otherwise.</td>
|
|
803
803
|
<div class="refsect2">
|
804
804
|
<a name="cr-input-read-byte"></a><h3>cr_input_read_byte ()</h3>
|
805
805
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_read_byte (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
806
|
-
<em class="parameter"><code><a href="
|
806
|
+
<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_byte</code></em>);</pre>
|
807
807
|
<p>
|
808
808
|
Gets the next byte of the input.
|
809
809
|
Updates the state of the input so that
|
@@ -834,7 +834,7 @@ and only if this method returns CR_OK.</td>
|
|
834
834
|
<div class="refsect2">
|
835
835
|
<a name="cr-input-read-char"></a><h3>cr_input_read_char ()</h3>
|
836
836
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_read_char (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
837
|
-
<em class="parameter"><code><a href="
|
837
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_char</code></em>);</pre>
|
838
838
|
<p>
|
839
839
|
Reads an unicode character from the current instance of
|
840
840
|
<a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a>.
|
@@ -879,7 +879,7 @@ instance of <a class="link" href="libcroco-cr-input.html#CRInput" title="struct
|
|
879
879
|
<a name="cr-input-seek-index"></a><h3>cr_input_seek_index ()</h3>
|
880
880
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_seek_index (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
881
881
|
<em class="parameter"><code><span class="type">enum CRSeekPos</span> a_origin</code></em>,
|
882
|
-
<em class="parameter"><code><a href="
|
882
|
+
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> a_pos</code></em>);</pre>
|
883
883
|
<p>
|
884
884
|
Sets the "current byte index" of the current instance
|
885
885
|
of <a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a>. Next call to <code class="function">cr_input_get_byte()</code> will return
|
@@ -915,7 +915,7 @@ or CR_OUT_BOUNDS_ERROR in case of error.</td>
|
|
915
915
|
<div class="refsect2">
|
916
916
|
<a name="cr-input-set-column-num"></a><h3>cr_input_set_column_num ()</h3>
|
917
917
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_set_column_num (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
918
|
-
<em class="parameter"><code><a href="
|
918
|
+
<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_col</code></em>);</pre>
|
919
919
|
<p>
|
920
920
|
Setter of the current column number.
|
921
921
|
</p>
|
@@ -941,7 +941,7 @@ Setter of the current column number.
|
|
941
941
|
<div class="refsect2">
|
942
942
|
<a name="cr-input-set-cur-index"></a><h3>cr_input_set_cur_index ()</h3>
|
943
943
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_set_cur_index (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
944
|
-
<em class="parameter"><code><a href="
|
944
|
+
<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_index</code></em>);</pre>
|
945
945
|
<p>
|
946
946
|
Setter of the next byte index.
|
947
947
|
It sets the index of the next byte to be read.
|
@@ -996,7 +996,7 @@ Sets the current position in the input stream.
|
|
996
996
|
<div class="refsect2">
|
997
997
|
<a name="cr-input-set-end-of-file"></a><h3>cr_input_set_end_of_file ()</h3>
|
998
998
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_set_end_of_file (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
999
|
-
<em class="parameter"><code><a href="
|
999
|
+
<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_eof</code></em>);</pre>
|
1000
1000
|
<p>
|
1001
1001
|
Sets the end of file flag.
|
1002
1002
|
</p>
|
@@ -1022,7 +1022,7 @@ Sets the end of file flag.
|
|
1022
1022
|
<div class="refsect2">
|
1023
1023
|
<a name="cr-input-set-end-of-line"></a><h3>cr_input_set_end_of_line ()</h3>
|
1024
1024
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_set_end_of_line (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
1025
|
-
<em class="parameter"><code><a href="
|
1025
|
+
<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_eol</code></em>);</pre>
|
1026
1026
|
<p>
|
1027
1027
|
Sets the end of line flag.
|
1028
1028
|
</p>
|
@@ -1049,7 +1049,7 @@ otherwise.</td>
|
|
1049
1049
|
<div class="refsect2">
|
1050
1050
|
<a name="cr-input-set-line-num"></a><h3>cr_input_set_line_num ()</h3>
|
1051
1051
|
<pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_input_set_line_num (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>,
|
1052
|
-
<em class="parameter"><code><a href="
|
1052
|
+
<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_line_num</code></em>);</pre>
|
1053
1053
|
<p>
|
1054
1054
|
Setter of the current line number.
|
1055
1055
|
</p>
|
@@ -1073,7 +1073,7 @@ Return CR_OK upon successful completion, an error code otherwise.
|
|
1073
1073
|
<hr>
|
1074
1074
|
<div class="refsect2">
|
1075
1075
|
<a name="cr-input-unref"></a><h3>cr_input_unref ()</h3>
|
1076
|
-
<pre class="programlisting"><a href="
|
1076
|
+
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_input_unref (<em class="parameter"><code><a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a> *a_this</code></em>);</pre>
|
1077
1077
|
<p>
|
1078
1078
|
Decrements the reference count of this instance
|
1079
1079
|
of <a class="link" href="libcroco-cr-input.html#CRInput" title="struct CRInput"><span class="type">CRInput</span></a>. If the reference count goes down to
|