This file is indexed.

/usr/share/gtk-doc/html/libcroco/libcroco-cr-statement.html is in libcroco3-dev 0.6.11-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>cr-statement: Libcroco Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="Libcroco Reference Manual">
<link rel="up" href="ch01.html" title="Extensive APIs description">
<link rel="prev" href="libcroco-cr-simple-sel.html" title="cr-simple-sel">
<link rel="next" href="libcroco-cr-string.html" title="cr-string">
<meta name="generator" content="GTK-Doc V1.25 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#libcroco-cr-statement.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="libcroco-cr-simple-sel.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="libcroco-cr-string.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libcroco-cr-statement"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libcroco-cr-statement.top_of_page"></a>cr-statement</span></h2>
<p>cr-statement</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libcroco-cr-statement.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-does-buf-parses-against-core" title="cr_statement_does_buf_parses_against_core ()">cr_statement_does_buf_parses_against_core</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-parse-from-buf" title="cr_statement_parse_from_buf ()">cr_statement_parse_from_buf</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-new-ruleset" title="cr_statement_new_ruleset ()">cr_statement_new_ruleset</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-parse-from-buf" title="cr_statement_ruleset_parse_from_buf ()">cr_statement_ruleset_parse_from_buf</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-import-rule" title="cr_statement_new_at_import_rule ()">cr_statement_new_at_import_rule</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-import-rule-parse-from-buf" title="cr_statement_at_import_rule_parse_from_buf ()">cr_statement_at_import_rule_parse_from_buf</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-media-rule" title="cr_statement_new_at_media_rule ()">cr_statement_new_at_media_rule</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-media-rule-parse-from-buf" title="cr_statement_at_media_rule_parse_from_buf ()">cr_statement_at_media_rule_parse_from_buf</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-charset-rule" title="cr_statement_new_at_charset_rule ()">cr_statement_new_at_charset_rule</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-charset-rule-parse-from-buf" title="cr_statement_at_charset_rule_parse_from_buf ()">cr_statement_at_charset_rule_parse_from_buf</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-font-face-rule" title="cr_statement_new_at_font_face_rule ()">cr_statement_new_at_font_face_rule</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-font-face-rule-parse-from-buf" title="cr_statement_font_face_rule_parse_from_buf ()">cr_statement_font_face_rule_parse_from_buf</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-new-at-page-rule" title="cr_statement_new_at_page_rule ()">cr_statement_new_at_page_rule</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-parse-from-buf" title="cr_statement_at_page_rule_parse_from_buf ()">cr_statement_at_page_rule_parse_from_buf</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-set-parent-sheet" title="cr_statement_set_parent_sheet ()">cr_statement_set_parent_sheet</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-get-parent-sheet" title="cr_statement_get_parent_sheet ()">cr_statement_get_parent_sheet</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-append" title="cr_statement_append ()">cr_statement_append</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-prepend" title="cr_statement_prepend ()">cr_statement_prepend</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-unlink" title="cr_statement_unlink ()">cr_statement_unlink</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-set-sel-list" title="cr_statement_ruleset_set_sel_list ()">cr_statement_ruleset_set_sel_list</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-get-sel-list" title="cr_statement_ruleset_get_sel_list ()">cr_statement_ruleset_get_sel_list</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-set-decl-list" title="cr_statement_ruleset_set_decl_list ()">cr_statement_ruleset_set_decl_list</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-get-declarations" title="cr_statement_ruleset_get_declarations ()">cr_statement_ruleset_get_declarations</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-append-decl2" title="cr_statement_ruleset_append_decl2 ()">cr_statement_ruleset_append_decl2</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-ruleset-append-decl" title="cr_statement_ruleset_append_decl ()">cr_statement_ruleset_append_decl</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-import-rule-set-imported-sheet" title="cr_statement_at_import_rule_set_imported_sheet ()">cr_statement_at_import_rule_set_imported_sheet</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-import-rule-get-imported-sheet" title="cr_statement_at_import_rule_get_imported_sheet ()">cr_statement_at_import_rule_get_imported_sheet</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-import-rule-set-url" title="cr_statement_at_import_rule_set_url ()">cr_statement_at_import_rule_set_url</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-import-rule-get-url" title="cr_statement_at_import_rule_get_url ()">cr_statement_at_import_rule_get_url</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-media-nr-rules" title="cr_statement_at_media_nr_rules ()">cr_statement_at_media_nr_rules</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-media-get-from-list" title="cr_statement_at_media_get_from_list ()">cr_statement_at_media_get_from_list</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-set-sel" title="cr_statement_at_page_rule_set_sel ()">cr_statement_at_page_rule_set_sel</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-get-sel" title="cr_statement_at_page_rule_get_sel ()">cr_statement_at_page_rule_get_sel</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-set-declarations" title="cr_statement_at_page_rule_set_declarations ()">cr_statement_at_page_rule_set_declarations</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-page-rule-get-declarations" title="cr_statement_at_page_rule_get_declarations ()">cr_statement_at_page_rule_get_declarations</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-charset-rule-set-charset" title="cr_statement_at_charset_rule_set_charset ()">cr_statement_at_charset_rule_set_charset</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-charset-rule-get-charset" title="cr_statement_at_charset_rule_get_charset ()">cr_statement_at_charset_rule_get_charset</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-font-face-rule-set-decls" title="cr_statement_at_font_face_rule_set_decls ()">cr_statement_at_font_face_rule_set_decls</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-font-face-rule-get-decls" title="cr_statement_at_font_face_rule_get_decls ()">cr_statement_at_font_face_rule_get_decls</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-at-font-face-rule-add-decl" title="cr_statement_at_font_face_rule_add_decl ()">cr_statement_at_font_face_rule_add_decl</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-to-string" title="cr_statement_to_string ()">cr_statement_to_string</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-list-to-string" title="cr_statement_list_to_string ()">cr_statement_list_to_string</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-dump" title="cr_statement_dump ()">cr_statement_dump</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-dump-ruleset" title="cr_statement_dump_ruleset ()">cr_statement_dump_ruleset</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-dump-font-face-rule" title="cr_statement_dump_font_face_rule ()">cr_statement_dump_font_face_rule</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-dump-page" title="cr_statement_dump_page ()">cr_statement_dump_page</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-dump-media-rule" title="cr_statement_dump_media_rule ()">cr_statement_dump_media_rule</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-dump-import-rule" title="cr_statement_dump_import_rule ()">cr_statement_dump_import_rule</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-dump-charset" title="cr_statement_dump_charset ()">cr_statement_dump_charset</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-nr-rules" title="cr_statement_nr_rules ()">cr_statement_nr_rules</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-get-from-list" title="cr_statement_get_from_list ()">cr_statement_get_from_list</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libcroco-cr-statement.html#cr-statement-destroy" title="cr_statement_destroy ()">cr_statement_destroy</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libcroco-cr-statement.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libcroco-cr-statement.html#CRRuleSet" title="struct CRRuleSet">CRRuleSet</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libcroco-cr-statement.html#CRAtImportRule" title="struct CRAtImportRule">CRAtImportRule</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libcroco-cr-statement.html#CRAtMediaRule" title="struct CRAtMediaRule">CRAtMediaRule</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libcroco-cr-statement.html#CRAtPageRule" title="struct CRAtPageRule">CRAtPageRule</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libcroco-cr-statement.html#CRAtCharsetRule" title="struct CRAtCharsetRule">CRAtCharsetRule</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="libcroco-cr-statement.html#CRAtFontFaceRule" title="struct CRAtFontFaceRule">CRAtFontFaceRule</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement">CRStatement</a></td>
</tr>
<tr>
<td class="datatype_keyword"> </td>
<td class="function_name"><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet">CRStyleSheet</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libcroco-cr-statement.description"></a><h2>Description</h2>
</div>
<div class="refsect1">
<a name="libcroco-cr-statement.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="cr-statement-does-buf-parses-against-core"></a><h3>cr_statement_does_buf_parses_against_core ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
cr_statement_does_buf_parses_against_core
                               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
