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,158 @@
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-stylesheet</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-style.html" title="cr-style">
10
+ <link rel="next" href="libcroco-cr-term.html" title="cr-term">
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-style.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-term.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-stylesheet.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#libcroco-cr-stylesheet.description" class="shortcut">Description</a>
27
+ </td></tr>
28
+ </table>
29
+ <div class="refentry">
30
+ <a name="libcroco-cr-stylesheet"></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-stylesheet.top_of_page"></a>cr-stylesheet</span></h2>
34
+ <p>cr-stylesheet</p>
35
+ </td>
36
+ <td valign="top" align="right"></td>
37
+ </tr></table></div>
38
+ <div class="refsynopsisdiv">
39
+ <a name="libcroco-cr-stylesheet.synopsis"></a><h2>Synopsis</h2>
40
+ <pre class="synopsis"> <a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet">CRStyleSheet</a>;
41
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-stylesheet.html#cr-stylesheet-destroy" title="cr_stylesheet_destroy ()">cr_stylesheet_destroy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_this</code></em>);
42
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-stylesheet.html#cr-stylesheet-dump" title="cr_stylesheet_dump ()">cr_stylesheet_dump</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> const *a_this</code></em>,
43
+ <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>);
44
+ <a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="returnvalue">CRStyleSheet</span></a> * <a class="link" href="libcroco-cr-stylesheet.html#cr-stylesheet-new" title="cr_stylesheet_new ()">cr_stylesheet_new</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_stmts</code></em>);
45
+ <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-stylesheet.html#cr-stylesheet-nr-rules" title="cr_stylesheet_nr_rules ()">cr_stylesheet_nr_rules</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> const *a_this</code></em>);
46
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-stylesheet.html#cr-stylesheet-ref" title="cr_stylesheet_ref ()">cr_stylesheet_ref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_this</code></em>);
47
+ <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * <a class="link" href="libcroco-cr-stylesheet.html#cr-stylesheet-statement-get-from-list" title="cr_stylesheet_statement_get_from_list ()">cr_stylesheet_statement_get_from_list</a>
48
+ (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_this</code></em>,
49
+ <em class="parameter"><code><span class="type">int</span> itemnr</code></em>);
50
+ <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-stylesheet.html#cr-stylesheet-to-string" title="cr_stylesheet_to_string ()">cr_stylesheet_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> const *a_this</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-stylesheet.html#cr-stylesheet-unref" title="cr_stylesheet_unref ()">cr_stylesheet_unref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_this</code></em>);
52
+ </pre>
53
+ </div>
54
+ <div class="refsect1">
55
+ <a name="libcroco-cr-stylesheet.description"></a><h2>Description</h2>
56
+ <p>
57
+ </p>
58
+ </div>
59
+ <div class="refsect1">
60
+ <a name="libcroco-cr-stylesheet.details"></a><h2>Details</h2>
61
+ <div class="refsect2">
62
+ <a name="CRStyleSheet"></a><h3>CRStyleSheet</h3>
63
+ <pre class="programlisting">typedef struct {
64
+ /**The css statements list*/
65
+ CRStatement *statements ;
66
+
67
+ enum CRStyleOrigin origin ;
68
+
69
+ /*the parent import rule, if any.*/
70
+ CRStatement *parent_import_rule ;
71
+
72
+ /**custom data used by libcroco*/
73
+ gpointer croco_data ;
74
+
75
+ /**
76
+ *custom application data pointer
77
+ *Can be used by applications.
78
+ */
79
+ gpointer app_data ;
80
+
81
+ /**
82
+ *the reference count of this insance
83
+ *Please, don't never ever modify it
84
+ *directly. Use cr_stylesheet_ref()
85
+ *and cr_stylesheet_unref() instead.
86
+ */
87
+ gulong ref_count ;
88
+ } CRStyleSheet;
89
+ </pre>
90
+ <p>
91
+ </p>
92
+ </div>
93
+ <hr>
94
+ <div class="refsect2">
95
+ <a name="cr-stylesheet-destroy"></a><h3>cr_stylesheet_destroy ()</h3>
96
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_stylesheet_destroy (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_this</code></em>);</pre>
97
+ <p>
98
+ </p>
99
+ </div>
100
+ <hr>
101
+ <div class="refsect2">
102
+ <a name="cr-stylesheet-dump"></a><h3>cr_stylesheet_dump ()</h3>
103
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_stylesheet_dump (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> const *a_this</code></em>,
104
+ <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>);</pre>
105
+ <p>
106
+ </p>
107
+ </div>
108
+ <hr>
109
+ <div class="refsect2">
110
+ <a name="cr-stylesheet-new"></a><h3>cr_stylesheet_new ()</h3>
111
+ <pre class="programlisting"><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="returnvalue">CRStyleSheet</span></a> * cr_stylesheet_new (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_stmts</code></em>);</pre>
112
+ <p>
113
+ </p>
114
+ </div>
115
+ <hr>
116
+ <div class="refsect2">
117
+ <a name="cr-stylesheet-nr-rules"></a><h3>cr_stylesheet_nr_rules ()</h3>
118
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> cr_stylesheet_nr_rules (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> const *a_this</code></em>);</pre>
119
+ <p>
120
+ </p>
121
+ </div>
122
+ <hr>
123
+ <div class="refsect2">
124
+ <a name="cr-stylesheet-ref"></a><h3>cr_stylesheet_ref ()</h3>
125
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_stylesheet_ref (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_this</code></em>);</pre>
126
+ <p>
127
+ </p>
128
+ </div>
129
+ <hr>
130
+ <div class="refsect2">
131
+ <a name="cr-stylesheet-statement-get-from-list"></a><h3>cr_stylesheet_statement_get_from_list ()</h3>
132
+ <pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> * cr_stylesheet_statement_get_from_list
133
+ (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_this</code></em>,
134
+ <em class="parameter"><code><span class="type">int</span> itemnr</code></em>);</pre>
135
+ <p>
136
+ </p>
137
+ </div>
138
+ <hr>
139
+ <div class="refsect2">
140
+ <a name="cr-stylesheet-to-string"></a><h3>cr_stylesheet_to_string ()</h3>
141
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> * cr_stylesheet_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> const *a_this</code></em>);</pre>
142
+ <p>
143
+ </p>
144
+ </div>
145
+ <hr>
146
+ <div class="refsect2">
147
+ <a name="cr-stylesheet-unref"></a><h3>cr_stylesheet_unref ()</h3>
148
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_stylesheet_unref (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_this</code></em>);</pre>
149
+ <p>
150
+ </p>
151
+ </div>
152
+ </div>
153
+ </div>
154
+ <div class="footer">
155
+ <hr>
156
+ Generated by GTK-Doc V1.18</div>
157
+ </body>
158
+ </html>
@@ -0,0 +1,304 @@
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-term</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-stylesheet.html" title="cr-stylesheet">
10
+ <link rel="next" href="libcroco-cr-tknzr.html" title="cr-tknzr">
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-stylesheet.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-tknzr.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-term.synopsis" class="shortcut">Top</a>
25
+  | 
26
+ <a href="#libcroco-cr-term.description" class="shortcut">Description</a>
27
+ </td></tr>
28
+ </table>
29
+ <div class="refentry">
30
+ <a name="libcroco-cr-term"></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-term.top_of_page"></a>cr-term</span></h2>
34
+ <p>cr-term</p>
35
+ </td>
36
+ <td valign="top" align="right"></td>
37
+ </tr></table></div>
38
+ <div class="refsynopsisdiv">
39
+ <a name="libcroco-cr-term.synopsis"></a><h2>Synopsis</h2>
40
+ <pre class="synopsis">struct <a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm">CRTerm</a>;
41
+ <a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * <a class="link" href="libcroco-cr-term.html#cr-term-append-term" title="cr_term_append_term ()">cr_term_append_term</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
42
+ <em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_new_term</code></em>);
43
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-term.html#cr-term-destroy" title="cr_term_destroy ()">cr_term_destroy</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_term</code></em>);
44
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-term.html#cr-term-dump" title="cr_term_dump ()">cr_term_dump</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> const *a_this</code></em>,
45
+ <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>);
46
+ <a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * <a class="link" href="libcroco-cr-term.html#cr-term-get-from-list" title="cr_term_get_from_list ()">cr_term_get_from_list</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
47
+ <em class="parameter"><code><span class="type">int</span> itemnr</code></em>);
48
+ <a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * <a class="link" href="libcroco-cr-term.html#cr-term-new" title="cr_term_new ()">cr_term_new</a> (<em class="parameter"><code><span class="type">void</span></code></em>);
49
+ <span class="returnvalue">int</span> <a class="link" href="libcroco-cr-term.html#cr-term-nr-values" title="cr_term_nr_values ()">cr_term_nr_values</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> const *a_this</code></em>);
50
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * <a class="link" href="libcroco-cr-term.html#cr-term-one-to-string" title="cr_term_one_to_string ()">cr_term_one_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> const *a_this</code></em>);
51
+ <a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * <a class="link" href="libcroco-cr-term.html#cr-term-parse-expression-from-buf" title="cr_term_parse_expression_from_buf ()">cr_term_parse_expression_from_buf</a> (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
52
+ <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);
53
+ <a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * <a class="link" href="libcroco-cr-term.html#cr-term-prepend-term" title="cr_term_prepend_term ()">cr_term_prepend_term</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
54
+ <em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_new_term</code></em>);
55
+ <span class="returnvalue">void</span> <a class="link" href="libcroco-cr-term.html#cr-term-ref" title="cr_term_ref ()">cr_term_ref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>);
56
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-term.html#cr-term-set-function" title="cr_term_set_function ()">cr_term_set_function</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
57
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_func_name</code></em>,
58
+ <em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_func_param</code></em>);
59
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-term.html#cr-term-set-hash" title="cr_term_set_hash ()">cr_term_set_hash</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
60
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_str</code></em>);
61
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-term.html#cr-term-set-ident" title="cr_term_set_ident ()">cr_term_set_ident</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
62
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_str</code></em>);
63
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-term.html#cr-term-set-number" title="cr_term_set_number ()">cr_term_set_number</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
64
+ <em class="parameter"><code><a class="link" href="libcroco-cr-num.html#CRNum" title="struct CRNum"><span class="type">CRNum</span></a> *a_num</code></em>);
65
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-term.html#cr-term-set-rgb" title="cr_term_set_rgb ()">cr_term_set_rgb</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
66
+ <em class="parameter"><code><a class="link" href="libcroco-cr-rgb.html#CRRgb" title="struct CRRgb"><span class="type">CRRgb</span></a> *a_rgb</code></em>);
67
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-term.html#cr-term-set-string" title="cr_term_set_string ()">cr_term_set_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
68
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_str</code></em>);
69
+ enum <span class="returnvalue">CRStatus</span> <a class="link" href="libcroco-cr-term.html#cr-term-set-uri" title="cr_term_set_uri ()">cr_term_set_uri</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
70
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_str</code></em>);
71
+ <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * <a class="link" href="libcroco-cr-term.html#cr-term-to-string" title="cr_term_to_string ()">cr_term_to_string</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> const *a_this</code></em>);
72
+ <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-term.html#cr-term-unref" title="cr_term_unref ()">cr_term_unref</a> (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>);
73
+ </pre>
74
+ </div>
75
+ <div class="refsect1">
76
+ <a name="libcroco-cr-term.description"></a><h2>Description</h2>
77
+ <p>
78
+ </p>
79
+ </div>
80
+ <div class="refsect1">
81
+ <a name="libcroco-cr-term.details"></a><h2>Details</h2>
82
+ <div class="refsect2">
83
+ <a name="CRTerm"></a><h3>struct CRTerm</h3>
84
+ <pre class="programlisting">struct CRTerm {
85
+ /**
86
+ *The type of the term.
87
+ */
88
+ enum CRTermType type ;
89
+
90
+ /**
91
+ *The unary operator associated to
92
+ *the current term.
93
+ */
94
+ enum UnaryOperator unary_op ;
95
+
96
+ /**
97
+ *The operator associated to the current term.
98
+ */
99
+ enum Operator the_operator ;
100
+
101
+
102
+ /**
103
+ *The content of the term.
104
+ *Depending of the type of the term,
105
+ *this holds either a number, a percentage ...
106
+ */
107
+ union
108
+ {
109
+ CRNum *num ;
110
+ CRString * str ;
111
+ CRRgb * rgb ;
112
+ } content ;
113
+
114
+ /**
115
+ *If the term is of type UNICODERANGE,
116
+ *this field holds the upper bound of the range.
117
+ *if the term is of type FUNCTION, this holds
118
+ *an instance of CRTerm that represents
119
+ * the expression which is the argument of the function.
120
+ */
121
+ union
122
+ {
123
+ CRTerm *func_param ;
124
+ } ext_content ;
125
+
126
+ /**
127
+ *A spare pointer, just in case.
128
+ *Can be used by the application.
129
+ */
130
+ gpointer app_data ;
131
+
132
+ glong ref_count ;
133
+
134
+ /**
135
+ *A pointer to the next term,
136
+ *just in case this term is part of
137
+ *an expression.
138
+ */
139
+ CRTerm *next ;
140
+
141
+ /**
142
+ *A pointer to the previous
143
+ *term.
144
+ */
145
+ CRTerm *prev ;
146
+ CRParsingLocation location ;
147
+ };
148
+ </pre>
149
+ <p>
150
+ </p>
151
+ </div>
152
+ <hr>
153
+ <div class="refsect2">
154
+ <a name="cr-term-append-term"></a><h3>cr_term_append_term ()</h3>
155
+ <pre class="programlisting"><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * cr_term_append_term (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
156
+ <em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_new_term</code></em>);</pre>
157
+ <p>
158
+ </p>
159
+ </div>
160
+ <hr>
161
+ <div class="refsect2">
162
+ <a name="cr-term-destroy"></a><h3>cr_term_destroy ()</h3>
163
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_term_destroy (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_term</code></em>);</pre>
164
+ <p>
165
+ </p>
166
+ </div>
167
+ <hr>
168
+ <div class="refsect2">
169
+ <a name="cr-term-dump"></a><h3>cr_term_dump ()</h3>
170
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_term_dump (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> const *a_this</code></em>,
171
+ <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>);</pre>
172
+ <p>
173
+ </p>
174
+ </div>
175
+ <hr>
176
+ <div class="refsect2">
177
+ <a name="cr-term-get-from-list"></a><h3>cr_term_get_from_list ()</h3>
178
+ <pre class="programlisting"><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * cr_term_get_from_list (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
179
+ <em class="parameter"><code><span class="type">int</span> itemnr</code></em>);</pre>
180
+ <p>
181
+ </p>
182
+ </div>
183
+ <hr>
184
+ <div class="refsect2">
185
+ <a name="cr-term-new"></a><h3>cr_term_new ()</h3>
186
+ <pre class="programlisting"><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * cr_term_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
187
+ <p>
188
+ </p>
189
+ </div>
190
+ <hr>
191
+ <div class="refsect2">
192
+ <a name="cr-term-nr-values"></a><h3>cr_term_nr_values ()</h3>
193
+ <pre class="programlisting"><span class="returnvalue">int</span> cr_term_nr_values (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> const *a_this</code></em>);</pre>
194
+ <p>
195
+ </p>
196
+ </div>
197
+ <hr>
198
+ <div class="refsect2">
199
+ <a name="cr-term-one-to-string"></a><h3>cr_term_one_to_string ()</h3>
200
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * cr_term_one_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> const *a_this</code></em>);</pre>
201
+ <p>
202
+ </p>
203
+ </div>
204
+ <hr>
205
+ <div class="refsect2">
206
+ <a name="cr-term-parse-expression-from-buf"></a><h3>cr_term_parse_expression_from_buf ()</h3>
207
+ <pre class="programlisting"><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * cr_term_parse_expression_from_buf (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
208
+ <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
209
+ <p>
210
+ </p>
211
+ </div>
212
+ <hr>
213
+ <div class="refsect2">
214
+ <a name="cr-term-prepend-term"></a><h3>cr_term_prepend_term ()</h3>
215
+ <pre class="programlisting"><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="returnvalue">CRTerm</span></a> * cr_term_prepend_term (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
216
+ <em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_new_term</code></em>);</pre>
217
+ <p>
218
+ </p>
219
+ </div>
220
+ <hr>
221
+ <div class="refsect2">
222
+ <a name="cr-term-ref"></a><h3>cr_term_ref ()</h3>
223
+ <pre class="programlisting"><span class="returnvalue">void</span> cr_term_ref (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>);</pre>
224
+ <p>
225
+ </p>
226
+ </div>
227
+ <hr>
228
+ <div class="refsect2">
229
+ <a name="cr-term-set-function"></a><h3>cr_term_set_function ()</h3>
230
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_term_set_function (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
231
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_func_name</code></em>,
232
+ <em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_func_param</code></em>);</pre>
233
+ <p>
234
+ </p>
235
+ </div>
236
+ <hr>
237
+ <div class="refsect2">
238
+ <a name="cr-term-set-hash"></a><h3>cr_term_set_hash ()</h3>
239
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_term_set_hash (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
240
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_str</code></em>);</pre>
241
+ <p>
242
+ </p>
243
+ </div>
244
+ <hr>
245
+ <div class="refsect2">
246
+ <a name="cr-term-set-ident"></a><h3>cr_term_set_ident ()</h3>
247
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_term_set_ident (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
248
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_str</code></em>);</pre>
249
+ <p>
250
+ </p>
251
+ </div>
252
+ <hr>
253
+ <div class="refsect2">
254
+ <a name="cr-term-set-number"></a><h3>cr_term_set_number ()</h3>
255
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_term_set_number (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
256
+ <em class="parameter"><code><a class="link" href="libcroco-cr-num.html#CRNum" title="struct CRNum"><span class="type">CRNum</span></a> *a_num</code></em>);</pre>
257
+ <p>
258
+ </p>
259
+ </div>
260
+ <hr>
261
+ <div class="refsect2">
262
+ <a name="cr-term-set-rgb"></a><h3>cr_term_set_rgb ()</h3>
263
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_term_set_rgb (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
264
+ <em class="parameter"><code><a class="link" href="libcroco-cr-rgb.html#CRRgb" title="struct CRRgb"><span class="type">CRRgb</span></a> *a_rgb</code></em>);</pre>
265
+ <p>
266
+ </p>
267
+ </div>
268
+ <hr>
269
+ <div class="refsect2">
270
+ <a name="cr-term-set-string"></a><h3>cr_term_set_string ()</h3>
271
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_term_set_string (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
272
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_str</code></em>);</pre>
273
+ <p>
274
+ </p>
275
+ </div>
276
+ <hr>
277
+ <div class="refsect2">
278
+ <a name="cr-term-set-uri"></a><h3>cr_term_set_uri ()</h3>
279
+ <pre class="programlisting">enum <span class="returnvalue">CRStatus</span> cr_term_set_uri (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>,
280
+ <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_str</code></em>);</pre>
281
+ <p>
282
+ </p>
283
+ </div>
284
+ <hr>
285
+ <div class="refsect2">
286
+ <a name="cr-term-to-string"></a><h3>cr_term_to_string ()</h3>
287
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guchar"><span class="returnvalue">guchar</span></a> * cr_term_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> const *a_this</code></em>);</pre>
288
+ <p>
289
+ </p>
290
+ </div>
291
+ <hr>
292
+ <div class="refsect2">
293
+ <a name="cr-term-unref"></a><h3>cr_term_unref ()</h3>
294
+ <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> cr_term_unref (<em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_this</code></em>);</pre>
295
+ <p>
296
+ </p>
297
+ </div>
298
+ </div>
299
+ </div>
300
+ <div class="footer">
301
+ <hr>
302
+ Generated by GTK-Doc V1.18</div>
303
+ </body>
304
+ </html>