rsvg2 2.2.4-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (140) hide show
  1. checksums.yaml +7 -0
  2. data/README +35 -0
  3. data/Rakefile +69 -0
  4. data/ext/rsvg2/depend +6 -0
  5. data/ext/rsvg2/extconf.rb +89 -0
  6. data/ext/rsvg2/rbrsvg.c +206 -0
  7. data/ext/rsvg2/rbrsvgdimensiondata.c +194 -0
  8. data/ext/rsvg2/rbrsvghandle.c +496 -0
  9. data/ext/rsvg2/rsvg2.def +2 -0
  10. data/ext/rsvg2/rsvg2.h +70 -0
  11. data/extconf.rb +49 -0
  12. data/lib/2.0/rsvg2.so +0 -0
  13. data/lib/2.1/rsvg2.so +0 -0
  14. data/lib/2.2/rsvg2.so +0 -0
  15. data/lib/rsvg2.rb +33 -0
  16. data/sample/svg-viewer.rb +44 -0
  17. data/sample/svg2.rb +60 -0
  18. data/test/rsvg2-test-utils.rb +23 -0
  19. data/test/run-test.rb +49 -0
  20. data/test/test-handle.rb +91 -0
  21. data/vendor/local/bin/croco-0.6-config +87 -0
  22. data/vendor/local/bin/csslint-0.6.exe +0 -0
  23. data/vendor/local/bin/libcroco-0.6-3.dll +0 -0
  24. data/vendor/local/bin/librsvg-2-2.dll +0 -0
  25. data/vendor/local/bin/rsvg-convert.exe +0 -0
  26. data/vendor/local/include/libcroco-0.6/libcroco/cr-additional-sel.h +98 -0
  27. data/vendor/local/include/libcroco-0.6/libcroco/cr-attr-sel.h +74 -0
  28. data/vendor/local/include/libcroco-0.6/libcroco/cr-cascade.h +74 -0
  29. data/vendor/local/include/libcroco-0.6/libcroco/cr-declaration.h +136 -0
  30. data/vendor/local/include/libcroco-0.6/libcroco/cr-doc-handler.h +298 -0
  31. data/vendor/local/include/libcroco-0.6/libcroco/cr-enc-handler.h +94 -0
  32. data/vendor/local/include/libcroco-0.6/libcroco/cr-fonts.h +315 -0
  33. data/vendor/local/include/libcroco-0.6/libcroco/cr-input.h +174 -0
  34. data/vendor/local/include/libcroco-0.6/libcroco/cr-num.h +127 -0
  35. data/vendor/local/include/libcroco-0.6/libcroco/cr-om-parser.h +98 -0
  36. data/vendor/local/include/libcroco-0.6/libcroco/cr-parser.h +128 -0
  37. data/vendor/local/include/libcroco-0.6/libcroco/cr-parsing-location.h +70 -0
  38. data/vendor/local/include/libcroco-0.6/libcroco/cr-prop-list.h +80 -0
  39. data/vendor/local/include/libcroco-0.6/libcroco/cr-pseudo.h +64 -0
  40. data/vendor/local/include/libcroco-0.6/libcroco/cr-rgb.h +94 -0
  41. data/vendor/local/include/libcroco-0.6/libcroco/cr-sel-eng.h +110 -0
  42. data/vendor/local/include/libcroco-0.6/libcroco/cr-selector.h +95 -0
  43. data/vendor/local/include/libcroco-0.6/libcroco/cr-simple-sel.h +130 -0
  44. data/vendor/local/include/libcroco-0.6/libcroco/cr-statement.h +440 -0
  45. data/vendor/local/include/libcroco-0.6/libcroco/cr-string.h +76 -0
  46. data/vendor/local/include/libcroco-0.6/libcroco/cr-style.h +339 -0
  47. data/vendor/local/include/libcroco-0.6/libcroco/cr-stylesheet.h +102 -0
  48. data/vendor/local/include/libcroco-0.6/libcroco/cr-term.h +190 -0
  49. data/vendor/local/include/libcroco-0.6/libcroco/cr-tknzr.h +115 -0
  50. data/vendor/local/include/libcroco-0.6/libcroco/cr-token.h +212 -0
  51. data/vendor/local/include/libcroco-0.6/libcroco/cr-utils.h +246 -0
  52. data/vendor/local/include/libcroco-0.6/libcroco/libcroco-config.h +17 -0
  53. data/vendor/local/include/libcroco-0.6/libcroco/libcroco.h +44 -0
  54. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-enum-types.h +24 -0
  55. data/vendor/local/include/librsvg-2.0/librsvg/librsvg-features.h +28 -0
  56. data/vendor/local/include/librsvg-2.0/librsvg/rsvg-cairo.h +42 -0
  57. data/vendor/local/include/librsvg-2.0/librsvg/rsvg.h +264 -0
  58. data/vendor/local/lib/girepository-1.0/Rsvg-2.0.typelib +0 -0
  59. data/vendor/local/lib/libcroco-0.6.a +0 -0
  60. data/vendor/local/lib/libcroco-0.6.dll.a +0 -0
  61. data/vendor/local/lib/libcroco-0.6.la +41 -0
  62. data/vendor/local/lib/librsvg-2.a +0 -0
  63. data/vendor/local/lib/librsvg-2.dll.a +0 -0
  64. data/vendor/local/lib/librsvg-2.la +41 -0
  65. data/vendor/local/lib/pkgconfig/libcroco-0.6.pc +11 -0
  66. data/vendor/local/lib/pkgconfig/librsvg-2.0.pc +15 -0
  67. data/vendor/local/share/gir-1.0/Rsvg-2.0.gir +754 -0
  68. data/vendor/local/share/gtk-doc/html/libcroco/ch01.html +113 -0
  69. data/vendor/local/share/gtk-doc/html/libcroco/home.png +0 -0
  70. data/vendor/local/share/gtk-doc/html/libcroco/index.html +109 -0
  71. data/vendor/local/share/gtk-doc/html/libcroco/index.sgml +582 -0
  72. data/vendor/local/share/gtk-doc/html/libcroco/left.png +0 -0
  73. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-additional-sel.html +337 -0
  74. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-attr-sel.html +203 -0
  75. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-cascade.html +240 -0
  76. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-declaration.html +642 -0
  77. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-doc-handler.html +517 -0
  78. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-enc-handler.html +164 -0
  79. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-fonts.html +670 -0
  80. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-input.html +1102 -0
  81. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-num.html +265 -0
  82. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-om-parser.html +380 -0
  83. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parser.html +913 -0
  84. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-parsing-location.html +205 -0
  85. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-prop-list.html +421 -0
  86. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-pseudo.html +141 -0
  87. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-rgb.html +503 -0
  88. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-sel-eng.html +346 -0
  89. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-selector.html +246 -0
  90. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-simple-sel.html +240 -0
  91. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-statement.html +1408 -0
  92. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-string.html +137 -0
  93. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-style.html +384 -0
  94. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-stylesheet.html +158 -0
  95. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-term.html +304 -0
  96. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-tknzr.html +312 -0
  97. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-token.html +428 -0
  98. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-cr-utils.html +334 -0
  99. data/vendor/local/share/gtk-doc/html/libcroco/libcroco-libcroco-config.html +80 -0
  100. data/vendor/local/share/gtk-doc/html/libcroco/libcroco.devhelp2 +511 -0
  101. data/vendor/local/share/gtk-doc/html/libcroco/right.png +0 -0
  102. data/vendor/local/share/gtk-doc/html/libcroco/style.css +266 -0
  103. data/vendor/local/share/gtk-doc/html/libcroco/up.png +0 -0
  104. data/vendor/local/share/gtk-doc/html/rsvg-2.0/RsvgHandle.html +1420 -0
  105. data/vendor/local/share/gtk-doc/html/rsvg-2.0/annotation-glossary.html +55 -0
  106. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-14.html +55 -0
  107. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-22.html +43 -0
  108. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-32.html +47 -0
  109. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-36.html +46 -0
  110. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-4.html +39 -0
  111. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-8.html +54 -0
  112. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-2-9.html +53 -0
  113. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-deprecated.html +100 -0
  114. data/vendor/local/share/gtk-doc/html/rsvg-2.0/api-index-full.html +323 -0
  115. data/vendor/local/share/gtk-doc/html/rsvg-2.0/home.png +0 -0
  116. data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.html +88 -0
  117. data/vendor/local/share/gtk-doc/html/rsvg-2.0/index.sgml +106 -0
  118. data/vendor/local/share/gtk-doc/html/rsvg-2.0/left-insensitive.png +0 -0
  119. data/vendor/local/share/gtk-doc/html/rsvg-2.0/left.png +0 -0
  120. data/vendor/local/share/gtk-doc/html/rsvg-2.0/licence.html +57 -0
  121. data/vendor/local/share/gtk-doc/html/rsvg-2.0/object-tree.html +38 -0
  122. data/vendor/local/share/gtk-doc/html/rsvg-2.0/right-insensitive.png +0 -0
  123. data/vendor/local/share/gtk-doc/html/rsvg-2.0/right.png +0 -0
  124. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-2.0.devhelp2 +94 -0
  125. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GIO.html +360 -0
  126. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-GdkPixbuf.html +484 -0
  127. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Using-RSVG-with-cairo.html +154 -0
  128. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg-Version-check-and-feature-tests.html +142 -0
  129. data/vendor/local/share/gtk-doc/html/rsvg-2.0/rsvg.html +57 -0
  130. data/vendor/local/share/gtk-doc/html/rsvg-2.0/style.css +476 -0
  131. data/vendor/local/share/gtk-doc/html/rsvg-2.0/up-insensitive.png +0 -0
  132. data/vendor/local/share/gtk-doc/html/rsvg-2.0/up.png +0 -0
  133. data/vendor/local/share/license/libcroco/AUTHORS +13 -0
  134. data/vendor/local/share/license/libcroco/COPYING +481 -0
  135. data/vendor/local/share/license/libcroco/COPYING.LIB +481 -0
  136. data/vendor/local/share/license/librsvg/AUTHORS +1 -0
  137. data/vendor/local/share/license/librsvg/COPYING +340 -0
  138. data/vendor/local/share/license/librsvg/COPYING.LIB +482 -0
  139. data/vendor/local/share/man/man1/rsvg-convert.1 +55 -0
  140. metadata +209 -0