<p><em class="parameter"><code>a_buf</code></em>
: the buffer to parse.
<em class="parameter"><code>a_encoding</code></em>
: the character encoding of a_buf.</p>
<p>Tries to parse a buffer and says whether if the content of the buffer
is a css statement as defined by the "Core CSS Grammar" (chapter 4 of the
css spec) or not.</p>
<p>Returns TRUE if the buffer parses against the core grammar, false otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-parse-from-buf"></a><h3>cr_statement_parse_from_buf ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_parse_from_buf (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                             <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
<p><em class="parameter"><code>a_buf</code></em>
: the buffer to parse.
<em class="parameter"><code>a_encoding</code></em>
: the character encoding of a_buf.</p>
<p>Parses a buffer that contains a css statement and returns 
an instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> in case of successful parsing.
TODO: at support of "@import" rules.</p>
<p>Returns the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> in case
of successful parsing, NULL otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-new-ruleset"></a><h3>cr_statement_new_ruleset ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_new_ruleset (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
                          <em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_sel_list</code></em>,
                          <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_decl_list</code></em>,
                          <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_media_rule</code></em>);</pre>
<p><em class="parameter"><code>a_sel_list</code></em>
: the list of <a class="link" href="libcroco-cr-simple-sel.html#CRSimpleSel" title="struct CRSimpleSel"><span class="type">CRSimpleSel</span></a> (selectors)
the rule applies to.
<em class="parameter"><code>a_decl_list</code></em>
: the list of instances of <a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a>
that composes the ruleset.
<em class="parameter"><code>a_media_types</code></em>
: a list of instances of GString that
describe the media list this ruleset applies to.</p>
<p>Creates a new instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> of type
<span class="type">CRRulSet</span>.</p>
<p>Returns the new instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> or NULL if something
went wrong.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-ruleset-parse-from-buf"></a><h3>cr_statement_ruleset_parse_from_buf ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_ruleset_parse_from_buf (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                     <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);</pre>
<p><em class="parameter"><code>a_buf</code></em>
: the buffer to parse.
<em class="parameter"><code>a_enc</code></em>
: the character encoding of a_buf.</p>
<p>Parses a buffer that contains a ruleset statement an instanciates
a <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> of type RULESET_STMT.</p>
<p>Returns the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> in case of successful parsing,
NULL otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-new-at-import-rule"></a><h3>cr_statement_new_at_import_rule ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_new_at_import_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_container_sheet</code></em>,
                                 <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_url</code></em>,
                                 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *a_media_list</code></em>,
                                 <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_imported_sheet</code></em>);</pre>
