rsvg2 2.2.4-x64-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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,137 @@
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-string</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-statement.html" title="cr-statement">
10
+ <link rel="next" href="libcroco-cr-style.html" title="cr-style">
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-statement.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-cr-style.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-string.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#libcroco-cr-string.description" class="shortcut">Description</a>
27
+ </td></tr>
28
+ </table>
29
+ <div class="refentry">
30
+ <a name="libcroco-cr-string"></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-string.top_of_page"></a>cr-string</span></h2>
34
+ <p>cr-string</p>
35
+ </td>
36
+ <td valign="top" align="right"></td>
37
+ </tr></table></div>
38
+ <div class="refsynopsisdiv">
39
+ <a name="libcroco-cr-string.synopsis"></a><h2>Synopsis</h2>
40
+ <pre class="synopsis">struct <a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString">CRString</a>;
41
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-string.html#cr-string-destroy" title="cr_string_destroy ()">cr_string_destroy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_this</code></em>);
42
+ <a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="returnvalue">CRString</span></a> * <a class="link" href="libcroco-cr-string.html#cr-string-dup" title="cr_string_dup ()">cr_string_dup</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> const *a_this</code></em>);
43
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libcroco-cr-string.html#cr-string-dup2" title="cr_string_dup2 ()">cr_string_dup2</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> const *a_this</code></em>);
44
+ <a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="returnvalue">CRString</span></a> * <a class="link" href="libcroco-cr-string.html#cr-string-new" title="cr_string_new ()">cr_string_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
45
+ <a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="returnvalue">CRString</span></a> * <a class="link" href="libcroco-cr-string.html#cr-string-new-from-gstring" title="cr_string_new_from_gstring ()">cr_string_new_from_gstring</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> const *a_string</code></em>);
46
+ <a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="returnvalue">CRString</span></a> * <a class="link" href="libcroco-cr-string.html#cr-string-new-from-string" title="cr_string_new_from_string ()">cr_string_new_from_string</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *a_string</code></em>);
47
+ const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * <a class="link" href="libcroco-cr-string.html#cr-string-peek-raw-str" title="cr_string_peek_raw_str ()">cr_string_peek_raw_str</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> const *a_this</code></em>);
48
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> <a class="link" href="libcroco-cr-string.html#cr-string-peek-raw-str-len" title="cr_string_peek_raw_str_len ()">cr_string_peek_raw_str_len</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> const *a_this</code></em>);
49
+ </pre>
50
+ </div>
51
+ <div class="refsect1">
52
+ <a name="libcroco-cr-string.description"></a><h2>Description</h2>
53
+ <p>
54
+ </p>
55
+ </div>
56
+ <div class="refsect1">
57
+ <a name="libcroco-cr-string.details"></a><h2>Details</h2>
58
+ <div class="refsect2">
59
+ <a name="CRString"></a><h3>struct CRString</h3>
60
+ <pre class="programlisting">struct CRString {
61
+ /**
62
+ *The GString where all the string
63
+ *operation happen.
64
+ */
65
+ GString *stryng ;
66
+ /**
67
+ *The parsing location storage area.
68
+ */
69
+ CRParsingLocation location ;
70
+ };
71
+ </pre>
72
+ <p>
73
+ </p>
74
+ </div>
75
+ <hr>
76
+ <div class="refsect2">
77
+ <a name="cr-string-destroy"></a><h3>cr_string_destroy ()</h3>
78
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_string_destroy (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_this</code></em>);</pre>
79
+ <p>
80
+ </p>
81
+ </div>
82
+ <hr>
83
+ <div class="refsect2">
84
+ <a name="cr-string-dup"></a><h3>cr_string_dup ()</h3>
85
+ <pre class="programlisting"><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="returnvalue">CRString</span></a> * cr_string_dup (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> const *a_this</code></em>);</pre>
86
+ <p>
87
+ </p>
88
+ </div>
89
+ <hr>
90
+ <div class="refsect2">
91
+ <a name="cr-string-dup2"></a><h3>cr_string_dup2 ()</h3>
92
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_string_dup2 (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> const *a_this</code></em>);</pre>
93
+ <p>
94
+ </p>
95
+ </div>
96
+ <hr>
97
+ <div class="refsect2">
98
+ <a name="cr-string-new"></a><h3>cr_string_new ()</h3>
99
+ <pre class="programlisting"><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="returnvalue">CRString</span></a> * cr_string_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
100
+ <p>
101
+ </p>
102
+ </div>
103
+ <hr>
104
+ <div class="refsect2">
105
+ <a name="cr-string-new-from-gstring"></a><h3>cr_string_new_from_gstring ()</h3>
106
+ <pre class="programlisting"><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="returnvalue">CRString</span></a> * cr_string_new_from_gstring (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> const *a_string</code></em>);</pre>
107
+ <p>
108
+ </p>
109
+ </div>
110
+ <hr>
111
+ <div class="refsect2">
112
+ <a name="cr-string-new-from-string"></a><h3>cr_string_new_from_string ()</h3>
113
+ <pre class="programlisting"><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="returnvalue">CRString</span></a> * cr_string_new_from_string (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *a_string</code></em>);</pre>
114
+ <p>
115
+ </p>
116
+ </div>
117
+ <hr>
118
+ <div class="refsect2">
119
+ <a name="cr-string-peek-raw-str"></a><h3>cr_string_peek_raw_str ()</h3>
120
+ <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_string_peek_raw_str (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> const *a_this</code></em>);</pre>
121
+ <p>
122
+ </p>
123
+ </div>
124
+ <hr>
125
+ <div class="refsect2">
126
+ <a name="cr-string-peek-raw-str-len"></a><h3>cr_string_peek_raw_str_len ()</h3>
127
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> cr_string_peek_raw_str_len (<em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> const *a_this</code></em>);</pre>
128
+ <p>
129
+ </p>
130
+ </div>
131
+ </div>
132
+ </div>
133
+ <div class="footer">
134
+ <hr>
135
+ Generated by GTK-Doc V1.18</div>
136
+ </body>
137
+ </html>
@@ -0,0 +1,384 @@
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-style</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-string.html" title="cr-string">
10
+ <link rel="next" href="libcroco-cr-stylesheet.html" title="cr-stylesheet">
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-string.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-cr-stylesheet.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-style.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#libcroco-cr-style.description" class="shortcut">Description</a>
27
+ </td></tr>
28
+ </table>
29
+ <div class="refentry">
30
+ <a name="libcroco-cr-style"></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-style.top_of_page"></a>cr-style</span></h2>
34
+ <p>cr-style</p>
35
+ </td>
36
+ <td valign="top" align="right"></td>
37
+ </tr></table></div>
38
+ <div class="refsynopsisdiv">
39
+ <a name="libcroco-cr-style.synopsis"></a><h2>Synopsis</h2>
40
+ <pre class="synopsis">#define <a class="link" href="libcroco-cr-style.html#BORDER-MEDIUM:CAPS" title="BORDER_MEDIUM">BORDER_MEDIUM</a>
41
+ #define <a class="link" href="libcroco-cr-style.html#BORDER-THICK:CAPS" title="BORDER_THICK">BORDER_THICK</a>
42
+ #define <a class="link" href="libcroco-cr-style.html#BORDER-THIN:CAPS" title="BORDER_THIN">BORDER_THIN</a>
43
+ struct <a class="link" href="libcroco-cr-style.html#CRFontSizeVal" title="struct CRFontSizeVal">CRFontSizeVal</a>;
44
+ struct <a class="link" href="libcroco-cr-style.html#CRNumPropVal" title="struct CRNumPropVal">CRNumPropVal</a>;
45
+ struct <a class="link" href="libcroco-cr-style.html#CRRgbPropVal" title="struct CRRgbPropVal">CRRgbPropVal</a>;
46
+ struct <a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle">CRStyle</a>;
47
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-border-style-to-string" title="cr_style_border_style_to_string ()">cr_style_border_style_to_string</a> (<em class="parameter"><code><span class="type">enum CRBorderStyle</span> a_prop</code></em>,
48
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
49
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);
50
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-copy" title="cr_style_copy ()">cr_style_copy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_dest</code></em>,
51
+ <em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_src</code></em>);
52
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-style.html#cr-style-destroy" title="cr_style_destroy ()">cr_style_destroy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);
53
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-display-type-to-string" title="cr_style_display_type_to_string ()">cr_style_display_type_to_string</a> (<em class="parameter"><code><span class="type">enum CRDisplayType</span> a_code</code></em>,
54
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
55
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);
56
+ <a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="returnvalue">CRStyle</span></a> * <a class="link" href="libcroco-cr-style.html#cr-style-dup" title="cr_style_dup ()">cr_style_dup</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);
57
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-float-type-to-string" title="cr_style_float_type_to_string ()">cr_style_float_type_to_string</a> (<em class="parameter"><code><span class="type">enum CRFloatType</span> a_code</code></em>,
58
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
59
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);
60
+ <a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="returnvalue">CRStyle</span></a> * <a class="link" href="libcroco-cr-style.html#cr-style-new" title="cr_style_new ()">cr_style_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> a_set_props_to_initial_values</code></em>);
61
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-num-prop-val-to-string" title="cr_style_num_prop_val_to_string ()">cr_style_num_prop_val_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRNumPropVal" title="struct CRNumPropVal"><span class="type">CRNumPropVal</span></a> *a_prop_val</code></em>,
62
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
63
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);
64
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-position-type-to-string" title="cr_style_position_type_to_string ()">cr_style_position_type_to_string</a> (<em class="parameter"><code><span class="type">enum CRPositionType</span> a_code</code></em>,
65
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
66
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);
67
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-propagate-from-parent" title="cr_style_propagate_from_parent ()">cr_style_propagate_from_parent</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);
68
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-ref" title="cr_style_ref ()">cr_style_ref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);
69
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-resolve-inherited-properties" title="cr_style_resolve_inherited_properties ()">cr_style_resolve_inherited_properties</a>
70
+ (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);
71
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-rgb-prop-val-to-string" title="cr_style_rgb_prop_val_to_string ()">cr_style_rgb_prop_val_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRRgbPropVal" title="struct CRRgbPropVal"><span class="type">CRRgbPropVal</span></a> *a_prop_val</code></em>,
72
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
73
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);
74
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-set-props-to-default-values" title="cr_style_set_props_to_default_values ()">cr_style_set_props_to_default_values</a>
75
+ (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);
76
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-set-props-to-initial-values" title="cr_style_set_props_to_initial_values ()">cr_style_set_props_to_initial_values</a>
77
+ (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);
78
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-set-style-from-decl" title="cr_style_set_style_from_decl ()">cr_style_set_style_from_decl</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>,
79
+ <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_decl</code></em>);
80
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-to-string" title="cr_style_to_string ()">cr_style_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>,
81
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> **a_str</code></em>,
82
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);
83
+ <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-style.html#cr-style-unref" title="cr_style_unref ()">cr_style_unref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);
84
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-style.html#cr-style-white-space-type-to-string" title="cr_style_white_space_type_to_string ()">cr_style_white_space_type_to_string</a> (<em class="parameter"><code><span class="type">enum CRWhiteSpaceType</span> a_code</code></em>,
85
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
86
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);
87
+ </pre>
88
+ </div>
89
+ <div class="refsect1">
90
+ <a name="libcroco-cr-style.description"></a><h2>Description</h2>
91
+ <p>
92
+ </p>
93
+ </div>
94
+ <div class="refsect1">
95
+ <a name="libcroco-cr-style.details"></a><h2>Details</h2>
96
+ <div class="refsect2">
97
+ <a name="BORDER-MEDIUM:CAPS"></a><h3>BORDER_MEDIUM</h3>
98
+ <pre class="programlisting">#define BORDER_MEDIUM 4
99
+ </pre>
100
+ <p>
101
+ </p>
102
+ </div>
103
+ <hr>
104
+ <div class="refsect2">
105
+ <a name="BORDER-THICK:CAPS"></a><h3>BORDER_THICK</h3>
106
+ <pre class="programlisting">#define BORDER_THICK 6
107
+ </pre>
108
+ <p>
109
+ </p>
110
+ </div>
111
+ <hr>
112
+ <div class="refsect2">
113
+ <a name="BORDER-THIN:CAPS"></a><h3>BORDER_THIN</h3>
114
+ <pre class="programlisting">#define BORDER_THIN 2
115
+ </pre>
116
+ <p>
117
+ </p>
118
+ </div>
119
+ <hr>
120
+ <div class="refsect2">
121
+ <a name="CRFontSizeVal"></a><h3>struct CRFontSizeVal</h3>
122
+ <pre class="programlisting">struct CRFontSizeVal {
123
+ /*specified value*/
124
+ CRFontSize sv ;
125
+ /*computed value*/
126
+ CRFontSize cv ;
127
+ /*actual value*/
128
+ CRFontSize av ;
129
+ };
130
+ </pre>
131
+ <p>
132
+ </p>
133
+ </div>
134
+ <hr>
135
+ <div class="refsect2">
136
+ <a name="CRNumPropVal"></a><h3>struct CRNumPropVal</h3>
137
+ <pre class="programlisting">struct CRNumPropVal {
138
+ /**specified value*/
139
+ CRNum sv ;
140
+ /**computed value*/
141
+ CRNum cv ;
142
+ /**actual value*/
143
+ CRNum av ;
144
+ };
145
+ </pre>
146
+ <p>
147
+ </p>
148
+ </div>
149
+ <hr>
150
+ <div class="refsect2">
151
+ <a name="CRRgbPropVal"></a><h3>struct CRRgbPropVal</h3>
152
+ <pre class="programlisting">struct CRRgbPropVal {
153
+ /**specified value*/
154
+ CRRgb sv ;
155
+ /**computed value*/
156
+ CRRgb cv ;
157
+ /**actual value*/
158
+ CRRgb av ;
159
+ };
160
+ </pre>
161
+ <p>
162
+ </p>
163
+ </div>
164
+ <hr>
165
+ <div class="refsect2">
166
+ <a name="CRStyle"></a><h3>struct CRStyle</h3>
167
+ <pre class="programlisting">struct CRStyle {
168
+ /**
169
+ *numerical properties.
170
+ *the properties are indexed by
171
+ *enum #CRNumProp.
172
+ */
173
+ CRNumPropVal num_props[NB_NUM_PROPS] ;
174
+
175
+ /**
176
+ *color properties.
177
+ *They are indexed by enum #CRRgbProp .
178
+ */
179
+ CRRgbPropVal rgb_props[NB_RGB_PROPS] ;
180
+
181
+ /**
182
+ *border style properties.
183
+ *They are indexed by enum #CRBorderStyleProp .
184
+ */
185
+ enum CRBorderStyle border_style_props[NB_BORDER_STYLE_PROPS] ;
186
+
187
+ /**box display type*/
188
+ enum CRDisplayType display ;
189
+
190
+ /**the positioning scheme*/
191
+ enum CRPositionType position ;
192
+
193
+ /**the float property*/
194
+ enum CRFloatType float_type ;
195
+
196
+ /*
197
+ *the 'font-family' property.
198
+ */
199
+ CRFontFamily *font_family ;
200
+
201
+ /**
202
+ *the 'font-size' property.
203
+ */
204
+ CRFontSizeVal font_size ;
205
+ CRFontSizeAdjust *font_size_adjust ;
206
+ enum CRFontStyle font_style ;
207
+ enum CRFontVariant font_variant ;
208
+ enum CRFontWeight font_weight ;
209
+ enum CRFontStretch font_stretch ;
210
+
211
+ /**
212
+ * the 'tex' properties
213
+ */
214
+ enum CRWhiteSpaceType white_space;
215
+
216
+ gboolean inherited_props_resolved ;
217
+ CRStyle *parent_style ;
218
+ gulong ref_count ;
219
+ };
220
+ </pre>
221
+ <p>
222
+ </p>
223
+ </div>
224
+ <hr>
225
+ <div class="refsect2">
226
+ <a name="cr-style-border-style-to-string"></a><h3>cr_style_border_style_to_string ()</h3>
227
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_border_style_to_string (<em class="parameter"><code><span class="type">enum CRBorderStyle</span> a_prop</code></em>,
228
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
229
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);</pre>
230
+ <p>
231
+ </p>
232
+ </div>
233
+ <hr>
234
+ <div class="refsect2">
235
+ <a name="cr-style-copy"></a><h3>cr_style_copy ()</h3>
236
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_copy (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_dest</code></em>,
237
+ <em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_src</code></em>);</pre>
238
+ <p>
239
+ </p>
240
+ </div>
241
+ <hr>
242
+ <div class="refsect2">
243
+ <a name="cr-style-destroy"></a><h3>cr_style_destroy ()</h3>
244
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_style_destroy (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);</pre>
245
+ <p>
246
+ </p>
247
+ </div>
248
+ <hr>
249
+ <div class="refsect2">
250
+ <a name="cr-style-display-type-to-string"></a><h3>cr_style_display_type_to_string ()</h3>
251
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_display_type_to_string (<em class="parameter"><code><span class="type">enum CRDisplayType</span> a_code</code></em>,
252
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
253
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);</pre>
254
+ <p>
255
+ </p>
256
+ </div>
257
+ <hr>
258
+ <div class="refsect2">
259
+ <a name="cr-style-dup"></a><h3>cr_style_dup ()</h3>
260
+ <pre class="programlisting"><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="returnvalue">CRStyle</span></a> * cr_style_dup (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);</pre>
261
+ <p>
262
+ </p>
263
+ </div>
264
+ <hr>
265
+ <div class="refsect2">
266
+ <a name="cr-style-float-type-to-string"></a><h3>cr_style_float_type_to_string ()</h3>
267
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_float_type_to_string (<em class="parameter"><code><span class="type">enum CRFloatType</span> a_code</code></em>,
268
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
269
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);</pre>
270
+ <p>
271
+ </p>
272
+ </div>
273
+ <hr>
274
+ <div class="refsect2">
275
+ <a name="cr-style-new"></a><h3>cr_style_new ()</h3>
276
+ <pre class="programlisting"><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="returnvalue">CRStyle</span></a> * cr_style_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> a_set_props_to_initial_values</code></em>);</pre>
277
+ <p>
278
+ </p>
279
+ </div>
280
+ <hr>
281
+ <div class="refsect2">
282
+ <a name="cr-style-num-prop-val-to-string"></a><h3>cr_style_num_prop_val_to_string ()</h3>
283
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_num_prop_val_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRNumPropVal" title="struct CRNumPropVal"><span class="type">CRNumPropVal</span></a> *a_prop_val</code></em>,
284
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
285
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);</pre>
286
+ <p>
287
+ </p>
288
+ </div>
289
+ <hr>
290
+ <div class="refsect2">
291
+ <a name="cr-style-position-type-to-string"></a><h3>cr_style_position_type_to_string ()</h3>
292
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_position_type_to_string (<em class="parameter"><code><span class="type">enum CRPositionType</span> a_code</code></em>,
293
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
294
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);</pre>
295
+ <p>
296
+ </p>
297
+ </div>
298
+ <hr>
299
+ <div class="refsect2">
300
+ <a name="cr-style-propagate-from-parent"></a><h3>cr_style_propagate_from_parent ()</h3>
301
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_propagate_from_parent (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);</pre>
302
+ <p>
303
+ </p>
304
+ </div>
305
+ <hr>
306
+ <div class="refsect2">
307
+ <a name="cr-style-ref"></a><h3>cr_style_ref ()</h3>
308
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_ref (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);</pre>
309
+ <p>
310
+ </p>
311
+ </div>
312
+ <hr>
313
+ <div class="refsect2">
314
+ <a name="cr-style-resolve-inherited-properties"></a><h3>cr_style_resolve_inherited_properties ()</h3>
315
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_resolve_inherited_properties
316
+ (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);</pre>
317
+ <p>
318
+ </p>
319
+ </div>
320
+ <hr>
321
+ <div class="refsect2">
322
+ <a name="cr-style-rgb-prop-val-to-string"></a><h3>cr_style_rgb_prop_val_to_string ()</h3>
323
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_rgb_prop_val_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRRgbPropVal" title="struct CRRgbPropVal"><span class="type">CRRgbPropVal</span></a> *a_prop_val</code></em>,
324
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
325
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);</pre>
326
+ <p>
327
+ </p>
328
+ </div>
329
+ <hr>
330
+ <div class="refsect2">
331
+ <a name="cr-style-set-props-to-default-values"></a><h3>cr_style_set_props_to_default_values ()</h3>
332
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_set_props_to_default_values
333
+ (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);</pre>
334
+ <p>
335
+ </p>
336
+ </div>
337
+ <hr>
338
+ <div class="refsect2">
339
+ <a name="cr-style-set-props-to-initial-values"></a><h3>cr_style_set_props_to_initial_values ()</h3>
340
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_set_props_to_initial_values
341
+ (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);</pre>
342
+ <p>
343
+ </p>
344
+ </div>
345
+ <hr>
346
+ <div class="refsect2">
347
+ <a name="cr-style-set-style-from-decl"></a><h3>cr_style_set_style_from_decl ()</h3>
348
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_set_style_from_decl (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>,
349
+ <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_decl</code></em>);</pre>
350
+ <p>
351
+ </p>
352
+ </div>
353
+ <hr>
354
+ <div class="refsect2">
355
+ <a name="cr-style-to-string"></a><h3>cr_style_to_string ()</h3>
356
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>,
357
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> **a_str</code></em>,
358
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);</pre>
359
+ <p>
360
+ </p>
361
+ </div>
362
+ <hr>
363
+ <div class="refsect2">
364
+ <a name="cr-style-unref"></a><h3>cr_style_unref ()</h3>
365
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_style_unref (<em class="parameter"><code><a class="link" href="libcroco-cr-style.html#CRStyle" title="struct CRStyle"><span class="type">CRStyle</span></a> *a_this</code></em>);</pre>
366
+ <p>
367
+ </p>
368
+ </div>
369
+ <hr>
370
+ <div class="refsect2">
371
+ <a name="cr-style-white-space-type-to-string"></a><h3>cr_style_white_space_type_to_string ()</h3>
372
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_style_white_space_type_to_string (<em class="parameter"><code><span class="type">enum CRWhiteSpaceType</span> a_code</code></em>,
373
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Strings.html#GString"><span class="type">GString</span></a> *a_str</code></em>,
374
+ <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> a_nb_indent</code></em>);</pre>
375
+ <p>
376
+ </p>
377
+ </div>
378
+ </div>
379
+ </div>
380
+ <div class="footer">
381
+ <hr>
382
+ Generated by GTK-Doc V1.18</div>
383
+ </body>
384
+ </html>