@@ -0,0 +1,334 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>cr-utils</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
+ <link rel="home" href="index.html" title="Libcroco Reference Manual">
8
+ <link rel="up" href="ch01.html" title="Extensive APIs description">
9
+ <link rel="prev" href="libcroco-cr-token.html" title="cr-token">
10
+ <link rel="next" href="libcroco-libcroco-config.html" title="libcroco-config">
11
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
12
+ <link rel="stylesheet" href="style.css" type="text/css">
13
+ </head>
14
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16
+ <tr valign="middle">
17
+ <td><a accesskey="p" href="libcroco-cr-token.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18
+ <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20
+ <th width="100%" align="center">Libcroco Reference Manual</th>
21
+ <td><a accesskey="n" href="libcroco-libcroco-config.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22
+ </tr>
23
+ <tr><td colspan="5" class="shortcuts">
24
+ <a href="#libcroco-cr-utils.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#libcroco-cr-utils.description" class="shortcut">Description</a>
27
+ </td></tr>
28
+ </table>
29
+ <div class="refentry">
30
+ <a name="libcroco-cr-utils"></a><div class="titlepage"></div>
31
+ <div class="refnamediv"><table width="100%"><tr>
32
+ <td valign="top">
33
+ <h2><span class="refentrytitle"><a name="libcroco-cr-utils.top_of_page"></a>cr-utils</span></h2>
34
+ <p>cr-utils</p>
35
+ </td>
36
+ <td valign="top" align="right"></td>
37
+ </tr></table></div>
38
+ <div class="refsynopsisdiv">
39
+ <a name="libcroco-cr-utils.synopsis"></a><h2>Synopsis</h2>
40
+ <pre class="synopsis">#define <a class="link" href="libcroco-cr-utils.html#CROCO-LOG-DOMAIN:CAPS" title="CROCO_LOG_DOMAIN">CROCO_LOG_DOMAIN</a>
41
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-dump-n-chars" title="cr_utils_dump_n_chars ()">cr_utils_dump_n_chars</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_char</code></em>,
42
+ <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
43
+ <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_nb</code></em>);
44
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-dump-n-chars2" title="cr_utils_dump_n_chars2 ()">cr_utils_dump_n_chars2</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_char</code></em>,
45
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_string</code></em>,
46
+ <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_nb</code></em>);
47
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="libcroco-cr-utils.html#cr-utils-dup-glist-of-cr-string" title="cr_utils_dup_glist_of_cr_string ()">cr_utils_dup_glist_of_cr_string</a> (<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> const *a_list_of_strings</code></em>);
48
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * <a class="link" href="libcroco-cr-utils.html#cr-utils-dup-glist-of-string" title="cr_utils_dup_glist_of_string ()">cr_utils_dup_glist_of_string</a> (<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> const *a_list</code></em>);
49
+ <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-utils.html#cr-utils-is-hexa-char" title="cr_utils_is_hexa_char ()">cr_utils_is_hexa_char</a> (<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>);
50
+ <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-utils.html#cr-utils-is-newline" title="cr_utils_is_newline ()">cr_utils_is_newline</a> (<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>);
51
+ <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-utils.html#cr-utils-is-nonascii" title="cr_utils_is_nonascii ()">cr_utils_is_nonascii</a> (<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>);
52
+ <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-utils.html#cr-utils-is-white-space" title="cr_utils_is_white_space ()">cr_utils_is_white_space</a> (<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>);
53
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-read-char-from-utf8-buf" title="cr_utils_read_char_from_utf8_buf ()">cr_utils_read_char_from_utf8_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_in</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_in_len</code></em>,
55
+ <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_out</code></em>,
56
+ <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_consumed</code></em>);
57
+ #define <a class="link" href="libcroco-cr-utils.html#cr-utils-trace" title="cr_utils_trace()">cr_utils_trace</a> (a_log_level,
58
+ a_msg)
59
+ #define <a class="link" href="libcroco-cr-utils.html#cr-utils-trace-debug" title="cr_utils_trace_debug()">cr_utils_trace_debug</a> (a_msg)
60
+ #define <a class="link" href="libcroco-cr-utils.html#cr-utils-trace-info" title="cr_utils_trace_info()">cr_utils_trace_info</a> (a_msg)
61
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-ucs1-str-len-as-utf8" title="cr_utils_ucs1_str_len_as_utf8 ()">cr_utils_ucs1_str_len_as_utf8</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_in_start</code></em>,
62
+ <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_end</code></em>,
63
+ <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>);
64
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-ucs1-str-to-utf8" title="cr_utils_ucs1_str_to_utf8 ()">cr_utils_ucs1_str_to_utf8</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_in_start</code></em>,
65
+ <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>,
66
+ <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>,
67
+ <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>);
68
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-ucs1-to-utf8" title="cr_utils_ucs1_to_utf8 ()">cr_utils_ucs1_to_utf8</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_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>);
72
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-ucs4-str-len-as-utf8" title="cr_utils_ucs4_str_len_as_utf8 ()">cr_utils_ucs4_str_len_as_utf8</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_in_start</code></em>,
73
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_in_end</code></em>,
74
+ <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>);
75
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-ucs4-str-to-utf8" title="cr_utils_ucs4_str_to_utf8 ()">cr_utils_ucs4_str_to_utf8</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_in</code></em>,
76
+ <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>,
77
+ <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>,
78
+ <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>);
79
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-ucs4-to-utf8" title="cr_utils_ucs4_to_utf8 ()">cr_utils_ucs4_to_utf8</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_in</code></em>,
80
+ <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>,
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_out</code></em>,
82
+ <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>);
83
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-utf8-str-len-as-ucs1" title="cr_utils_utf8_str_len_as_ucs1 ()">cr_utils_utf8_str_len_as_ucs1</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_in_start</code></em>,
84
+ <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_end</code></em>,
85
+ <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>);
86
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-utf8-str-len-as-ucs4" title="cr_utils_utf8_str_len_as_ucs4 ()">cr_utils_utf8_str_len_as_ucs4</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_in_start</code></em>,
87
+ <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_end</code></em>,
88
+ <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>);
89
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-utf8-str-to-ucs1" title="cr_utils_utf8_str_to_ucs1 ()">cr_utils_utf8_str_to_ucs1</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_in_start</code></em>,
90
+ <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>,
91
+ <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>,
92
+ <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>);
93
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-utf8-str-to-ucs4" title="cr_utils_utf8_str_to_ucs4 ()">cr_utils_utf8_str_to_ucs4</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_in</code></em>,
94
+ <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>,
95
+ <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_out</code></em>,
96
+ <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>);
97
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-utf8-to-ucs1" title="cr_utils_utf8_to_ucs1 ()">cr_utils_utf8_to_ucs1</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_in</code></em>,
98
+ <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>,
99
+ <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>,
100
+ <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>);
101
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-utils.html#cr-utils-utf8-to-ucs4" title="cr_utils_utf8_to_ucs4 ()">cr_utils_utf8_to_ucs4</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_in</code></em>,
102
+ <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>,
103
+ <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_out</code></em>,
104
+ <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>);
105
+ </pre>
106
+ </div>
107
+ <div class="refsect1">
108
+ <a name="libcroco-cr-utils.description"></a><h2>Description</h2>
109
+ <p>
110
+ </p>
111
+ </div>
112
+ <div class="refsect1">
113
+ <a name="libcroco-cr-utils.details"></a><h2>Details</h2>
114
+ <div class="refsect2">
115
+ <a name="CROCO-LOG-DOMAIN:CAPS"></a><h3>CROCO_LOG_DOMAIN</h3>
116
+ <pre class="programlisting">#define CROCO_LOG_DOMAIN "LIBCROCO"
117
+ </pre>
118
+ <p>
119
+ </p>
120
+ </div>
121
+ <hr>
122
+ <div class="refsect2">
123
+ <a name="cr-utils-dump-n-chars"></a><h3>cr_utils_dump_n_chars ()</h3>
124
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_utils_dump_n_chars (<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_char</code></em>,
125
+ <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
126
+ <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_nb</code></em>);</pre>
127
+ <p>
128
+ </p>
129
+ </div>
130
+ <hr>
131
+ <div class="refsect2">
132
+ <a name="cr-utils-dump-n-chars2"></a><h3>cr_utils_dump_n_chars2 ()</h3>
133
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_utils_dump_n_chars2 (<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_char</code></em>,
134
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_string</code></em>,
135
+ <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_nb</code></em>);</pre>
136
+ <p>
137
+ </p>
138
+ </div>
139
+ <hr>
140
+ <div class="refsect2">
141
+ <a name="cr-utils-dup-glist-of-cr-string"></a><h3>cr_utils_dup_glist_of_cr_string ()</h3>
142
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * cr_utils_dup_glist_of_cr_string (<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> const *a_list_of_strings</code></em>);</pre>
143
+ <p>
144
+ </p>
145
+ </div>
146
+ <hr>
147
+ <div class="refsect2">
148
+ <a name="cr-utils-dup-glist-of-string"></a><h3>cr_utils_dup_glist_of_string ()</h3>
149
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> * cr_utils_dup_glist_of_string (<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> const *a_list</code></em>);</pre>
150
+ <p>
151
+ </p>
152
+ </div>
153
+ <hr>
154
+ <div class="refsect2">
155
+ <a name="cr-utils-is-hexa-char"></a><h3>cr_utils_is_hexa_char ()</h3>
156
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_utils_is_hexa_char (<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>
157
+ <p>
158
+ </p>
159
+ </div>
160
+ <hr>
161
+ <div class="refsect2">
162
+ <a name="cr-utils-is-newline"></a><h3>cr_utils_is_newline ()</h3>
163
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_utils_is_newline (<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>
164
+ <p>
165
+ </p>
166
+ </div>
167
+ <hr>
168
+ <div class="refsect2">
169
+ <a name="cr-utils-is-nonascii"></a><h3>cr_utils_is_nonascii ()</h3>
170
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_utils_is_nonascii (<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>
171
+ <p>
172
+ </p>
173
+ </div>
174
+ <hr>
175
+ <div class="refsect2">
176
+ <a name="cr-utils-is-white-space"></a><h3>cr_utils_is_white_space ()</h3>
177
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_utils_is_white_space (<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>
178
+ <p>
179
+ </p>
180
+ </div>
181
+ <hr>
182
+ <div class="refsect2">
183
+ <a name="cr-utils-read-char-from-utf8-buf"></a><h3>cr_utils_read_char_from_utf8_buf ()</h3>
184
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_read_char_from_utf8_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_in</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_in_len</code></em>,
186
+ <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_out</code></em>,
187
+ <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_consumed</code></em>);</pre>
188
+ <p>
189
+ </p>
190
+ </div>
191
+ <hr>
192
+ <div class="refsect2">
193
+ <a name="cr-utils-trace"></a><h3>cr_utils_trace()</h3>
194
+ <pre class="programlisting">#define cr_utils_trace(a_log_level, a_msg)</pre>
195
+ <p>
196
+ </p>
197
+ </div>
198
+ <hr>
199
+ <div class="refsect2">
200
+ <a name="cr-utils-trace-debug"></a><h3>cr_utils_trace_debug()</h3>
201
+ <pre class="programlisting">#define cr_utils_trace_debug(a_msg)</pre>
202
+ <p>
203
+ </p>
204
+ </div>
205
+ <hr>
206
+ <div class="refsect2">
207
+ <a name="cr-utils-trace-info"></a><h3>cr_utils_trace_info()</h3>
208
+ <pre class="programlisting">#define cr_utils_trace_info(a_msg)</pre>
209
+ <p>
210
+ </p>
211
+ </div>
212
+ <hr>
213
+ <div class="refsect2">
214
+ <a name="cr-utils-ucs1-str-len-as-utf8"></a><h3>cr_utils_ucs1_str_len_as_utf8 ()</h3>
215
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_ucs1_str_len_as_utf8 (<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_start</code></em>,
216
+ <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_end</code></em>,
217
+ <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>
218
+ <p>
219
+ </p>
220
+ </div>
221
+ <hr>
222
+ <div class="refsect2">
223
+ <a name="cr-utils-ucs1-str-to-utf8"></a><h3>cr_utils_ucs1_str_to_utf8 ()</h3>
224
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_ucs1_str_to_utf8 (<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_start</code></em>,
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_in_len</code></em>,
226
+ <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>,
227
+ <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>
228
+ <p>
229
+ </p>
230
+ </div>
231
+ <hr>
232
+ <div class="refsect2">
233
+ <a name="cr-utils-ucs1-to-utf8"></a><h3>cr_utils_ucs1_to_utf8 ()</h3>
234
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_ucs1_to_utf8 (<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>,
235
+ <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>,
236
+ <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>,
237
+ <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>
238
+ <p>
239
+ </p>
240
+ </div>
241
+ <hr>
242
+ <div class="refsect2">
243
+ <a name="cr-utils-ucs4-str-len-as-utf8"></a><h3>cr_utils_ucs4_str_len_as_utf8 ()</h3>
244
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_ucs4_str_len_as_utf8 (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_in_start</code></em>,
245
+ <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_in_end</code></em>,
246
+ <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>
247
+ <p>
248
+ </p>
249
+ </div>
250
+ <hr>
251
+ <div class="refsect2">
252
+ <a name="cr-utils-ucs4-str-to-utf8"></a><h3>cr_utils_ucs4_str_to_utf8 ()</h3>
253
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_ucs4_str_to_utf8 (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_in</code></em>,
254
+ <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>,
255
+ <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>,
256
+ <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>
257
+ <p>
258
+ </p>
259
+ </div>
260
+ <hr>
261
+ <div class="refsect2">
262
+ <a name="cr-utils-ucs4-to-utf8"></a><h3>cr_utils_ucs4_to_utf8 ()</h3>
263
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_ucs4_to_utf8 (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint32"><span class="type">guint32</span></a> *a_in</code></em>,
264
+ <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>,
265
+ <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>,
266
+ <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>
267
+ <p>
268
+ </p>
269
+ </div>
270
+ <hr>
271
+ <div class="refsect2">
272
+ <a name="cr-utils-utf8-str-len-as-ucs1"></a><h3>cr_utils_utf8_str_len_as_ucs1 ()</h3>
273
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_utf8_str_len_as_ucs1 (<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_start</code></em>,
274
+ <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_end</code></em>,
275
+ <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>
276
+ <p>
277
+ </p>
278
+ </div>
279
+ <hr>
280
+ <div class="refsect2">
281
+ <a name="cr-utils-utf8-str-len-as-ucs4"></a><h3>cr_utils_utf8_str_len_as_ucs4 ()</h3>
282
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_utf8_str_len_as_ucs4 (<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_start</code></em>,
283
+ <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_end</code></em>,
284
+ <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>
285
+ <p>
286
+ </p>
287
+ </div>
288
+ <hr>
289
+ <div class="refsect2">
290
+ <a name="cr-utils-utf8-str-to-ucs1"></a><h3>cr_utils_utf8_str_to_ucs1 ()</h3>
291
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_utf8_str_to_ucs1 (<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_start</code></em>,
292
+ <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>,
293
+ <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>,
294
+ <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>
295
+ <p>
296
+ </p>
297
+ </div>
298
+ <hr>
299
+ <div class="refsect2">
300
+ <a name="cr-utils-utf8-str-to-ucs4"></a><h3>cr_utils_utf8_str_to_ucs4 ()</h3>
301
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_utf8_str_to_ucs4 (<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>,
302
+ <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>,
303
+ <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_out</code></em>,
304
+ <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>
305
+ <p>
306
+ </p>
307
+ </div>
308
+ <hr>
309
+ <div class="refsect2">
310
+ <a name="cr-utils-utf8-to-ucs1"></a><h3>cr_utils_utf8_to_ucs1 ()</h3>
311
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_utf8_to_ucs1 (<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>,
312
+ <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>,
313
+ <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>,
314
+ <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>
315
+ <p>
316
+ </p>
317
+ </div>
318
+ <hr>
319
+ <div class="refsect2">
320
+ <a name="cr-utils-utf8-to-ucs4"></a><h3>cr_utils_utf8_to_ucs4 ()</h3>
321
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_utils_utf8_to_ucs4 (<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>,
322
+ <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>,
323
+ <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_out</code></em>,
324
+ <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>
325
+ <p>
326
+ </p>
327
+ </div>
328
+ </div>
329
+ </div>
330
+ <div class="footer">
331
+ <hr>
332
+ Generated by GTK-Doc V1.18</div>
333
+ </body>
334
+ </html>
@@ -0,0 +1,80 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
+ <html>
3
+ <head>
4
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
+ <title>libcroco-config</title>
6
+ <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7
+ <link rel="home" href="index.html" title="Libcroco Reference Manual">
8
+ <link rel="up" href="ch01.html" title="Extensive APIs description">
9
+ <link rel="prev" href="libcroco-cr-utils.html" title="cr-utils">
10
+ <meta name="generator" content="GTK-Doc V1.18 (XML mode)">
11
+ <link rel="stylesheet" href="style.css" type="text/css">
12
+ </head>
13
+ <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
14
+ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
15
+ <tr valign="middle">
16
+ <td><a accesskey="p" href="libcroco-cr-utils.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
17
+ <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
18
+ <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
19
+ <th width="100%" align="center">Libcroco Reference Manual</th>
20
+ <td> </td>
21
+ </tr>
22
+ <tr><td colspan="5" class="shortcuts">
23
+ <a href="#libcroco-libcroco-config.synopsis" class="shortcut">Top</a>
24
+  | 
25
+ <a href="#libcroco-libcroco-config.description" class="shortcut">Description</a>
26
+ </td></tr>
27
+ </table>
28
+ <div class="refentry">
29
+ <a name="libcroco-libcroco-config"></a><div class="titlepage"></div>
30
+ <div class="refnamediv"><table width="100%"><tr>
31
+ <td valign="top">
32
+ <h2><span class="refentrytitle"><a name="libcroco-libcroco-config.top_of_page"></a>libcroco-config</span></h2>
33
+ <p>libcroco-config</p>
34
+ </td>
35
+ <td valign="top" align="right"></td>
36
+ </tr></table></div>
37
+ <div class="refsynopsisdiv">
38
+ <a name="libcroco-libcroco-config.synopsis"></a><h2>Synopsis</h2>
39
+ <pre class="synopsis">#define <a class="link" href="libcroco-libcroco-config.html#CROCO-HAVE-LIBXML2:CAPS" title="CROCO_HAVE_LIBXML2">CROCO_HAVE_LIBXML2</a>
40
+ #define <a class="link" href="libcroco-libcroco-config.html#G-DISABLE-CHECKS:CAPS" title="G_DISABLE_CHECKS">G_DISABLE_CHECKS</a>
41
+ #define <a class="link" href="libcroco-libcroco-config.html#LIBCROCO-VERSION:CAPS" title="LIBCROCO_VERSION">LIBCROCO_VERSION</a>
42
+ </pre>
43
+ </div>
44
+ <div class="refsect1">
45
+ <a name="libcroco-libcroco-config.description"></a><h2>Description</h2>
46
+ <p>
47
+ </p>
48
+ </div>
49
+ <div class="refsect1">
50
+ <a name="libcroco-libcroco-config.details"></a><h2>Details</h2>
51
+ <div class="refsect2">
52
+ <a name="CROCO-HAVE-LIBXML2:CAPS"></a><h3>CROCO_HAVE_LIBXML2</h3>
53
+ <pre class="programlisting">#define CROCO_HAVE_LIBXML2 (1)
54
+ </pre>
55
+ <p>
56
+ </p>
57
+ </div>
58
+ <hr>
59
+ <div class="refsect2">
60
+ <a name="G-DISABLE-CHECKS:CAPS"></a><h3>G_DISABLE_CHECKS</h3>
61
+ <pre class="programlisting">#define G_DISABLE_CHECKS 0
62
+ </pre>
63
+ <p>
64
+ </p>
65
+ </div>
66
+ <hr>
67
+ <div class="refsect2">
68
+ <a name="LIBCROCO-VERSION:CAPS"></a><h3>LIBCROCO_VERSION</h3>
69
+ <pre class="programlisting">#define LIBCROCO_VERSION "0.6.7"
70
+ </pre>
71
+ <p>
72
+ </p>
73
+ </div>
74
+ </div>
75
+ </div>
76
+ <div class="footer">
77
+ <hr>
78
+ Generated by GTK-Doc V1.18</div>
79
+ </body>
80
+ </html>
@@ -0,0 +1,511 @@
1
+ <?xml version="1.0" encoding="utf-8" standalone="no"?>
2
+ <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3
+ <book xmlns="http://www.devhelp.net/book" title="Libcroco Reference Manual" link="index.html" author="" name="libcroco" version="2" language="c">
4
+ <chapters>
5
+ <sub name="Extensive APIs description" link="ch01.html">
6
+ <sub name="cr-additional-sel" link="libcroco-cr-additional-sel.html"/>
7
+ <sub name="cr-attr-sel" link="libcroco-cr-attr-sel.html"/>
8
+ <sub name="cr-cascade" link="libcroco-cr-cascade.html"/>
9
+ <sub name="cr-declaration" link="libcroco-cr-declaration.html"/>
10
+ <sub name="cr-doc-handler" link="libcroco-cr-doc-handler.html"/>
11
+ <sub name="cr-enc-handler" link="libcroco-cr-enc-handler.html"/>
12
+ <sub name="cr-fonts" link="libcroco-cr-fonts.html"/>
13
+ <sub name="cr-input" link="libcroco-cr-input.html"/>
14
+ <sub name="cr-num" link="libcroco-cr-num.html"/>
15
+ <sub name="cr-om-parser" link="libcroco-cr-om-parser.html"/>
16
+ <sub name="cr-parser" link="libcroco-cr-parser.html"/>
17
+ <sub name="cr-parsing-location" link="libcroco-cr-parsing-location.html"/>
18
+ <sub name="cr-prop-list" link="libcroco-cr-prop-list.html"/>
19
+ <sub name="cr-pseudo" link="libcroco-cr-pseudo.html"/>
20
+ <sub name="cr-rgb" link="libcroco-cr-rgb.html"/>
21
+ <sub name="cr-sel-eng" link="libcroco-cr-sel-eng.html"/>
22
+ <sub name="cr-selector" link="libcroco-cr-selector.html"/>
23
+ <sub name="cr-simple-sel" link="libcroco-cr-simple-sel.html"/>
24
+ <sub name="cr-statement" link="libcroco-cr-statement.html"/>
25
+ <sub name="cr-string" link="libcroco-cr-string.html"/>
26
+ <sub name="cr-style" link="libcroco-cr-style.html"/>
27
+ <sub name="cr-stylesheet" link="libcroco-cr-stylesheet.html"/>
28
+ <sub name="cr-term" link="libcroco-cr-term.html"/>
29
+ <sub name="cr-tknzr" link="libcroco-cr-tknzr.html"/>
30
+ <sub name="cr-token" link="libcroco-cr-token.html"/>
31
+ <sub name="cr-utils" link="libcroco-cr-utils.html"/>
32
+ <sub name="libcroco-config" link="libcroco-libcroco-config.html"/>
33
+ </sub>
34
+ </chapters>
35
+ <functions>
36
+ <keyword type="struct" name="struct CRAdditionalSel" link="libcroco-cr-additional-sel.html#CRAdditionalSel"/>
37
+ <keyword type="function" name="cr_additional_sel_append ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-append"/>
38
+ <keyword type="function" name="cr_additional_sel_destroy ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-destroy"/>
39
+ <keyword type="function" name="cr_additional_sel_dump ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-dump"/>
40
+ <keyword type="function" name="cr_additional_sel_new ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-new"/>
41
+ <keyword type="function" name="cr_additional_sel_new_with_type ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-new-with-type"/>
42
+ <keyword type="function" name="cr_additional_sel_one_to_string ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-one-to-string"/>
43
+ <keyword type="function" name="cr_additional_sel_prepend ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-prepend"/>
44
+ <keyword type="function" name="cr_additional_sel_set_attr_sel ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-set-attr-sel"/>
45
+ <keyword type="function" name="cr_additional_sel_set_class_name ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-set-class-name"/>
46
+ <keyword type="function" name="cr_additional_sel_set_id_name ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-set-id-name"/>
47
+ <keyword type="function" name="cr_additional_sel_set_pseudo ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-set-pseudo"/>
48
+ <keyword type="function" name="cr_additional_sel_to_string ()" link="libcroco-cr-additional-sel.html#cr-additional-sel-to-string"/>
49
+ <keyword type="struct" name="struct CRAttrSel" link="libcroco-cr-attr-sel.html#CRAttrSel"/>
50
+ <keyword type="function" name="cr_attr_sel_append_attr_sel ()" link="libcroco-cr-attr-sel.html#cr-attr-sel-append-attr-sel"/>
51
+ <keyword type="function" name="cr_attr_sel_destroy ()" link="libcroco-cr-attr-sel.html#cr-attr-sel-destroy"/>
52
+ <keyword type="function" name="cr_attr_sel_dump ()" link="libcroco-cr-attr-sel.html#cr-attr-sel-dump"/>
53
+ <keyword type="function" name="cr_attr_sel_new ()" link="libcroco-cr-attr-sel.html#cr-attr-sel-new"/>
54
+ <keyword type="function" name="cr_attr_sel_prepend_attr_sel ()" link="libcroco-cr-attr-sel.html#cr-attr-sel-prepend-attr-sel"/>
55
+ <keyword type="function" name="cr_attr_sel_to_string ()" link="libcroco-cr-attr-sel.html#cr-attr-sel-to-string"/>
56
+ <keyword type="struct" name="struct CRCascade" link="libcroco-cr-cascade.html#CRCascade"/>
57
+ <keyword type="struct" name="CRCascadePriv" link="libcroco-cr-cascade.html#CRCascadePriv"/>
58
+ <keyword type="function" name="cr_cascade_destroy ()" link="libcroco-cr-cascade.html#cr-cascade-destroy"/>
59
+ <keyword type="function" name="cr_cascade_get_sheet ()" link="libcroco-cr-cascade.html#cr-cascade-get-sheet"/>
60
+ <keyword type="function" name="cr_cascade_new ()" link="libcroco-cr-cascade.html#cr-cascade-new"/>
61
+ <keyword type="function" name="cr_cascade_ref ()" link="libcroco-cr-cascade.html#cr-cascade-ref"/>
62
+ <keyword type="function" name="cr_cascade_set_sheet ()" link="libcroco-cr-cascade.html#cr-cascade-set-sheet"/>
63
+ <keyword type="function" name="cr_cascade_unref ()" link="libcroco-cr-cascade.html#cr-cascade-unref"/>
64
+ <keyword type="struct" name="struct CRDeclaration" link="libcroco-cr-declaration.html#CRDeclaration"/>
65
+ <keyword type="struct" name="CRStatement" link="libcroco-cr-declaration.html#CRStatement"/>
66
+ <keyword type="function" name="cr_declaration_append ()" link="libcroco-cr-declaration.html#cr-declaration-append"/>
67
+ <keyword type="function" name="cr_declaration_append2 ()" link="libcroco-cr-declaration.html#cr-declaration-append2"/>
68
+ <keyword type="function" name="cr_declaration_destroy ()" link="libcroco-cr-declaration.html#cr-declaration-destroy"/>
69
+ <keyword type="function" name="cr_declaration_dump ()" link="libcroco-cr-declaration.html#cr-declaration-dump"/>
70
+ <keyword type="function" name="cr_declaration_dump_one ()" link="libcroco-cr-declaration.html#cr-declaration-dump-one"/>
71
+ <keyword type="function" name="cr_declaration_get_by_prop_name ()" link="libcroco-cr-declaration.html#cr-declaration-get-by-prop-name"/>
72
+ <keyword type="function" name="cr_declaration_get_from_list ()" link="libcroco-cr-declaration.html#cr-declaration-get-from-list"/>
73
+ <keyword type="function" name="cr_declaration_list_to_string ()" link="libcroco-cr-declaration.html#cr-declaration-list-to-string"/>
74
+ <keyword type="function" name="cr_declaration_list_to_string2 ()" link="libcroco-cr-declaration.html#cr-declaration-list-to-string2"/>
75
+ <keyword type="function" name="cr_declaration_new ()" link="libcroco-cr-declaration.html#cr-declaration-new"/>
76
+ <keyword type="function" name="cr_declaration_nr_props ()" link="libcroco-cr-declaration.html#cr-declaration-nr-props"/>
77
+ <keyword type="function" name="cr_declaration_parse_from_buf ()" link="libcroco-cr-declaration.html#cr-declaration-parse-from-buf"/>
78
+ <keyword type="function" name="cr_declaration_parse_list_from_buf ()" link="libcroco-cr-declaration.html#cr-declaration-parse-list-from-buf"/>
79
+ <keyword type="function" name="cr_declaration_prepend ()" link="libcroco-cr-declaration.html#cr-declaration-prepend"/>
80
+ <keyword type="function" name="cr_declaration_ref ()" link="libcroco-cr-declaration.html#cr-declaration-ref"/>
81
+ <keyword type="function" name="cr_declaration_to_string ()" link="libcroco-cr-declaration.html#cr-declaration-to-string"/>
82
+ <keyword type="function" name="cr_declaration_unlink ()" link="libcroco-cr-declaration.html#cr-declaration-unlink"/>
83
+ <keyword type="function" name="cr_declaration_unref ()" link="libcroco-cr-declaration.html#cr-declaration-unref"/>
84
+ <keyword type="struct" name="struct CRDocHandler" link="libcroco-cr-doc-handler.html#CRDocHandler"/>
85
+ <keyword type="struct" name="CRDocHandlerPriv" link="libcroco-cr-doc-handler.html#CRDocHandlerPriv"/>
86
+ <keyword type="function" name="cr_doc_handler_associate_a_parser ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-associate-a-parser"/>
87
+ <keyword type="function" name="cr_doc_handler_destroy ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-destroy"/>
88
+ <keyword type="function" name="cr_doc_handler_get_ctxt ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-get-ctxt"/>
89
+ <keyword type="function" name="cr_doc_handler_get_result ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-get-result"/>
90
+ <keyword type="function" name="cr_doc_handler_new ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-new"/>
91
+ <keyword type="function" name="cr_doc_handler_ref ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-ref"/>
92
+ <keyword type="function" name="cr_doc_handler_set_ctxt ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-set-ctxt"/>
93
+ <keyword type="function" name="cr_doc_handler_set_default_sac_handler ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-set-default-sac-handler"/>
94
+ <keyword type="function" name="cr_doc_handler_set_result ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-set-result"/>
95
+ <keyword type="function" name="cr_doc_handler_unref ()" link="libcroco-cr-doc-handler.html#cr-doc-handler-unref"/>
96
+ <keyword type="struct" name="CREncHandler" link="libcroco-cr-enc-handler.html#CREncHandler"/>
97
+ <keyword type="function" name="cr_enc_handler_convert_input ()" link="libcroco-cr-enc-handler.html#cr-enc-handler-convert-input"/>
98
+ <keyword type="function" name="cr_enc_handler_get_instance ()" link="libcroco-cr-enc-handler.html#cr-enc-handler-get-instance"/>
99
+ <keyword type="function" name="cr_enc_handler_resolve_enc_alias ()" link="libcroco-cr-enc-handler.html#cr-enc-handler-resolve-enc-alias"/>
100
+ <keyword type="struct" name="struct CRFontFamily" link="libcroco-cr-fonts.html#CRFontFamily"/>
101
+ <keyword type="struct" name="struct CRFontSize" link="libcroco-cr-fonts.html#CRFontSize"/>
102
+ <keyword type="struct" name="struct CRFontSizeAdjust" link="libcroco-cr-fonts.html#CRFontSizeAdjust"/>
103
+ <keyword type="function" name="cr_font_family_append ()" link="libcroco-cr-fonts.html#cr-font-family-append"/>
104
+ <keyword type="function" name="cr_font_family_destroy ()" link="libcroco-cr-fonts.html#cr-font-family-destroy"/>
105
+ <keyword type="function" name="cr_font_family_new ()" link="libcroco-cr-fonts.html#cr-font-family-new"/>
106
+ <keyword type="function" name="cr_font_family_prepend ()" link="libcroco-cr-fonts.html#cr-font-family-prepend"/>
107
+ <keyword type="function" name="cr_font_family_set_name ()" link="libcroco-cr-fonts.html#cr-font-family-set-name"/>
108
+ <keyword type="function" name="cr_font_family_to_string ()" link="libcroco-cr-fonts.html#cr-font-family-to-string"/>
109
+ <keyword type="function" name="cr_font_size_adjust_destroy ()" link="libcroco-cr-fonts.html#cr-font-size-adjust-destroy"/>
110
+ <keyword type="function" name="cr_font_size_adjust_new ()" link="libcroco-cr-fonts.html#cr-font-size-adjust-new"/>
111
+ <keyword type="function" name="cr_font_size_adjust_to_string ()" link="libcroco-cr-fonts.html#cr-font-size-adjust-to-string"/>
112
+ <keyword type="function" name="cr_font_size_clear ()" link="libcroco-cr-fonts.html#cr-font-size-clear"/>
113
+ <keyword type="function" name="cr_font_size_copy ()" link="libcroco-cr-fonts.html#cr-font-size-copy"/>
114
+ <keyword type="function" name="cr_font_size_destroy ()" link="libcroco-cr-fonts.html#cr-font-size-destroy"/>
115
+ <keyword type="function" name="cr_font_size_get_larger_predefined_font_size ()" link="libcroco-cr-fonts.html#cr-font-size-get-larger-predefined-font-size"/>
116
+ <keyword type="function" name="cr_font_size_get_smaller_predefined_font_size ()" link="libcroco-cr-fonts.html#cr-font-size-get-smaller-predefined-font-size"/>
117
+ <keyword type="function" name="cr_font_size_is_predefined_absolute_font_size ()" link="libcroco-cr-fonts.html#cr-font-size-is-predefined-absolute-font-size"/>
118
+ <keyword type="function" name="cr_font_size_is_set_to_inherit ()" link="libcroco-cr-fonts.html#cr-font-size-is-set-to-inherit"/>
119
+ <keyword type="function" name="cr_font_size_new ()" link="libcroco-cr-fonts.html#cr-font-size-new"/>
120
+ <keyword type="function" name="cr_font_size_set_absolute_font_size ()" link="libcroco-cr-fonts.html#cr-font-size-set-absolute-font-size"/>
121
+ <keyword type="function" name="cr_font_size_set_predefined_absolute_font_size ()" link="libcroco-cr-fonts.html#cr-font-size-set-predefined-absolute-font-size"/>
122
+ <keyword type="function" name="cr_font_size_set_relative_font_size ()" link="libcroco-cr-fonts.html#cr-font-size-set-relative-font-size"/>
123
+ <keyword type="function" name="cr_font_size_set_to_inherit ()" link="libcroco-cr-fonts.html#cr-font-size-set-to-inherit"/>
124
+ <keyword type="function" name="cr_font_size_to_string ()" link="libcroco-cr-fonts.html#cr-font-size-to-string"/>
125
+ <keyword type="function" name="cr_font_stretch_to_string ()" link="libcroco-cr-fonts.html#cr-font-stretch-to-string"/>
126
+ <keyword type="function" name="cr_font_style_to_string ()" link="libcroco-cr-fonts.html#cr-font-style-to-string"/>
127
+ <keyword type="function" name="cr_font_variant_to_string ()" link="libcroco-cr-fonts.html#cr-font-variant-to-string"/>
128
+ <keyword type="function" name="cr_font_weight_get_bolder ()" link="libcroco-cr-fonts.html#cr-font-weight-get-bolder"/>
129
+ <keyword type="function" name="cr_font_weight_to_string ()" link="libcroco-cr-fonts.html#cr-font-weight-to-string"/>
130
+ <keyword type="struct" name="struct CRInput" link="libcroco-cr-input.html#CRInput"/>
131
+ <keyword type="struct" name="struct CRInputPos" link="libcroco-cr-input.html#CRInputPos"/>
132
+ <keyword type="struct" name="CRInputPriv" link="libcroco-cr-input.html#CRInputPriv"/>
133
+ <keyword type="function" name="cr_input_consume_char ()" link="libcroco-cr-input.html#cr-input-consume-char"/>
134
+ <keyword type="function" name="cr_input_consume_chars ()" link="libcroco-cr-input.html#cr-input-consume-chars"/>
135
+ <keyword type="function" name="cr_input_consume_white_spaces ()" link="libcroco-cr-input.html#cr-input-consume-white-spaces"/>
136
+ <keyword type="function" name="cr_input_destroy ()" link="libcroco-cr-input.html#cr-input-destroy"/>
137
+ <keyword type="function" name="cr_input_end_of_input ()" link="libcroco-cr-input.html#cr-input-end-of-input"/>
138
+ <keyword type="function" name="cr_input_get_byte_addr ()" link="libcroco-cr-input.html#cr-input-get-byte-addr"/>
139
+ <keyword type="function" name="cr_input_get_column_num ()" link="libcroco-cr-input.html#cr-input-get-column-num"/>
140
+ <keyword type="function" name="cr_input_get_cur_byte_addr ()" link="libcroco-cr-input.html#cr-input-get-cur-byte-addr"/>
141
+ <keyword type="function" name="cr_input_get_cur_index ()" link="libcroco-cr-input.html#cr-input-get-cur-index"/>
142
+ <keyword type="function" name="cr_input_get_cur_pos ()" link="libcroco-cr-input.html#cr-input-get-cur-pos"/>
143
+ <keyword type="function" name="cr_input_get_end_of_file ()" link="libcroco-cr-input.html#cr-input-get-end-of-file"/>
144
+ <keyword type="function" name="cr_input_get_end_of_line ()" link="libcroco-cr-input.html#cr-input-get-end-of-line"/>
145
+ <keyword type="function" name="cr_input_get_line_num ()" link="libcroco-cr-input.html#cr-input-get-line-num"/>
146
+ <keyword type="function" name="cr_input_get_nb_bytes_left ()" link="libcroco-cr-input.html#cr-input-get-nb-bytes-left"/>
147
+ <keyword type="function" name="cr_input_get_parsing_location ()" link="libcroco-cr-input.html#cr-input-get-parsing-location"/>
148
+ <keyword type="function" name="cr_input_increment_col_num ()" link="libcroco-cr-input.html#cr-input-increment-col-num"/>
149
+ <keyword type="function" name="cr_input_increment_line_num ()" link="libcroco-cr-input.html#cr-input-increment-line-num"/>
150
+ <keyword type="function" name="cr_input_new_from_buf ()" link="libcroco-cr-input.html#cr-input-new-from-buf"/>
151
+ <keyword type="function" name="cr_input_new_from_uri ()" link="libcroco-cr-input.html#cr-input-new-from-uri"/>
152
+ <keyword type="function" name="cr_input_peek_byte ()" link="libcroco-cr-input.html#cr-input-peek-byte"/>
153
+ <keyword type="function" name="cr_input_peek_byte2 ()" link="libcroco-cr-input.html#cr-input-peek-byte2"/>
154
+ <keyword type="function" name="cr_input_peek_char ()" link="libcroco-cr-input.html#cr-input-peek-char"/>
155
+ <keyword type="function" name="cr_input_read_byte ()" link="libcroco-cr-input.html#cr-input-read-byte"/>
156
+ <keyword type="function" name="cr_input_read_char ()" link="libcroco-cr-input.html#cr-input-read-char"/>
157
+ <keyword type="function" name="cr_input_ref ()" link="libcroco-cr-input.html#cr-input-ref"/>
158
+ <keyword type="function" name="cr_input_seek_index ()" link="libcroco-cr-input.html#cr-input-seek-index"/>
159
+ <keyword type="function" name="cr_input_set_column_num ()" link="libcroco-cr-input.html#cr-input-set-column-num"/>
160
+ <keyword type="function" name="cr_input_set_cur_index ()" link="libcroco-cr-input.html#cr-input-set-cur-index"/>
161
+ <keyword type="function" name="cr_input_set_cur_pos ()" link="libcroco-cr-input.html#cr-input-set-cur-pos"/>
162
+ <keyword type="function" name="cr_input_set_end_of_file ()" link="libcroco-cr-input.html#cr-input-set-end-of-file"/>
163
+ <keyword type="function" name="cr_input_set_end_of_line ()" link="libcroco-cr-input.html#cr-input-set-end-of-line"/>
164
+ <keyword type="function" name="cr_input_set_line_num ()" link="libcroco-cr-input.html#cr-input-set-line-num"/>
165
+ <keyword type="function" name="cr_input_unref ()" link="libcroco-cr-input.html#cr-input-unref"/>
166
+ <keyword type="struct" name="struct CRNum" link="libcroco-cr-num.html#CRNum"/>
167
+ <keyword type="function" name="cr_num_copy ()" link="libcroco-cr-num.html#cr-num-copy"/>
168
+ <keyword type="function" name="cr_num_destroy ()" link="libcroco-cr-num.html#cr-num-destroy"/>
169
+ <keyword type="function" name="cr_num_dup ()" link="libcroco-cr-num.html#cr-num-dup"/>
170
+ <keyword type="function" name="cr_num_is_fixed_length ()" link="libcroco-cr-num.html#cr-num-is-fixed-length"/>
171
+ <keyword type="function" name="cr_num_new ()" link="libcroco-cr-num.html#cr-num-new"/>
172
+ <keyword type="function" name="cr_num_new_with_val ()" link="libcroco-cr-num.html#cr-num-new-with-val"/>
173
+ <keyword type="function" name="cr_num_set ()" link="libcroco-cr-num.html#cr-num-set"/>
174
+ <keyword type="function" name="cr_num_to_string ()" link="libcroco-cr-num.html#cr-num-to-string"/>
175
+ <keyword type="struct" name="struct CROMParser" link="libcroco-cr-om-parser.html#CROMParser"/>
176
+ <keyword type="struct" name="CROMParserPriv" link="libcroco-cr-om-parser.html#CROMParserPriv"/>
177
+ <keyword type="function" name="cr_om_parser_destroy ()" link="libcroco-cr-om-parser.html#cr-om-parser-destroy"/>
178
+ <keyword type="function" name="cr_om_parser_new ()" link="libcroco-cr-om-parser.html#cr-om-parser-new"/>
179
+ <keyword type="function" name="cr_om_parser_parse_buf ()" link="libcroco-cr-om-parser.html#cr-om-parser-parse-buf"/>
180
+ <keyword type="function" name="cr_om_parser_parse_file ()" link="libcroco-cr-om-parser.html#cr-om-parser-parse-file"/>
181
+ <keyword type="function" name="cr_om_parser_parse_paths_to_cascade ()" link="libcroco-cr-om-parser.html#cr-om-parser-parse-paths-to-cascade"/>
182
+ <keyword type="function" name="cr_om_parser_simply_parse_buf ()" link="libcroco-cr-om-parser.html#cr-om-parser-simply-parse-buf"/>
183
+ <keyword type="function" name="cr_om_parser_simply_parse_file ()" link="libcroco-cr-om-parser.html#cr-om-parser-simply-parse-file"/>
184
+ <keyword type="function" name="cr_om_parser_simply_parse_paths_to_cascade ()" link="libcroco-cr-om-parser.html#cr-om-parser-simply-parse-paths-to-cascade"/>
185
+ <keyword type="struct" name="struct CRParser" link="libcroco-cr-parser.html#CRParser"/>
186
+ <keyword type="struct" name="CRParserPriv" link="libcroco-cr-parser.html#CRParserPriv"/>
187
+ <keyword type="function" name="cr_parser_destroy ()" link="libcroco-cr-parser.html#cr-parser-destroy"/>
188
+ <keyword type="function" name="cr_parser_get_parsing_location ()" link="libcroco-cr-parser.html#cr-parser-get-parsing-location"/>
189
+ <keyword type="function" name="cr_parser_get_sac_handler ()" link="libcroco-cr-parser.html#cr-parser-get-sac-handler"/>
190
+ <keyword type="function" name="cr_parser_get_tknzr ()" link="libcroco-cr-parser.html#cr-parser-get-tknzr"/>
191
+ <keyword type="function" name="cr_parser_get_use_core_grammar ()" link="libcroco-cr-parser.html#cr-parser-get-use-core-grammar"/>
192
+ <keyword type="function" name="cr_parser_new ()" link="libcroco-cr-parser.html#cr-parser-new"/>
193
+ <keyword type="function" name="cr_parser_new_from_buf ()" link="libcroco-cr-parser.html#cr-parser-new-from-buf"/>
194
+ <keyword type="function" name="cr_parser_new_from_file ()" link="libcroco-cr-parser.html#cr-parser-new-from-file"/>
195
+ <keyword type="function" name="cr_parser_new_from_input ()" link="libcroco-cr-parser.html#cr-parser-new-from-input"/>
196
+ <keyword type="function" name="cr_parser_parse ()" link="libcroco-cr-parser.html#cr-parser-parse"/>
197
+ <keyword type="function" name="cr_parser_parse_buf ()" link="libcroco-cr-parser.html#cr-parser-parse-buf"/>
198
+ <keyword type="function" name="cr_parser_parse_charset ()" link="libcroco-cr-parser.html#cr-parser-parse-charset"/>
199
+ <keyword type="function" name="cr_parser_parse_declaration ()" link="libcroco-cr-parser.html#cr-parser-parse-declaration"/>
200
+ <keyword type="function" name="cr_parser_parse_expr ()" link="libcroco-cr-parser.html#cr-parser-parse-expr"/>
201
+ <keyword type="function" name="cr_parser_parse_file ()" link="libcroco-cr-parser.html#cr-parser-parse-file"/>
202
+ <keyword type="function" name="cr_parser_parse_font_face ()" link="libcroco-cr-parser.html#cr-parser-parse-font-face"/>
203
+ <keyword type="function" name="cr_parser_parse_import ()" link="libcroco-cr-parser.html#cr-parser-parse-import"/>
204
+ <keyword type="function" name="cr_parser_parse_media ()" link="libcroco-cr-parser.html#cr-parser-parse-media"/>
205
+ <keyword type="function" name="cr_parser_parse_page ()" link="libcroco-cr-parser.html#cr-parser-parse-page"/>
206
+ <keyword type="function" name="cr_parser_parse_prio ()" link="libcroco-cr-parser.html#cr-parser-parse-prio"/>
207
+ <keyword type="function" name="cr_parser_parse_ruleset ()" link="libcroco-cr-parser.html#cr-parser-parse-ruleset"/>
208
+ <keyword type="function" name="cr_parser_parse_statement_core ()" link="libcroco-cr-parser.html#cr-parser-parse-statement-core"/>
209
+ <keyword type="function" name="cr_parser_parse_term ()" link="libcroco-cr-parser.html#cr-parser-parse-term"/>
210
+ <keyword type="function" name="cr_parser_set_default_sac_handler ()" link="libcroco-cr-parser.html#cr-parser-set-default-sac-handler"/>
211
+ <keyword type="function" name="cr_parser_set_sac_handler ()" link="libcroco-cr-parser.html#cr-parser-set-sac-handler"/>
212
+ <keyword type="function" name="cr_parser_set_tknzr ()" link="libcroco-cr-parser.html#cr-parser-set-tknzr"/>
213
+ <keyword type="function" name="cr_parser_set_use_core_grammar ()" link="libcroco-cr-parser.html#cr-parser-set-use-core-grammar"/>
214
+ <keyword type="function" name="cr_parser_try_to_skip_spaces_and_comments ()" link="libcroco-cr-parser.html#cr-parser-try-to-skip-spaces-and-comments"/>
215
+ <keyword type="struct" name="struct CRParsingLocation" link="libcroco-cr-parsing-location.html#CRParsingLocation"/>
216
+ <keyword type="function" name="cr_parsing_location_copy ()" link="libcroco-cr-parsing-location.html#cr-parsing-location-copy"/>
217
+ <keyword type="function" name="cr_parsing_location_destroy ()" link="libcroco-cr-parsing-location.html#cr-parsing-location-destroy"/>
218
+ <keyword type="function" name="cr_parsing_location_dump ()" link="libcroco-cr-parsing-location.html#cr-parsing-location-dump"/>
219
+ <keyword type="function" name="cr_parsing_location_init ()" link="libcroco-cr-parsing-location.html#cr-parsing-location-init"/>
220
+ <keyword type="function" name="cr_parsing_location_new ()" link="libcroco-cr-parsing-location.html#cr-parsing-location-new"/>
221
+ <keyword type="function" name="cr_parsing_location_to_string ()" link="libcroco-cr-parsing-location.html#cr-parsing-location-to-string"/>
222
+ <keyword type="struct" name="struct CRPropList" link="libcroco-cr-prop-list.html#CRPropList"/>
223
+ <keyword type="struct" name="CRPropListPriv" link="libcroco-cr-prop-list.html#CRPropListPriv"/>
224
+ <keyword type="function" name="cr_prop_list_append ()" link="libcroco-cr-prop-list.html#cr-prop-list-append"/>
225
+ <keyword type="function" name="cr_prop_list_append2 ()" link="libcroco-cr-prop-list.html#cr-prop-list-append2"/>
226
+ <keyword type="function" name="cr_prop_list_destroy ()" link="libcroco-cr-prop-list.html#cr-prop-list-destroy"/>
227
+ <keyword type="function" name="cr_prop_list_get_decl ()" link="libcroco-cr-prop-list.html#cr-prop-list-get-decl"/>
228
+ <keyword type="function" name="cr_prop_list_get_next ()" link="libcroco-cr-prop-list.html#cr-prop-list-get-next"/>
229
+ <keyword type="function" name="cr_prop_list_get_prev ()" link="libcroco-cr-prop-list.html#cr-prop-list-get-prev"/>
230
+ <keyword type="function" name="cr_prop_list_get_prop ()" link="libcroco-cr-prop-list.html#cr-prop-list-get-prop"/>
231
+ <keyword type="function" name="cr_prop_list_lookup_prop ()" link="libcroco-cr-prop-list.html#cr-prop-list-lookup-prop"/>
232
+ <keyword type="function" name="cr_prop_list_prepend ()" link="libcroco-cr-prop-list.html#cr-prop-list-prepend"/>
233
+ <keyword type="function" name="cr_prop_list_prepend2 ()" link="libcroco-cr-prop-list.html#cr-prop-list-prepend2"/>
234
+ <keyword type="function" name="cr_prop_list_set_decl ()" link="libcroco-cr-prop-list.html#cr-prop-list-set-decl"/>
235
+ <keyword type="function" name="cr_prop_list_set_prop ()" link="libcroco-cr-prop-list.html#cr-prop-list-set-prop"/>
236
+ <keyword type="function" name="cr_prop_list_unlink ()" link="libcroco-cr-prop-list.html#cr-prop-list-unlink"/>
237
+ <keyword type="struct" name="struct CRPseudo" link="libcroco-cr-pseudo.html#CRPseudo"/>
238
+ <keyword type="function" name="cr_pseudo_destroy ()" link="libcroco-cr-pseudo.html#cr-pseudo-destroy"/>
239
+ <keyword type="function" name="cr_pseudo_dump ()" link="libcroco-cr-pseudo.html#cr-pseudo-dump"/>
240
+ <keyword type="function" name="cr_pseudo_new ()" link="libcroco-cr-pseudo.html#cr-pseudo-new"/>
241
+ <keyword type="function" name="cr_pseudo_to_string ()" link="libcroco-cr-pseudo.html#cr-pseudo-to-string"/>
242
+ <keyword type="struct" name="struct CRRgb" link="libcroco-cr-rgb.html#CRRgb"/>
243
+ <keyword type="function" name="cr_rgb_compute_from_percentage ()" link="libcroco-cr-rgb.html#cr-rgb-compute-from-percentage"/>
244
+ <keyword type="function" name="cr_rgb_copy ()" link="libcroco-cr-rgb.html#cr-rgb-copy"/>
245
+ <keyword type="function" name="cr_rgb_destroy ()" link="libcroco-cr-rgb.html#cr-rgb-destroy"/>
246
+ <keyword type="function" name="cr_rgb_dump ()" link="libcroco-cr-rgb.html#cr-rgb-dump"/>
247
+ <keyword type="function" name="cr_rgb_is_set_to_inherit ()" link="libcroco-cr-rgb.html#cr-rgb-is-set-to-inherit"/>
248
+ <keyword type="function" name="cr_rgb_is_set_to_transparent ()" link="libcroco-cr-rgb.html#cr-rgb-is-set-to-transparent"/>
249
+ <keyword type="function" name="cr_rgb_new ()" link="libcroco-cr-rgb.html#cr-rgb-new"/>
250
+ <keyword type="function" name="cr_rgb_new_with_vals ()" link="libcroco-cr-rgb.html#cr-rgb-new-with-vals"/>
251
+ <keyword type="function" name="cr_rgb_parse_from_buf ()" link="libcroco-cr-rgb.html#cr-rgb-parse-from-buf"/>
252
+ <keyword type="function" name="cr_rgb_set ()" link="libcroco-cr-rgb.html#cr-rgb-set"/>
253
+ <keyword type="function" name="cr_rgb_set_from_hex_str ()" link="libcroco-cr-rgb.html#cr-rgb-set-from-hex-str"/>
254
+ <keyword type="function" name="cr_rgb_set_from_name ()" link="libcroco-cr-rgb.html#cr-rgb-set-from-name"/>
255
+ <keyword type="function" name="cr_rgb_set_from_rgb ()" link="libcroco-cr-rgb.html#cr-rgb-set-from-rgb"/>
256
+ <keyword type="function" name="cr_rgb_set_from_term ()" link="libcroco-cr-rgb.html#cr-rgb-set-from-term"/>
257
+ <keyword type="function" name="cr_rgb_set_to_inherit ()" link="libcroco-cr-rgb.html#cr-rgb-set-to-inherit"/>
258
+ <keyword type="function" name="cr_rgb_set_to_transparent ()" link="libcroco-cr-rgb.html#cr-rgb-set-to-transparent"/>
259
+ <keyword type="function" name="cr_rgb_to_string ()" link="libcroco-cr-rgb.html#cr-rgb-to-string"/>
260
+ <keyword type="function" name="CRPseudoClassSelectorHandler ()" link="libcroco-cr-sel-eng.html#CRPseudoClassSelectorHandler"/>
261
+ <keyword type="struct" name="struct CRSelEng" link="libcroco-cr-sel-eng.html#CRSelEng"/>
262
+ <keyword type="struct" name="CRSelEngPriv" link="libcroco-cr-sel-eng.html#CRSelEngPriv"/>
263
+ <keyword type="function" name="cr_sel_eng_destroy ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-destroy"/>
264
+ <keyword type="function" name="cr_sel_eng_get_matched_properties_from_cascade ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-get-matched-properties-from-cascade"/>
265
+ <keyword type="function" name="cr_sel_eng_get_matched_rulesets ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-get-matched-rulesets"/>
266
+ <keyword type="function" name="cr_sel_eng_get_matched_style ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-get-matched-style"/>
267
+ <keyword type="function" name="cr_sel_eng_get_pseudo_class_selector_handler ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-get-pseudo-class-selector-handler"/>
268
+ <keyword type="function" name="cr_sel_eng_matches_node ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-matches-node"/>
269
+ <keyword type="function" name="cr_sel_eng_new ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-new"/>
270
+ <keyword type="function" name="cr_sel_eng_register_pseudo_class_sel_handler ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-register-pseudo-class-sel-handler"/>
271
+ <keyword type="function" name="cr_sel_eng_unregister_all_pseudo_class_sel_handlers ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-unregister-all-pseudo-class-sel-handlers"/>
272
+ <keyword type="function" name="cr_sel_eng_unregister_pseudo_class_sel_handler ()" link="libcroco-cr-sel-eng.html#cr-sel-eng-unregister-pseudo-class-sel-handler"/>
273
+ <keyword type="struct" name="struct CRSelector" link="libcroco-cr-selector.html#CRSelector"/>
274
+ <keyword type="function" name="cr_selector_append ()" link="libcroco-cr-selector.html#cr-selector-append"/>
275
+ <keyword type="function" name="cr_selector_append_simple_sel ()" link="libcroco-cr-selector.html#cr-selector-append-simple-sel"/>
276
+ <keyword type="function" name="cr_selector_destroy ()" link="libcroco-cr-selector.html#cr-selector-destroy"/>
277
+ <keyword type="function" name="cr_selector_dump ()" link="libcroco-cr-selector.html#cr-selector-dump"/>
278
+ <keyword type="function" name="cr_selector_new ()" link="libcroco-cr-selector.html#cr-selector-new"/>
279
+ <keyword type="function" name="cr_selector_parse_from_buf ()" link="libcroco-cr-selector.html#cr-selector-parse-from-buf"/>
280
+ <keyword type="function" name="cr_selector_prepend ()" link="libcroco-cr-selector.html#cr-selector-prepend"/>
281
+ <keyword type="function" name="cr_selector_ref ()" link="libcroco-cr-selector.html#cr-selector-ref"/>
282
+ <keyword type="function" name="cr_selector_to_string ()" link="libcroco-cr-selector.html#cr-selector-to-string"/>
283
+ <keyword type="function" name="cr_selector_unref ()" link="libcroco-cr-selector.html#cr-selector-unref"/>
284
+ <keyword type="struct" name="struct CRSimpleSel" link="libcroco-cr-simple-sel.html#CRSimpleSel"/>
285
+ <keyword type="function" name="cr_simple_sel_append_simple_sel ()" link="libcroco-cr-simple-sel.html#cr-simple-sel-append-simple-sel"/>
286
+ <keyword type="function" name="cr_simple_sel_compute_specificity ()" link="libcroco-cr-simple-sel.html#cr-simple-sel-compute-specificity"/>
287
+ <keyword type="function" name="cr_simple_sel_destroy ()" link="libcroco-cr-simple-sel.html#cr-simple-sel-destroy"/>
288
+ <keyword type="function" name="cr_simple_sel_dump ()" link="libcroco-cr-simple-sel.html#cr-simple-sel-dump"/>
289
+ <keyword type="function" name="cr_simple_sel_dump_attr_sel_list ()" link="libcroco-cr-simple-sel.html#cr-simple-sel-dump-attr-sel-list"/>
290
+ <keyword type="function" name="cr_simple_sel_new ()" link="libcroco-cr-simple-sel.html#cr-simple-sel-new"/>
291
+ <keyword type="function" name="cr_simple_sel_one_to_string ()" link="libcroco-cr-simple-sel.html#cr-simple-sel-one-to-string"/>
292
+ <keyword type="function" name="cr_simple_sel_prepend_simple_sel ()" link="libcroco-cr-simple-sel.html#cr-simple-sel-prepend-simple-sel"/>
293
+ <keyword type="function" name="cr_simple_sel_to_string ()" link="libcroco-cr-simple-sel.html#cr-simple-sel-to-string"/>
294
+ <keyword type="struct" name="struct CRAtCharsetRule" link="libcroco-cr-statement.html#CRAtCharsetRule"/>
295
+ <keyword type="struct" name="struct CRAtFontFaceRule" link="libcroco-cr-statement.html#CRAtFontFaceRule"/>
296
+ <keyword type="struct" name="struct CRAtImportRule" link="libcroco-cr-statement.html#CRAtImportRule"/>
297
+ <keyword type="struct" name="struct CRAtMediaRule" link="libcroco-cr-statement.html#CRAtMediaRule"/>
298
+ <keyword type="struct" name="struct CRAtPageRule" link="libcroco-cr-statement.html#CRAtPageRule"/>
299
+ <keyword type="struct" name="struct CRRuleSet" link="libcroco-cr-statement.html#CRRuleSet"/>
300
+ <keyword type="struct" name="CRStatement" link="libcroco-cr-statement.html#CRStatement"/>
301
+ <keyword type="struct" name="CRStyleSheet" link="libcroco-cr-statement.html#CRStyleSheet"/>
302
+ <keyword type="function" name="cr_statement_append ()" link="libcroco-cr-statement.html#cr-statement-append"/>
303
+ <keyword type="function" name="cr_statement_at_charset_rule_get_charset ()" link="libcroco-cr-statement.html#cr-statement-at-charset-rule-get-charset"/>
304
+ <keyword type="function" name="cr_statement_at_charset_rule_parse_from_buf ()" link="libcroco-cr-statement.html#cr-statement-at-charset-rule-parse-from-buf"/>
305
+ <keyword type="function" name="cr_statement_at_charset_rule_set_charset ()" link="libcroco-cr-statement.html#cr-statement-at-charset-rule-set-charset"/>
306
+ <keyword type="function" name="cr_statement_at_font_face_rule_add_decl ()" link="libcroco-cr-statement.html#cr-statement-at-font-face-rule-add-decl"/>
307
+ <keyword type="function" name="cr_statement_at_font_face_rule_get_decls ()" link="libcroco-cr-statement.html#cr-statement-at-font-face-rule-get-decls"/>
308
+ <keyword type="function" name="cr_statement_at_font_face_rule_set_decls ()" link="libcroco-cr-statement.html#cr-statement-at-font-face-rule-set-decls"/>
309
+ <keyword type="function" name="cr_statement_at_import_rule_get_imported_sheet ()" link="libcroco-cr-statement.html#cr-statement-at-import-rule-get-imported-sheet"/>
310
+ <keyword type="function" name="cr_statement_at_import_rule_get_url ()" link="libcroco-cr-statement.html#cr-statement-at-import-rule-get-url"/>
311
+ <keyword type="function" name="cr_statement_at_import_rule_parse_from_buf ()" link="libcroco-cr-statement.html#cr-statement-at-import-rule-parse-from-buf"/>
312
+ <keyword type="function" name="cr_statement_at_import_rule_set_imported_sheet ()" link="libcroco-cr-statement.html#cr-statement-at-import-rule-set-imported-sheet"/>
313
+ <keyword type="function" name="cr_statement_at_import_rule_set_url ()" link="libcroco-cr-statement.html#cr-statement-at-import-rule-set-url"/>
314
+ <keyword type="function" name="cr_statement_at_media_get_from_list ()" link="libcroco-cr-statement.html#cr-statement-at-media-get-from-list"/>
315
+ <keyword type="function" name="cr_statement_at_media_nr_rules ()" link="libcroco-cr-statement.html#cr-statement-at-media-nr-rules"/>
316
+ <keyword type="function" name="cr_statement_at_media_rule_parse_from_buf ()" link="libcroco-cr-statement.html#cr-statement-at-media-rule-parse-from-buf"/>
317
+ <keyword type="function" name="cr_statement_at_page_rule_get_declarations ()" link="libcroco-cr-statement.html#cr-statement-at-page-rule-get-declarations"/>
318
+ <keyword type="function" name="cr_statement_at_page_rule_get_sel ()" link="libcroco-cr-statement.html#cr-statement-at-page-rule-get-sel"/>
319
+ <keyword type="function" name="cr_statement_at_page_rule_parse_from_buf ()" link="libcroco-cr-statement.html#cr-statement-at-page-rule-parse-from-buf"/>
320
+ <keyword type="function" name="cr_statement_at_page_rule_set_declarations ()" link="libcroco-cr-statement.html#cr-statement-at-page-rule-set-declarations"/>
321
+ <keyword type="function" name="cr_statement_at_page_rule_set_sel ()" link="libcroco-cr-statement.html#cr-statement-at-page-rule-set-sel"/>
322
+ <keyword type="function" name="cr_statement_destroy ()" link="libcroco-cr-statement.html#cr-statement-destroy"/>
323
+ <keyword type="function" name="cr_statement_does_buf_parses_against_core ()" link="libcroco-cr-statement.html#cr-statement-does-buf-parses-against-core"/>
324
+ <keyword type="function" name="cr_statement_dump ()" link="libcroco-cr-statement.html#cr-statement-dump"/>
325
+ <keyword type="function" name="cr_statement_dump_charset ()" link="libcroco-cr-statement.html#cr-statement-dump-charset"/>
326
+ <keyword type="function" name="cr_statement_dump_font_face_rule ()" link="libcroco-cr-statement.html#cr-statement-dump-font-face-rule"/>
327
+ <keyword type="function" name="cr_statement_dump_import_rule ()" link="libcroco-cr-statement.html#cr-statement-dump-import-rule"/>
328
+ <keyword type="function" name="cr_statement_dump_media_rule ()" link="libcroco-cr-statement.html#cr-statement-dump-media-rule"/>
329
+ <keyword type="function" name="cr_statement_dump_page ()" link="libcroco-cr-statement.html#cr-statement-dump-page"/>
330
+ <keyword type="function" name="cr_statement_dump_ruleset ()" link="libcroco-cr-statement.html#cr-statement-dump-ruleset"/>
331
+ <keyword type="function" name="cr_statement_font_face_rule_parse_from_buf ()" link="libcroco-cr-statement.html#cr-statement-font-face-rule-parse-from-buf"/>
332
+ <keyword type="function" name="cr_statement_get_from_list ()" link="libcroco-cr-statement.html#cr-statement-get-from-list"/>
333
+ <keyword type="function" name="cr_statement_get_parent_sheet ()" link="libcroco-cr-statement.html#cr-statement-get-parent-sheet"/>
334
+ <keyword type="function" name="cr_statement_list_to_string ()" link="libcroco-cr-statement.html#cr-statement-list-to-string"/>
335
+ <keyword type="function" name="cr_statement_new_at_charset_rule ()" link="libcroco-cr-statement.html#cr-statement-new-at-charset-rule"/>
336
+ <keyword type="function" name="cr_statement_new_at_font_face_rule ()" link="libcroco-cr-statement.html#cr-statement-new-at-font-face-rule"/>
337
+ <keyword type="function" name="cr_statement_new_at_import_rule ()" link="libcroco-cr-statement.html#cr-statement-new-at-import-rule"/>
338
+ <keyword type="function" name="cr_statement_new_at_media_rule ()" link="libcroco-cr-statement.html#cr-statement-new-at-media-rule"/>
339
+ <keyword type="function" name="cr_statement_new_at_page_rule ()" link="libcroco-cr-statement.html#cr-statement-new-at-page-rule"/>
340
+ <keyword type="function" name="cr_statement_new_ruleset ()" link="libcroco-cr-statement.html#cr-statement-new-ruleset"/>
341
+ <keyword type="function" name="cr_statement_nr_rules ()" link="libcroco-cr-statement.html#cr-statement-nr-rules"/>
342
+ <keyword type="function" name="cr_statement_parse_from_buf ()" link="libcroco-cr-statement.html#cr-statement-parse-from-buf"/>
343
+ <keyword type="function" name="cr_statement_prepend ()" link="libcroco-cr-statement.html#cr-statement-prepend"/>
344
+ <keyword type="function" name="cr_statement_ruleset_append_decl ()" link="libcroco-cr-statement.html#cr-statement-ruleset-append-decl"/>
345
+ <keyword type="function" name="cr_statement_ruleset_append_decl2 ()" link="libcroco-cr-statement.html#cr-statement-ruleset-append-decl2"/>
346
+ <keyword type="function" name="cr_statement_ruleset_get_declarations ()" link="libcroco-cr-statement.html#cr-statement-ruleset-get-declarations"/>
347
+ <keyword type="function" name="cr_statement_ruleset_get_sel_list ()" link="libcroco-cr-statement.html#cr-statement-ruleset-get-sel-list"/>
348
+ <keyword type="function" name="cr_statement_ruleset_parse_from_buf ()" link="libcroco-cr-statement.html#cr-statement-ruleset-parse-from-buf"/>
349
+ <keyword type="function" name="cr_statement_ruleset_set_decl_list ()" link="libcroco-cr-statement.html#cr-statement-ruleset-set-decl-list"/>
350
+ <keyword type="function" name="cr_statement_ruleset_set_sel_list ()" link="libcroco-cr-statement.html#cr-statement-ruleset-set-sel-list"/>
351
+ <keyword type="function" name="cr_statement_set_parent_sheet ()" link="libcroco-cr-statement.html#cr-statement-set-parent-sheet"/>
352
+ <keyword type="function" name="cr_statement_to_string ()" link="libcroco-cr-statement.html#cr-statement-to-string"/>
353
+ <keyword type="function" name="cr_statement_unlink ()" link="libcroco-cr-statement.html#cr-statement-unlink"/>
354
+ <keyword type="struct" name="struct CRString" link="libcroco-cr-string.html#CRString"/>
355
+ <keyword type="function" name="cr_string_destroy ()" link="libcroco-cr-string.html#cr-string-destroy"/>
356
+ <keyword type="function" name="cr_string_dup ()" link="libcroco-cr-string.html#cr-string-dup"/>
357
+ <keyword type="function" name="cr_string_dup2 ()" link="libcroco-cr-string.html#cr-string-dup2"/>
358
+ <keyword type="function" name="cr_string_new ()" link="libcroco-cr-string.html#cr-string-new"/>
359
+ <keyword type="function" name="cr_string_new_from_gstring ()" link="libcroco-cr-string.html#cr-string-new-from-gstring"/>
360
+ <keyword type="function" name="cr_string_new_from_string ()" link="libcroco-cr-string.html#cr-string-new-from-string"/>
361
+ <keyword type="function" name="cr_string_peek_raw_str ()" link="libcroco-cr-string.html#cr-string-peek-raw-str"/>
362
+ <keyword type="function" name="cr_string_peek_raw_str_len ()" link="libcroco-cr-string.html#cr-string-peek-raw-str-len"/>
363
+ <keyword type="macro" name="BORDER_MEDIUM" link="libcroco-cr-style.html#BORDER-MEDIUM:CAPS"/>
364
+ <keyword type="macro" name="BORDER_THICK" link="libcroco-cr-style.html#BORDER-THICK:CAPS"/>
365
+ <keyword type="macro" name="BORDER_THIN" link="libcroco-cr-style.html#BORDER-THIN:CAPS"/>
366
+ <keyword type="struct" name="struct CRFontSizeVal" link="libcroco-cr-style.html#CRFontSizeVal"/>
367
+ <keyword type="struct" name="struct CRNumPropVal" link="libcroco-cr-style.html#CRNumPropVal"/>
368
+ <keyword type="struct" name="struct CRRgbPropVal" link="libcroco-cr-style.html#CRRgbPropVal"/>
369
+ <keyword type="struct" name="struct CRStyle" link="libcroco-cr-style.html#CRStyle"/>
370
+ <keyword type="function" name="cr_style_border_style_to_string ()" link="libcroco-cr-style.html#cr-style-border-style-to-string"/>
371
+ <keyword type="function" name="cr_style_copy ()" link="libcroco-cr-style.html#cr-style-copy"/>
372
+ <keyword type="function" name="cr_style_destroy ()" link="libcroco-cr-style.html#cr-style-destroy"/>
373
+ <keyword type="function" name="cr_style_display_type_to_string ()" link="libcroco-cr-style.html#cr-style-display-type-to-string"/>
374
+ <keyword type="function" name="cr_style_dup ()" link="libcroco-cr-style.html#cr-style-dup"/>
375
+ <keyword type="function" name="cr_style_float_type_to_string ()" link="libcroco-cr-style.html#cr-style-float-type-to-string"/>
376
+ <keyword type="function" name="cr_style_new ()" link="libcroco-cr-style.html#cr-style-new"/>
377
+ <keyword type="function" name="cr_style_num_prop_val_to_string ()" link="libcroco-cr-style.html#cr-style-num-prop-val-to-string"/>
378
+ <keyword type="function" name="cr_style_position_type_to_string ()" link="libcroco-cr-style.html#cr-style-position-type-to-string"/>
379
+ <keyword type="function" name="cr_style_propagate_from_parent ()" link="libcroco-cr-style.html#cr-style-propagate-from-parent"/>
380
+ <keyword type="function" name="cr_style_ref ()" link="libcroco-cr-style.html#cr-style-ref"/>
381
+ <keyword type="function" name="cr_style_resolve_inherited_properties ()" link="libcroco-cr-style.html#cr-style-resolve-inherited-properties"/>
382
+ <keyword type="function" name="cr_style_rgb_prop_val_to_string ()" link="libcroco-cr-style.html#cr-style-rgb-prop-val-to-string"/>
383
+ <keyword type="function" name="cr_style_set_props_to_default_values ()" link="libcroco-cr-style.html#cr-style-set-props-to-default-values"/>
384
+ <keyword type="function" name="cr_style_set_props_to_initial_values ()" link="libcroco-cr-style.html#cr-style-set-props-to-initial-values"/>
385
+ <keyword type="function" name="cr_style_set_style_from_decl ()" link="libcroco-cr-style.html#cr-style-set-style-from-decl"/>
386
+ <keyword type="function" name="cr_style_to_string ()" link="libcroco-cr-style.html#cr-style-to-string"/>
387
+ <keyword type="function" name="cr_style_unref ()" link="libcroco-cr-style.html#cr-style-unref"/>
388
+ <keyword type="function" name="cr_style_white_space_type_to_string ()" link="libcroco-cr-style.html#cr-style-white-space-type-to-string"/>
389
+ <keyword type="struct" name="CRStyleSheet" link="libcroco-cr-stylesheet.html#CRStyleSheet"/>
390
+ <keyword type="function" name="cr_stylesheet_destroy ()" link="libcroco-cr-stylesheet.html#cr-stylesheet-destroy"/>
391
+ <keyword type="function" name="cr_stylesheet_dump ()" link="libcroco-cr-stylesheet.html#cr-stylesheet-dump"/>
392
+ <keyword type="function" name="cr_stylesheet_new ()" link="libcroco-cr-stylesheet.html#cr-stylesheet-new"/>
393
+ <keyword type="function" name="cr_stylesheet_nr_rules ()" link="libcroco-cr-stylesheet.html#cr-stylesheet-nr-rules"/>
394
+ <keyword type="function" name="cr_stylesheet_ref ()" link="libcroco-cr-stylesheet.html#cr-stylesheet-ref"/>
395
+ <keyword type="function" name="cr_stylesheet_statement_get_from_list ()" link="libcroco-cr-stylesheet.html#cr-stylesheet-statement-get-from-list"/>
396
+ <keyword type="function" name="cr_stylesheet_to_string ()" link="libcroco-cr-stylesheet.html#cr-stylesheet-to-string"/>
397
+ <keyword type="function" name="cr_stylesheet_unref ()" link="libcroco-cr-stylesheet.html#cr-stylesheet-unref"/>
398
+ <keyword type="struct" name="struct CRTerm" link="libcroco-cr-term.html#CRTerm"/>
399
+ <keyword type="function" name="cr_term_append_term ()" link="libcroco-cr-term.html#cr-term-append-term"/>
400
+ <keyword type="function" name="cr_term_destroy ()" link="libcroco-cr-term.html#cr-term-destroy"/>
401
+ <keyword type="function" name="cr_term_dump ()" link="libcroco-cr-term.html#cr-term-dump"/>
402
+ <keyword type="function" name="cr_term_get_from_list ()" link="libcroco-cr-term.html#cr-term-get-from-list"/>
403
+ <keyword type="function" name="cr_term_new ()" link="libcroco-cr-term.html#cr-term-new"/>
404
+ <keyword type="function" name="cr_term_nr_values ()" link="libcroco-cr-term.html#cr-term-nr-values"/>
405
+ <keyword type="function" name="cr_term_one_to_string ()" link="libcroco-cr-term.html#cr-term-one-to-string"/>
406
+ <keyword type="function" name="cr_term_parse_expression_from_buf ()" link="libcroco-cr-term.html#cr-term-parse-expression-from-buf"/>
407
+ <keyword type="function" name="cr_term_prepend_term ()" link="libcroco-cr-term.html#cr-term-prepend-term"/>
408
+ <keyword type="function" name="cr_term_ref ()" link="libcroco-cr-term.html#cr-term-ref"/>
409
+ <keyword type="function" name="cr_term_set_function ()" link="libcroco-cr-term.html#cr-term-set-function"/>
410
+ <keyword type="function" name="cr_term_set_hash ()" link="libcroco-cr-term.html#cr-term-set-hash"/>
411
+ <keyword type="function" name="cr_term_set_ident ()" link="libcroco-cr-term.html#cr-term-set-ident"/>
412
+ <keyword type="function" name="cr_term_set_number ()" link="libcroco-cr-term.html#cr-term-set-number"/>
413
+ <keyword type="function" name="cr_term_set_rgb ()" link="libcroco-cr-term.html#cr-term-set-rgb"/>
414
+ <keyword type="function" name="cr_term_set_string ()" link="libcroco-cr-term.html#cr-term-set-string"/>
415
+ <keyword type="function" name="cr_term_set_uri ()" link="libcroco-cr-term.html#cr-term-set-uri"/>
416
+ <keyword type="function" name="cr_term_to_string ()" link="libcroco-cr-term.html#cr-term-to-string"/>
417
+ <keyword type="function" name="cr_term_unref ()" link="libcroco-cr-term.html#cr-term-unref"/>
418
+ <keyword type="struct" name="struct CRTknzr" link="libcroco-cr-tknzr.html#CRTknzr"/>
419
+ <keyword type="struct" name="CRTknzrPriv" link="libcroco-cr-tknzr.html#CRTknzrPriv"/>
420
+ <keyword type="function" name="cr_tknzr_consume_chars ()" link="libcroco-cr-tknzr.html#cr-tknzr-consume-chars"/>
421
+ <keyword type="function" name="cr_tknzr_destroy ()" link="libcroco-cr-tknzr.html#cr-tknzr-destroy"/>
422
+ <keyword type="function" name="cr_tknzr_get_cur_byte_addr ()" link="libcroco-cr-tknzr.html#cr-tknzr-get-cur-byte-addr"/>
423
+ <keyword type="function" name="cr_tknzr_get_cur_pos ()" link="libcroco-cr-tknzr.html#cr-tknzr-get-cur-pos"/>
424
+ <keyword type="function" name="cr_tknzr_get_input ()" link="libcroco-cr-tknzr.html#cr-tknzr-get-input"/>
425
+ <keyword type="function" name="cr_tknzr_get_nb_bytes_left ()" link="libcroco-cr-tknzr.html#cr-tknzr-get-nb-bytes-left"/>
426
+ <keyword type="function" name="cr_tknzr_get_next_token ()" link="libcroco-cr-tknzr.html#cr-tknzr-get-next-token"/>
427
+ <keyword type="function" name="cr_tknzr_get_parsing_location ()" link="libcroco-cr-tknzr.html#cr-tknzr-get-parsing-location"/>
428
+ <keyword type="function" name="cr_tknzr_new ()" link="libcroco-cr-tknzr.html#cr-tknzr-new"/>
429
+ <keyword type="function" name="cr_tknzr_new_from_buf ()" link="libcroco-cr-tknzr.html#cr-tknzr-new-from-buf"/>
430
+ <keyword type="function" name="cr_tknzr_new_from_uri ()" link="libcroco-cr-tknzr.html#cr-tknzr-new-from-uri"/>
431
+ <keyword type="function" name="cr_tknzr_parse_token ()" link="libcroco-cr-tknzr.html#cr-tknzr-parse-token"/>
432
+ <keyword type="function" name="cr_tknzr_peek_byte ()" link="libcroco-cr-tknzr.html#cr-tknzr-peek-byte"/>
433
+ <keyword type="function" name="cr_tknzr_peek_byte2 ()" link="libcroco-cr-tknzr.html#cr-tknzr-peek-byte2"/>
434
+ <keyword type="function" name="cr_tknzr_peek_char ()" link="libcroco-cr-tknzr.html#cr-tknzr-peek-char"/>
435
+ <keyword type="function" name="cr_tknzr_read_byte ()" link="libcroco-cr-tknzr.html#cr-tknzr-read-byte"/>
436
+ <keyword type="function" name="cr_tknzr_read_char ()" link="libcroco-cr-tknzr.html#cr-tknzr-read-char"/>
437
+ <keyword type="function" name="cr_tknzr_ref ()" link="libcroco-cr-tknzr.html#cr-tknzr-ref"/>
438
+ <keyword type="function" name="cr_tknzr_seek_index ()" link="libcroco-cr-tknzr.html#cr-tknzr-seek-index"/>
439
+ <keyword type="function" name="cr_tknzr_set_cur_pos ()" link="libcroco-cr-tknzr.html#cr-tknzr-set-cur-pos"/>
440
+ <keyword type="function" name="cr_tknzr_set_input ()" link="libcroco-cr-tknzr.html#cr-tknzr-set-input"/>
441
+ <keyword type="function" name="cr_tknzr_unget_token ()" link="libcroco-cr-tknzr.html#cr-tknzr-unget-token"/>
442
+ <keyword type="function" name="cr_tknzr_unref ()" link="libcroco-cr-tknzr.html#cr-tknzr-unref"/>
443
+ <keyword type="struct" name="struct CRToken" link="libcroco-cr-token.html#CRToken"/>
444
+ <keyword type="function" name="cr_token_destroy ()" link="libcroco-cr-token.html#cr-token-destroy"/>
445
+ <keyword type="function" name="cr_token_new ()" link="libcroco-cr-token.html#cr-token-new"/>
446
+ <keyword type="function" name="cr_token_set_angle ()" link="libcroco-cr-token.html#cr-token-set-angle"/>
447
+ <keyword type="function" name="cr_token_set_atkeyword ()" link="libcroco-cr-token.html#cr-token-set-atkeyword"/>
448
+ <keyword type="function" name="cr_token_set_bc ()" link="libcroco-cr-token.html#cr-token-set-bc"/>
449
+ <keyword type="function" name="cr_token_set_bo ()" link="libcroco-cr-token.html#cr-token-set-bo"/>
450
+ <keyword type="function" name="cr_token_set_cbc ()" link="libcroco-cr-token.html#cr-token-set-cbc"/>
451
+ <keyword type="function" name="cr_token_set_cbo ()" link="libcroco-cr-token.html#cr-token-set-cbo"/>
452
+ <keyword type="function" name="cr_token_set_cdc ()" link="libcroco-cr-token.html#cr-token-set-cdc"/>
453
+ <keyword type="function" name="cr_token_set_cdo ()" link="libcroco-cr-token.html#cr-token-set-cdo"/>
454
+ <keyword type="function" name="cr_token_set_charset_sym ()" link="libcroco-cr-token.html#cr-token-set-charset-sym"/>
455
+ <keyword type="function" name="cr_token_set_comment ()" link="libcroco-cr-token.html#cr-token-set-comment"/>
456
+ <keyword type="function" name="cr_token_set_dashmatch ()" link="libcroco-cr-token.html#cr-token-set-dashmatch"/>
457
+ <keyword type="function" name="cr_token_set_delim ()" link="libcroco-cr-token.html#cr-token-set-delim"/>
458
+ <keyword type="function" name="cr_token_set_dimen ()" link="libcroco-cr-token.html#cr-token-set-dimen"/>
459
+ <keyword type="function" name="cr_token_set_ems ()" link="libcroco-cr-token.html#cr-token-set-ems"/>
460
+ <keyword type="function" name="cr_token_set_exs ()" link="libcroco-cr-token.html#cr-token-set-exs"/>
461
+ <keyword type="function" name="cr_token_set_font_face_sym ()" link="libcroco-cr-token.html#cr-token-set-font-face-sym"/>
462
+ <keyword type="function" name="cr_token_set_freq ()" link="libcroco-cr-token.html#cr-token-set-freq"/>
463
+ <keyword type="function" name="cr_token_set_function ()" link="libcroco-cr-token.html#cr-token-set-function"/>
464
+ <keyword type="function" name="cr_token_set_hash ()" link="libcroco-cr-token.html#cr-token-set-hash"/>
465
+ <keyword type="function" name="cr_token_set_ident ()" link="libcroco-cr-token.html#cr-token-set-ident"/>
466
+ <keyword type="function" name="cr_token_set_import_sym ()" link="libcroco-cr-token.html#cr-token-set-import-sym"/>
467
+ <keyword type="function" name="cr_token_set_important_sym ()" link="libcroco-cr-token.html#cr-token-set-important-sym"/>
468
+ <keyword type="function" name="cr_token_set_includes ()" link="libcroco-cr-token.html#cr-token-set-includes"/>
469
+ <keyword type="function" name="cr_token_set_length ()" link="libcroco-cr-token.html#cr-token-set-length"/>
470
+ <keyword type="function" name="cr_token_set_media_sym ()" link="libcroco-cr-token.html#cr-token-set-media-sym"/>
471
+ <keyword type="function" name="cr_token_set_number ()" link="libcroco-cr-token.html#cr-token-set-number"/>
472
+ <keyword type="function" name="cr_token_set_page_sym ()" link="libcroco-cr-token.html#cr-token-set-page-sym"/>
473
+ <keyword type="function" name="cr_token_set_pc ()" link="libcroco-cr-token.html#cr-token-set-pc"/>
474
+ <keyword type="function" name="cr_token_set_percentage ()" link="libcroco-cr-token.html#cr-token-set-percentage"/>
475
+ <keyword type="function" name="cr_token_set_po ()" link="libcroco-cr-token.html#cr-token-set-po"/>
476
+ <keyword type="function" name="cr_token_set_rgb ()" link="libcroco-cr-token.html#cr-token-set-rgb"/>
477
+ <keyword type="function" name="cr_token_set_s ()" link="libcroco-cr-token.html#cr-token-set-s"/>
478
+ <keyword type="function" name="cr_token_set_semicolon ()" link="libcroco-cr-token.html#cr-token-set-semicolon"/>
479
+ <keyword type="function" name="cr_token_set_string ()" link="libcroco-cr-token.html#cr-token-set-string"/>
480
+ <keyword type="function" name="cr_token_set_time ()" link="libcroco-cr-token.html#cr-token-set-time"/>
481
+ <keyword type="function" name="cr_token_set_uri ()" link="libcroco-cr-token.html#cr-token-set-uri"/>
482
+ <keyword type="macro" name="CROCO_LOG_DOMAIN" link="libcroco-cr-utils.html#CROCO-LOG-DOMAIN:CAPS"/>
483
+ <keyword type="function" name="cr_utils_dump_n_chars ()" link="libcroco-cr-utils.html#cr-utils-dump-n-chars"/>
484
+ <keyword type="function" name="cr_utils_dump_n_chars2 ()" link="libcroco-cr-utils.html#cr-utils-dump-n-chars2"/>
485
+ <keyword type="function" name="cr_utils_dup_glist_of_cr_string ()" link="libcroco-cr-utils.html#cr-utils-dup-glist-of-cr-string"/>
486
+ <keyword type="function" name="cr_utils_dup_glist_of_string ()" link="libcroco-cr-utils.html#cr-utils-dup-glist-of-string"/>
487
+ <keyword type="function" name="cr_utils_is_hexa_char ()" link="libcroco-cr-utils.html#cr-utils-is-hexa-char"/>
488
+ <keyword type="function" name="cr_utils_is_newline ()" link="libcroco-cr-utils.html#cr-utils-is-newline"/>
489
+ <keyword type="function" name="cr_utils_is_nonascii ()" link="libcroco-cr-utils.html#cr-utils-is-nonascii"/>
490
+ <keyword type="function" name="cr_utils_is_white_space ()" link="libcroco-cr-utils.html#cr-utils-is-white-space"/>
491
+ <keyword type="function" name="cr_utils_read_char_from_utf8_buf ()" link="libcroco-cr-utils.html#cr-utils-read-char-from-utf8-buf"/>
492
+ <keyword type="macro" name="cr_utils_trace()" link="libcroco-cr-utils.html#cr-utils-trace"/>
493
+ <keyword type="macro" name="cr_utils_trace_debug()" link="libcroco-cr-utils.html#cr-utils-trace-debug"/>
494
+ <keyword type="macro" name="cr_utils_trace_info()" link="libcroco-cr-utils.html#cr-utils-trace-info"/>
495
+ <keyword type="function" name="cr_utils_ucs1_str_len_as_utf8 ()" link="libcroco-cr-utils.html#cr-utils-ucs1-str-len-as-utf8"/>
496
+ <keyword type="function" name="cr_utils_ucs1_str_to_utf8 ()" link="libcroco-cr-utils.html#cr-utils-ucs1-str-to-utf8"/>
497
+ <keyword type="function" name="cr_utils_ucs1_to_utf8 ()" link="libcroco-cr-utils.html#cr-utils-ucs1-to-utf8"/>
498
+ <keyword type="function" name="cr_utils_ucs4_str_len_as_utf8 ()" link="libcroco-cr-utils.html#cr-utils-ucs4-str-len-as-utf8"/>
499
+ <keyword type="function" name="cr_utils_ucs4_str_to_utf8 ()" link="libcroco-cr-utils.html#cr-utils-ucs4-str-to-utf8"/>
500
+ <keyword type="function" name="cr_utils_ucs4_to_utf8 ()" link="libcroco-cr-utils.html#cr-utils-ucs4-to-utf8"/>
501
+ <keyword type="function" name="cr_utils_utf8_str_len_as_ucs1 ()" link="libcroco-cr-utils.html#cr-utils-utf8-str-len-as-ucs1"/>
502
+ <keyword type="function" name="cr_utils_utf8_str_len_as_ucs4 ()" link="libcroco-cr-utils.html#cr-utils-utf8-str-len-as-ucs4"/>
503
+ <keyword type="function" name="cr_utils_utf8_str_to_ucs1 ()" link="libcroco-cr-utils.html#cr-utils-utf8-str-to-ucs1"/>
504
+ <keyword type="function" name="cr_utils_utf8_str_to_ucs4 ()" link="libcroco-cr-utils.html#cr-utils-utf8-str-to-ucs4"/>
505
+ <keyword type="function" name="cr_utils_utf8_to_ucs1 ()" link="libcroco-cr-utils.html#cr-utils-utf8-to-ucs1"/>
506
+ <keyword type="function" name="cr_utils_utf8_to_ucs4 ()" link="libcroco-cr-utils.html#cr-utils-utf8-to-ucs4"/>
507
+ <keyword type="macro" name="CROCO_HAVE_LIBXML2" link="libcroco-libcroco-config.html#CROCO-HAVE-LIBXML2:CAPS"/>
508
+ <keyword type="macro" name="G_DISABLE_CHECKS" link="libcroco-libcroco-config.html#G-DISABLE-CHECKS:CAPS"/>
509
+ <keyword type="macro" name="LIBCROCO_VERSION" link="libcroco-libcroco-config.html#LIBCROCO-VERSION:CAPS"/>
510
+ </functions>
511
+ </book>