<p><em class="parameter"><code>a_url</code></em>
: the url to connect to the get the file
to be imported.
<em class="parameter"><code>a_sheet</code></em>
: the imported parsed stylesheet.</p>
<p>Creates a new instance of <span class="type">CRStatment</span> of type
<a class="link" href="libcroco-cr-statement.html#CRAtImportRule" title="struct CRAtImportRule"><span class="type">CRAtImportRule</span></a>.</p>
<p>Returns the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-import-rule-parse-from-buf"></a><h3>cr_statement_at_import_rule_parse_from_buf ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_at_import_rule_parse_from_buf
                               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
<p><em class="parameter"><code>a_buf</code></em>
: the buffer to parse.
<em class="parameter"><code>a_encoding</code></em>
: the encoding of a_buf.</p>
<p>Parses a buffer that contains an "@import" rule and
instanciate a <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> of type AT_IMPORT_RULE_STMT</p>
<p>Returns the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> in case of 
a successful parsing, NULL otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-new-at-media-rule"></a><h3>cr_statement_new_at_media_rule ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_new_at_media_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_ruleset</code></em>,
                                <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *a_media</code></em>);</pre>
<p><em class="parameter"><code>a_ruleset</code></em>
: the ruleset statements contained
in the @media rule.
<em class="parameter"><code>a_media</code></em>
: the media string list. A list of GString pointers.</p>
<p>Instanciates an instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> of type
AT_MEDIA_RULE_STMT (@media ruleset).</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-media-rule-parse-from-buf"></a><h3>cr_statement_at_media_rule_parse_from_buf ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_at_media_rule_parse_from_buf
                               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                <em class="parameter"><code><span class="type">enum CREncoding</span> a_enc</code></em>);</pre>
<p><em class="parameter"><code>a_buf</code></em>
: the input to parse.
<em class="parameter"><code>a_enc</code></em>
: the encoding of the buffer.</p>
<p>Parses a buffer that contains an "@media" declaration
and builds an @media css statement.</p>
<p>Returns the @media statement, or NULL if the buffer could not
be successfully parsed.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-new-at-charset-rule"></a><h3>cr_statement_new_at_charset_rule ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_new_at_charset_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
                                  <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_charset</code></em>);</pre>
<p><em class="parameter"><code>a_charset</code></em>
: the string representing the charset.
Note that the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> becomes
the owner of a_charset. The caller must not free a_charset !!!.</p>
<p>Creates a new instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> of type
<a class="link" href="libcroco-cr-statement.html#CRAtCharsetRule" title="struct CRAtCharsetRule"><span class="type">CRAtCharsetRule</span></a>.</p>
<p>Returns the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> or NULL
if an error arises.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-charset-rule-parse-from-buf"></a><h3>cr_statement_at_charset_rule_parse_from_buf ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_at_charset_rule_parse_from_buf
                               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
<p><em class="parameter"><code>a_buf</code></em>
: the buffer to parse.
<em class="parameter"><code>a_encoding</code></em>
: the character encoding of the buffer.</p>
<p>Parses a buffer that contains an '@charset' rule and
creates an instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> of type AT_CHARSET_RULE_STMT.</p>
<p>Returns the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-new-at-font-face-rule"></a><h3>cr_statement_new_at_font_face_rule ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_new_at_font_face_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
                                    <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_font_decls</code></em>);</pre>
<p><em class="parameter"><code>a_font_decls</code></em>
: a list of instances of <a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a>. Each declaration
is actually a font declaration.</p>
<p>Creates an instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> of type <a class="link" href="libcroco-cr-statement.html#CRAtFontFaceRule" title="struct CRAtFontFaceRule"><span class="type">CRAtFontFaceRule</span></a>.</p>
<p>Returns the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-font-face-rule-parse-from-buf"></a><h3>cr_statement_font_face_rule_parse_from_buf ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_font_face_rule_parse_from_buf
                               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
<p><em class="parameter"><code>a_buf</code></em>
: the buffer to parse.
<em class="parameter"><code>a_encoding</code></em>
: the character encoding of a_buf.</p>
<p>Parses a buffer that contains an "@font-face" rule and builds
an instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> of type AT_FONT_FACE_RULE_STMT out of it.</p>
<p>Returns the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> in case of successufull
parsing, NULL otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-new-at-page-rule"></a><h3>cr_statement_new_at_page_rule ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_new_at_page_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>,
                               <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_decl_list</code></em>,
                               <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_name</code></em>,
                               <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_pseudo</code></em>);</pre>
<p><em class="parameter"><code>a_decl_list</code></em>
: a list of instances of <a href="libcroco-cr-declaration.html#CRDeclaration"><span class="type">CRDeclarations</span></a>
which is actually the list of declarations that applies to
this page rule.
<em class="parameter"><code>a_selector</code></em>
: the page rule selector.</p>
<p>Creates a new instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> of type
<a class="link" href="libcroco-cr-statement.html#CRAtPageRule" title="struct CRAtPageRule"><span class="type">CRAtPageRule</span></a>.</p>
<p>Returns the newly built instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> or NULL
in case of error.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-page-rule-parse-from-buf"></a><h3>cr_statement_at_page_rule_parse_from_buf ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_at_page_rule_parse_from_buf
                               (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guchar"><span class="type">guchar</span></a> *a_buf</code></em>,
                                <em class="parameter"><code><span class="type">enum CREncoding</span> a_encoding</code></em>);</pre>
<p><em class="parameter"><code>a_buf</code></em>
: the character buffer to parse.
<em class="parameter"><code>a_encoding</code></em>
: the character encoding of a_buf.</p>
<p>Parses a buffer that contains an "@page" production and,
if the parsing succeeds, builds the page statement.</p>
<p>Returns the newly built at page statement in case of successful parsing,
NULL otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-set-parent-sheet"></a><h3>cr_statement_set_parent_sheet ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_set_parent_sheet (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                               <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
<em class="parameter"><code>a_sheet</code></em>
: the sheet that contains the current statement.</p>
<p>Sets the container stylesheet.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-get-parent-sheet"></a><h3>cr_statement_get_parent_sheet ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_get_parent_sheet (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                               <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_sheet</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
<em class="parameter"><code>a_sheet</code></em>
: out parameter. A pointer to the sheets that</p>
<p>Gets the sheets that contains the current statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-append"></a><h3>cr_statement_append ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_append (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                     <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_new</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of the statement list.
<em class="parameter"><code>a_new</code></em>
: a_new the new instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> to append.</p>
<p>Appends a new statement to the statement list.</p>
<p>Returns the new list statement list, or NULL in cas of failure.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-prepend"></a><h3>cr_statement_prepend ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_prepend (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                      <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_new</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
<em class="parameter"><code>a_new</code></em>
: the new statement to prepend.</p>
<p>Prepends the an instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> to
the current statement list.</p>
<p>Returns the new list with the new statement prepended,
or NULL in case of an error.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-unlink"></a><h3>cr_statement_unlink ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_unlink (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_stmt</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current statements list.
<em class="parameter"><code>a_to_unlink</code></em>
: the statement to unlink from the list.</p>
<p>Unlinks a statement from the statements list.</p>
<p>Returns the new list where a_to_unlink has been unlinked
from, or NULL in case of error.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-ruleset-set-sel-list"></a><h3>cr_statement_ruleset_set_sel_list ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_ruleset_set_sel_list (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                   <em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_sel_list</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current ruleset statement.
<em class="parameter"><code>a_sel_list</code></em>
: the selector list to set. Note
that this function increments the ref count of a_sel_list.
The sel list will be destroyed at the destruction of the
current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.</p>
<p>Sets a selector list to a ruleset statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-ruleset-get-sel-list"></a><h3>cr_statement_ruleset_get_sel_list ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_ruleset_get_sel_list (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                                   <em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> **a_list</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current ruleset statement.
<em class="parameter"><code>a_list</code></em>
: out parameter. The returned selector list,
if and only if the function returned CR_OK.</p>
<p>Gets a pointer to the selector list contained in
the current ruleset statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-ruleset-set-decl-list"></a><h3>cr_statement_ruleset_set_decl_list ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_ruleset_set_decl_list (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                    <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_list</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current ruleset statement.
<em class="parameter"><code>a_list</code></em>
: the declaration list to be added to the current
ruleset statement.</p>
<p>Sets a declaration list to the current ruleset statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-ruleset-get-declarations"></a><h3>cr_statement_ruleset_get_declarations ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_ruleset_get_declarations (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                       <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> **a_decl_list</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
<em class="parameter"><code>a_decl_list</code></em>
: out parameter. A pointer to the the returned
list of declaration. Must not be NULL.</p>
<p>Gets a pointer to the list of declaration contained
in the ruleset statement.</p>
<p>Returns CR_OK upon successful completion, an error code if something
bad happened.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-ruleset-append-decl2"></a><h3>cr_statement_ruleset_append_decl2 ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_ruleset_append_decl2 (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                   <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_prop</code></em>,
                                   <em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_value</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current statement.
<em class="parameter"><code>a_prop</code></em>
: the property of the declaration.
<em class="parameter"><code>a_value</code></em>
: the value of the declaration.</p>
<p>Appends a declaration to the current ruleset statement.</p>
<p>Returns CR_OK upon successful completion, an error code
otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-ruleset-append-decl"></a><h3>cr_statement_ruleset_append_decl ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_ruleset_append_decl (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                  <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>
<p>Appends a declaration to the current statement.</p>
<p><em class="parameter"><code>a_this</code></em>
: the current statement.
<em class="parameter"><code>a_declaration</code></em>
: the declaration to append.</p>
<p>Returns CR_OK upon sucessful completion, an error code
otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-import-rule-set-imported-sheet"></a><h3>cr_statement_at_import_rule_set_imported_sheet ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_import_rule_set_imported_sheet
                               (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> *a_sheet</code></em>);</pre>
<p>Sets a stylesheet to the current @import rule.
<em class="parameter"><code>a_this</code></em>
: the current @import rule.
<em class="parameter"><code>a_sheet</code></em>
: the stylesheet. The stylesheet is owned
by the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>, that is, the 
stylesheet will be destroyed when the current instance
of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> is destroyed.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-import-rule-get-imported-sheet"></a><h3>cr_statement_at_import_rule_get_imported_sheet ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_import_rule_get_imported_sheet
                               (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-statement.html#CRStyleSheet" title="CRStyleSheet"><span class="type">CRStyleSheet</span></a> **a_sheet</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current @import rule statement.
<em class="parameter"><code>a_sheet</code></em>
: out parameter. The returned stylesheet if and
only if the function returns CR_OK.</p>
<p>Gets the stylesheet contained by the @import rule statement.
Returns CR_OK upon sucessful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-import-rule-set-url"></a><h3>cr_statement_at_import_rule_set_url ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_import_rule_set_url (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                     <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_url</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current @import rule statement.
<em class="parameter"><code>a_url</code></em>
: the url to set.</p>
<p>Sets an url to the current @import rule statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-import-rule-get-url"></a><h3>cr_statement_at_import_rule_get_url ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_import_rule_get_url (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                                     <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> **a_url</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current @import rule statement.
<em class="parameter"><code>a_url</code></em>
: out parameter. The returned url if
and only if the function returned CR_OK.</p>
<p>Gets the url of the @import rule statement.
Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-media-nr-rules"></a><h3>cr_statement_at_media_nr_rules ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
cr_statement_at_media_nr_rules (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.</p>
<p>Returns the number of rules in the media rule;</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-media-get-from-list"></a><h3>cr_statement_at_media_get_from_list ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_at_media_get_from_list (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                     <em class="parameter"><code><span class="type">int</span> itemnr</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
<em class="parameter"><code>itemnr</code></em>
: the index into the media rule list of rules.</p>
<p>Use an index to get a CRStatement from the media rule list of rules.</p>
<p>Returns CRStatement at position itemnr, if itemnr &gt; number of rules - 1,
it will return NULL.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-page-rule-set-sel"></a><h3>cr_statement_at_page_rule_set_sel ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_page_rule_set_sel (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                   <em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> *a_sel</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-page-rule-get-sel"></a><h3>cr_statement_at_page_rule_get_sel ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_page_rule_get_sel (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                                   <em class="parameter"><code><a class="link" href="libcroco-cr-selector.html#CRSelector" title="struct CRSelector"><span class="type">CRSelector</span></a> **a_sel</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-page-rule-set-declarations"></a><h3>cr_statement_at_page_rule_set_declarations ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_page_rule_set_declarations
                               (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_decl_list</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current @page rule statement.
<em class="parameter"><code>a_decl_list</code></em>
: the declaration list to add. Will be freed
by the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> when it is destroyed.</p>
<p>Sets a declaration list to the current @page rule statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-page-rule-get-declarations"></a><h3>cr_statement_at_page_rule_get_declarations ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_page_rule_get_declarations
                               (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> **a_decl_list</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current @page rule statement.
<em class="parameter"><code>a_decl_list</code></em>
: out parameter. The returned declaration list.</p>
<p>Gets the declaration list associated to the current @page rule
statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-charset-rule-set-charset"></a><h3>cr_statement_at_charset_rule_set_charset ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_charset_rule_set_charset
                               (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_charset</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current @charset rule statement.
<em class="parameter"><code>a_charset</code></em>
: the charset to set.</p>
<p>Sets the charset of the current @charset rule statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-charset-rule-get-charset"></a><h3>cr_statement_at_charset_rule_get_charset ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_charset_rule_get_charset
                               (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> **a_charset</code></em>);</pre>
<p>Gets the charset string associated to the current
@charset rule statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
<div class="refsect3">
<a name="cr-statement-at-charset-rule-get-charset.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>a_this</p></td>
<td class="parameter_description"><p>the current @charset rule statement.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>a_charset</p></td>
<td class="parameter_description"><p>out parameter. The returned charset string if
and only if the function returned CR_OK.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-font-face-rule-set-decls"></a><h3>cr_statement_at_font_face_rule_set_decls ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_font_face_rule_set_decls
                               (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> *a_decls</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current @font-face rule statement.
<em class="parameter"><code>a_decls</code></em>
: the declarations list to set.</p>
<p>Sets a declaration list to the current @font-face rule statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-font-face-rule-get-decls"></a><h3>cr_statement_at_font_face_rule_get_decls ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_font_face_rule_get_decls
                               (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRDeclaration" title="struct CRDeclaration"><span class="type">CRDeclaration</span></a> **a_decls</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current @font-face rule statement.
<em class="parameter"><code>a_decls</code></em>
: out parameter. The returned declaration list if
and only if this function returns CR_OK.</p>
<p>Gets the declaration list associated to the current instance
of @font-face rule statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-at-font-face-rule-add-decl"></a><h3>cr_statement_at_font_face_rule_add_decl ()</h3>
<pre class="programlisting">enum <a class="link" href="libcroco-cr-utils.html#CRStatus" title="enum CRStatus"><span class="returnvalue">CRStatus</span></a>
cr_statement_at_font_face_rule_add_decl
                               (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-string.html#CRString" title="struct CRString"><span class="type">CRString</span></a> *a_prop</code></em>,
                                <em class="parameter"><code><a class="link" href="libcroco-cr-term.html#CRTerm" title="struct CRTerm"><span class="type">CRTerm</span></a> *a_value</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current @font-face rule statement.
<em class="parameter"><code>a_prop</code></em>
: the property of the declaration.
<em class="parameter"><code>a_value</code></em>
: the value of the declaration.</p>
<p>Adds a declaration to the current @font-face rule
statement.</p>
<p>Returns CR_OK upon successful completion, an error code otherwise.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-to-string"></a><h3>cr_statement_to_string ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
cr_statement_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                        <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current statement to serialize
<em class="parameter"><code>a_indent</code></em>
: the number of white space of indentation.</p>
<p>Serializes a css statement into a string</p>
<p>Returns the serialized statement. Must be freed by the caller
using <a href="/usr/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-list-to-string"></a><h3>cr_statement_list_to_string ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
cr_statement_list_to_string (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-dump"></a><h3>cr_statement_dump ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
cr_statement_dump (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                   <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
                   <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current css2 statement.
<em class="parameter"><code>a_fp</code></em>
: the destination file pointer.
<em class="parameter"><code>a_indent</code></em>
: the number of white space indentation characters.</p>
<p>Dumps the css2 statement to a file.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-dump-ruleset"></a><h3>cr_statement_dump_ruleset ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
cr_statement_dump_ruleset (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                           <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
                           <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#glong"><span class="type">glong</span></a> a_indent</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
<em class="parameter"><code>a_fp</code></em>
: the destination file pointer.
<em class="parameter"><code>a_indent</code></em>
: the number of indentation white spaces to add.</p>
<p>Dumps a ruleset statement to a file.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-dump-font-face-rule"></a><h3>cr_statement_dump_font_face_rule ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
cr_statement_dump_font_face_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                                  <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
                                  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#glong"><span class="type">glong</span></a> a_indent</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of font face rule statement.
<em class="parameter"><code>a_fp</code></em>
: the destination file pointer.
<em class="parameter"><code>a_indent</code></em>
: the number of white space indentation.</p>
<p>Dumps a font face rule statement to a file.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-dump-page"></a><h3>cr_statement_dump_page ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
cr_statement_dump_page (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                        <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
                        <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the statement to dump on stdout.
<em class="parameter"><code>a_fp</code></em>
: the destination file pointer.
<em class="parameter"><code>a_indent</code></em>
: the number of indentation white spaces.</p>
<p>Dumps an @page rule statement on stdout.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-dump-media-rule"></a><h3>cr_statement_dump_media_rule ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
cr_statement_dump_media_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                              <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the statement to dump.
<em class="parameter"><code>a_fp</code></em>
: the destination file pointer
<em class="parameter"><code>a_indent</code></em>
: the number of white spaces indentation.</p>
<p>Dumps an @media rule statement to a file.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-dump-import-rule"></a><h3>cr_statement_dump_import_rule ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
cr_statement_dump_import_rule (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                               <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
                               <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
<p><em class="parameter"><code>a_fp</code></em>
: the destination file pointer.
<em class="parameter"><code>a_indent</code></em>
: the number of white space indentations.</p>
<p>Dumps an @import rule statement to a file.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-dump-charset"></a><h3>cr_statement_dump_charset ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
cr_statement_dump_charset (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>,
                           <em class="parameter"><code><span class="type">FILE</span> *a_fp</code></em>,
                           <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> a_indent</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of the @charset rule statement.
<em class="parameter"><code>a_fp</code></em>
: the destination file pointer.
<em class="parameter"><code>a_indent</code></em>
: the number of indentation white spaces.</p>
<p>Dumps an @charset rule statement to a file.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-nr-rules"></a><h3>cr_statement_nr_rules ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
cr_statement_nr_rules (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> const *a_this</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.</p>
<p>Gets the number of rules in the statement list;</p>
<p>Returns number of rules in the statement list.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-get-from-list"></a><h3>cr_statement_get_from_list ()</h3>
<pre class="programlisting"><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="returnvalue">CRStatement</span></a> *
cr_statement_get_from_list (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>,
                            <em class="parameter"><code><span class="type">int</span> itemnr</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.
<em class="parameter"><code>itemnr</code></em>
: the index into the statement list.</p>
<p>Use an index to get a CRStatement from the statement list.</p>
<p>Returns CRStatement at position itemnr, if itemnr &gt; number of statements - 1,
it will return NULL.</p>
</div>
<hr>
<div class="refsect2">
<a name="cr-statement-destroy"></a><h3>cr_statement_destroy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
cr_statement_destroy (<em class="parameter"><code><a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a> *a_this</code></em>);</pre>
<p><em class="parameter"><code>a_this</code></em>
: the current instance of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.</p>
<p>Destructor of <a class="link" href="libcroco-cr-declaration.html#CRStatement" title="CRStatement"><span class="type">CRStatement</span></a>.</p>
</div>
</div>
<div class="refsect1">
<a name="libcroco-cr-statement.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="CRRuleSet"></a><h3>struct CRRuleSet</h3>
<pre class="programlisting">struct CRRuleSet {
	/**A list of instances of #CRSimpeSel*/
	CRSelector *sel_list ;

	/**A list of instances of #CRDeclaration*/
	CRDeclaration *decl_list ;
	
	/**
	 *The parent media rule, or NULL if
	 *no parent media rule exists.
	 */
	CRStatement *parent_media_rule ;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="CRAtImportRule"></a><h3>struct CRAtImportRule</h3>
<pre class="programlisting">struct CRAtImportRule {
	/**the url of the import rule*/
	CRString *url ;

        GList *media_list ;

	/**
	 *the stylesheet fetched from the url, if any.
	 *this is not "owned" by #CRAtImportRule which means
	 *it is not destroyed by the destructor of #CRAtImportRule.
	 */
	CRStyleSheet * sheet;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="CRAtMediaRule"></a><h3>struct CRAtMediaRule</h3>
<pre class="programlisting">struct CRAtMediaRule {
	GList *media_list ;
	CRStatement *rulesets ;	
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="CRAtPageRule"></a><h3>struct CRAtPageRule</h3>
<pre class="programlisting">struct CRAtPageRule {
	/**a list of instances of #CRDeclaration*/
	CRDeclaration *decl_list ;

	/**page selector. Is a pseudo selector*/
	CRString *name ;
	CRString *pseudo ;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="CRAtCharsetRule"></a><h3>struct CRAtCharsetRule</h3>
<pre class="programlisting">struct CRAtCharsetRule {
	CRString * charset ;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="CRAtFontFaceRule"></a><h3>struct CRAtFontFaceRule</h3>
<pre class="programlisting">struct CRAtFontFaceRule {
	/*a list of instanaces of #CRDeclaration*/
	CRDeclaration *decl_list ;
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="CRStatement"></a><h3>CRStatement</h3>
<pre class="programlisting">typedef struct {
	/**
	 *The type of the statement.
	 */
	enum CRStatementType type ;

	union
	{
		CRRuleSet *ruleset ;
		CRAtImportRule *import_rule ;
		CRAtMediaRule *media_rule ;
		CRAtPageRule *page_rule ;
		CRAtCharsetRule *charset_rule ;
		CRAtFontFaceRule *font_face_rule ;
	} kind ;

        /*
         *the specificity of the selector
         *that matched this statement.
         *This is only used by the cascading
         *order determination algorithm.
         */
        gulong specificity ;

        /*
         *the style sheet that contains
         *this css statement.
         */
        CRStyleSheet *parent_sheet ;
	CRStatement *next ;
	CRStatement *prev ;

        CRParsingLocation location ;

        /**
         *a custom pointer useable by
         *applications that use libcroco.
         *libcroco itself will never modify
         *this pointer.
         */        
        gpointer app_data ;

        /**
         *a custom pointer used
         *by the upper layers of libcroco.
         *application should never use this
         *pointer.
         */
        gpointer croco_data ;
} CRStatement;
</pre>
</div>
<hr>
<div class="refsect2">
<a name="CRStyleSheet"></a><h3>CRStyleSheet</h3>
<pre class="programlisting">typedef struct {
	/**The css statements list*/
	CRStatement *statements ;

        enum CRStyleOrigin origin ;

        /*the parent import rule, if any.*/
        CRStatement *parent_import_rule ;

	/**custom data used by libcroco*/
	gpointer croco_data ;

	/**
	 *custom application data pointer
	 *Can be used by applications.
	 */
	gpointer app_data ;

	/**
	 *the reference count of this insance
	 *Please, don't never ever modify it
	 *directly. Use cr_stylesheet_ref()
	 *and cr_stylesheet_unref() instead.
	 */
	gulong ref_count ;
} CRStyleSheet;
</pre>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>