This file is indexed.

/usr/share/gtk-doc/html/clutter/clutter.devhelp2 is in libclutter-1.0-doc 1.24.2-1.

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
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<book xmlns="http://www.devhelp.net/book" title="Clutter Reference Manual" link="index.html" author="" name="clutter" version="2" language="c">
  <chapters>
    <sub name="Overview" link="clutter-overview.html"/>
    <sub name="Building Clutter" link="building-clutter.html"/>
    <sub name="Running Clutter" link="running-clutter.html"/>
    <sub name="Clutter Core Reference" link="clutterbase.html">
      <sub name="Abstract classes and interfaces" link="ch01.html">
        <sub name="ClutterActor" link="ClutterActor.html"/>
        <sub name="ClutterContainer" link="ClutterContainer.html"/>
        <sub name="ClutterChildMeta" link="ClutterChildMeta.html"/>
        <sub name="ClutterMedia" link="ClutterMedia.html"/>
        <sub name="ClutterLayoutManager" link="ClutterLayoutManager.html"/>
        <sub name="ClutterLayoutMeta" link="ClutterLayoutMeta.html"/>
        <sub name="ClutterActorMeta" link="ClutterActorMeta.html"/>
        <sub name="ClutterAction" link="ClutterAction.html"/>
        <sub name="ClutterConstraint" link="ClutterConstraint.html"/>
        <sub name="ClutterEffect" link="ClutterEffect.html"/>
        <sub name="ClutterContent" link="ClutterContent.html"/>
      </sub>
      <sub name="Base actors" link="ch02.html">
        <sub name="ClutterStage" link="ClutterStage.html"/>
        <sub name="ClutterClone" link="ClutterClone.html"/>
        <sub name="ClutterText" link="ClutterText.html"/>
        <sub name="ClutterScrollActor" link="ClutterScrollActor.html"/>
      </sub>
      <sub name="Layout managers" link="ch03.html">
        <sub name="ClutterFixedLayout" link="ClutterFixedLayout.html"/>
        <sub name="ClutterBinLayout" link="ClutterBinLayout.html"/>
        <sub name="ClutterFlowLayout" link="ClutterFlowLayout.html"/>
        <sub name="ClutterBoxLayout" link="ClutterBoxLayout.html"/>
        <sub name="ClutterGridLayout" link="ClutterGridLayout.html"/>
      </sub>
      <sub name="Actions" link="ch04.html">
        <sub name="ClutterClickAction" link="ClutterClickAction.html"/>
        <sub name="ClutterDragAction" link="ClutterDragAction.html"/>
        <sub name="ClutterDropAction" link="ClutterDropAction.html"/>
        <sub name="ClutterGestureAction" link="ClutterGestureAction.html"/>
        <sub name="ClutterPanAction" link="ClutterPanAction.html"/>
        <sub name="ClutterSwipeAction" link="ClutterSwipeAction.html"/>
        <sub name="ClutterRotateAction" link="ClutterRotateAction.html"/>
        <sub name="ClutterZoomAction" link="ClutterZoomAction.html"/>
        <sub name="ClutterTapAction" link="ClutterTapAction.html"/>
      </sub>
      <sub name="Constraints" link="ch05.html">
        <sub name="ClutterAlignConstraint" link="ClutterAlignConstraint.html"/>
        <sub name="ClutterBindConstraint" link="ClutterBindConstraint.html"/>
        <sub name="ClutterPathConstraint" link="ClutterPathConstraint.html"/>
        <sub name="ClutterSnapConstraint" link="ClutterSnapConstraint.html"/>
      </sub>
      <sub name="Effects" link="ch06.html">
        <sub name="ClutterOffscreenEffect" link="ClutterOffscreenEffect.html"/>
        <sub name="ClutterShaderEffect" link="ClutterShaderEffect.html"/>
        <sub name="ClutterDeformEffect" link="ClutterDeformEffect.html"/>
        <sub name="ClutterBlurEffect" link="ClutterBlurEffect.html"/>
        <sub name="ClutterBrightnessContrastEffect" link="ClutterBrightnessContrastEffect.html"/>
        <sub name="ClutterColorizeEffect" link="ClutterColorizeEffect.html"/>
        <sub name="ClutterDesaturateEffect" link="ClutterDesaturateEffect.html"/>
        <sub name="ClutterPageTurnEffect" link="ClutterPageTurnEffect.html"/>
      </sub>
      <sub name="Content" link="ch07.html">
        <sub name="ClutterCanvas" link="ClutterCanvas.html"/>
        <sub name="ClutterImage" link="ClutterImage.html"/>
      </sub>
      <sub name="Paint Objects" link="ch08.html">
        <sub name="ClutterPaintNode" link="ClutterPaintNode.html"/>
        <sub name="Paint Nodes" link="clutter-Paint-Nodes.html"/>
      </sub>
    </sub>
    <sub name="Clutter Animation Framework" link="clutteranimation.html">
      <sub name="Base classes" link="ch09.html">
        <sub name="ClutterTimeline" link="ClutterTimeline.html"/>
        <sub name="Value intervals" link="clutter-Value-intervals.html"/>
        <sub name="ClutterAnimatable" link="ClutterAnimatable.html"/>
        <sub name="ClutterTransition" link="ClutterTransition.html"/>
        <sub name="ClutterPropertyTransition" link="ClutterPropertyTransition.html"/>
        <sub name="ClutterKeyframeTransition" link="ClutterKeyframeTransition.html"/>
        <sub name="ClutterTransitionGroup" link="ClutterTransitionGroup.html"/>
      </sub>
    </sub>
    <sub name="Clutter Tools" link="cluttertools.html">
      <sub name="General purpose API" link="ch10.html">
        <sub name="Colors" link="clutter-Colors.html"/>
        <sub name="Key Bindings" link="clutter-Key-Bindings.html"/>
        <sub name="ClutterDeviceManager" link="ClutterDeviceManager.html"/>
        <sub name="Events" link="clutter-Events.html"/>
        <sub name="Features" link="clutter-Features.html"/>
        <sub name="Base geometric types" link="clutter-Base-geometric-types.html"/>
        <sub name="ClutterInputDevice" link="ClutterInputDevice.html"/>
        <sub name="General" link="clutter-General.html"/>
        <sub name="ClutterPath" link="ClutterPath.html"/>
        <sub name="ClutterSettings" link="ClutterSettings.html"/>
        <sub name="Stage Manager" link="clutter-Stage-Manager.html"/>
        <sub name="ClutterTextBuffer" link="ClutterTextBuffer.html"/>
        <sub name="Unit conversion" link="clutter-Unit-conversion.html"/>
        <sub name="Cairo integration" link="clutter-Cairo-integration.html"/>
        <sub name="Utilities" link="clutter-Utilities.html"/>
        <sub name="Versioning Macros" link="clutter-Versioning-Macros.html"/>
      </sub>
      <sub name="User interface definition" link="ch11.html">
        <sub name="ClutterScript" link="ClutterScript.html"/>
        <sub name="ClutterScriptable" link="ClutterScriptable.html"/>
      </sub>
      <sub name="Generic list model" link="ch12.html">
        <sub name="ClutterModel" link="ClutterModel.html"/>
        <sub name="ClutterModelIter" link="ClutterModelIter.html"/>
        <sub name="ClutterListModel" link="ClutterListModel.html"/>
      </sub>
    </sub>
    <sub name="Clutter Backends" link="clutterbackends.html">
      <sub name="ClutterBackend" link="ClutterBackend.html"/>
      <sub name="X11 Specific Support" link="clutter-X11-Specific-Support.html"/>
      <sub name="ClutterX11TexturePixmap" link="ClutterX11TexturePixmap.html"/>
      <sub name="ClutterGLXTexturePixmap" link="ClutterGLXTexturePixmap.html"/>
      <sub name="Win32 Specific Support" link="clutter-Win32-Specific-Support.html"/>
      <sub name="EGL Specific Support" link="clutter-EGL-Specific-Support.html"/>
      <sub name="Intel CE3100, CE4100 Specific Support" link="clutter-Intel-CE3100-CE4100-Specific-Support.html"/>
      <sub name="GDK Specific Support" link="clutter-GDK-Specific-Support.html"/>
      <sub name="Wayland specific support" link="clutter-Wayland-specific-support.html"/>
      <sub name="Wayland compositor specific support" link="clutter-Wayland-compositor-specific-support.html"/>
      <sub name="ClutterWaylandSurface" link="clutter-ClutterWaylandSurface.html"/>
      <sub name="clutter-mir" link="clutter-clutter-mir.html"/>
    </sub>
    <sub name="Accessibility" link="cally.html">
      <sub name="Base Classes" link="ch13.html">
        <sub name="CallyActor" link="CallyActor.html"/>
        <sub name="CallyGroup" link="CallyGroup.html"/>
        <sub name="CallyStage" link="CallyStage.html"/>
        <sub name="CallyTexture" link="CallyTexture.html"/>
        <sub name="CallyRectangle" link="CallyRectangle.html"/>
        <sub name="CallyText" link="CallyText.html"/>
        <sub name="CallyClone" link="CallyClone.html"/>
      </sub>
      <sub name="Utility API" link="ch14.html">
        <sub name="Cally" link="clutter-General-API.html"/>
        <sub name="CallyUtil" link="CallyUtil.html"/>
        <sub name="CallyRoot" link="CallyRoot.html"/>
      </sub>
    </sub>
    <sub name="Migrating from previous version of Clutter" link="migration.html">
      <sub name="Migrating from ClutterEffect" link="migrating-ClutterEffect.html">
        <sub name="Using clutter_actor_animate()" link="migrating-ClutterEffect.html#using-actor-animate"/>
      </sub>
      <sub name="Migrating to ClutterPath" link="migrating-ClutterPath.html">
        <sub name="Creating a ClutterPath" link="migrating-ClutterPath.html#creating-paths"/>
        <sub name="Iterating over a ClutterPath" link="iterating-paths.html"/>
        <sub name="Integration with Cairo" link="using-cairo.html"/>
      </sub>
      <sub name="Migrating from ClutterBehaviour" link="migrating-ClutterBehaviour.html"/>
      <sub name="Migrating from ClutterAnimation" link="migrating-ClutterAnimation.html">
        <sub name="Migrating clutter_actor_animate()" link="migrating-ClutterAnimation.html#id-1.10.6.12"/>
      </sub>
    </sub>
    <sub name="Deprecated Classes" link="deprecated.html">
      <sub name="ClutterAlpha" link="ClutterAlpha.html"/>
      <sub name="Implicit Animations" link="clutter-Implicit-Animations.html"/>
      <sub name="ClutterAnimator" link="ClutterAnimator.html"/>
      <sub name="ClutterBehaviour" link="ClutterBehaviour.html"/>
      <sub name="ClutterBehaviourDepth" link="ClutterBehaviourDepth.html"/>
      <sub name="ClutterBehaviourEllipse" link="ClutterBehaviourEllipse.html"/>
      <sub name="ClutterBehaviourOpacity" link="ClutterBehaviourOpacity.html"/>
      <sub name="ClutterBehaviourPath" link="ClutterBehaviourPath.html"/>
      <sub name="ClutterBehaviourRotate" link="ClutterBehaviourRotate.html"/>
      <sub name="ClutterBehaviourScale" link="ClutterBehaviourScale.html"/>
      <sub name="ClutterBox" link="ClutterBox.html"/>
      <sub name="ClutterCairoTexture" link="ClutterCairoTexture.html"/>
      <sub name="ClutterGroup" link="ClutterGroup.html"/>
      <sub name="ClutterRectangle" link="ClutterRectangle.html"/>
      <sub name="ClutterScore" link="ClutterScore.html"/>
      <sub name="Shaders" link="clutter-Shaders.html"/>
      <sub name="ClutterState" link="ClutterState.html"/>
      <sub name="ClutterTableLayout" link="ClutterTableLayout.html"/>
      <sub name="ClutterTexture" link="ClutterTexture.html"/>
    </sub>
    <sub name="Clutter Actors and Objects" link="clutterobjects.html">
      <sub name="Object Hierarchy" link="clutterobjecthierarchy.html"/>
      <sub name="Object Index" link="clutterobjectindex.html"/>
    </sub>
    <sub name="Glossaries" link="clutterglossary.html">
      <sub name="Glossary" link="go01.html"/>
      <sub name="Annotation Glossary" link="annotation-glossary.html"/>
    </sub>
    <sub name="Index of all symbols" link="ix01.html"/>
    <sub name="Index of deprecated symbols" link="ix02.html"/>
    <sub name="Index of new symbols in 0.2" link="ix03.html"/>
    <sub name="Index of new symbols in 0.4" link="ix04.html"/>
    <sub name="Index of new symbols in 0.6" link="ix05.html"/>
    <sub name="Index of new symbols in 0.8" link="ix06.html"/>
    <sub name="Index of new symbols in 1.0" link="ix07.html"/>
    <sub name="Index of new symbols in 1.2" link="ix08.html"/>
    <sub name="Index of new symbols in 1.4" link="ix09.html"/>
    <sub name="Index of new symbols in 1.6" link="ix10.html"/>
    <sub name="Index of new symbols in 1.8" link="ix11.html"/>
    <sub name="Index of new symbols in 1.10" link="ix12.html"/>
    <sub name="Index of new symbols in 1.12" link="ix13.html"/>
    <sub name="Index of new symbols in 1.14" link="ix14.html"/>
    <sub name="Index of new symbols in 1.16" link="ix15.html"/>
    <sub name="Index of new symbols in 1.18" link="ix16.html"/>
    <sub name="Index of new symbols in 1.20" link="ix17.html"/>
    <sub name="Index of new symbols in 1.22" link="ix18.html"/>
    <sub name="Index of new symbols in 1.24" link="ix19.html"/>
    <sub name="License" link="license.html"/>
  </chapters>
  <functions>
    <keyword type="macro" name="CLUTTER_ACTOR_SET_FLAGS()" link="ClutterActor.html#CLUTTER-ACTOR-SET-FLAGS:CAPS" deprecated=""/>
    <keyword type="macro" name="CLUTTER_ACTOR_UNSET_FLAGS()" link="ClutterActor.html#CLUTTER-ACTOR-UNSET-FLAGS:CAPS" deprecated=""/>
    <keyword type="macro" name="CLUTTER_ACTOR_IS_MAPPED()" link="ClutterActor.html#CLUTTER-ACTOR-IS-MAPPED:CAPS" deprecated="" since="0.2"/>
    <keyword type="macro" name="CLUTTER_ACTOR_IS_REALIZED()" link="ClutterActor.html#CLUTTER-ACTOR-IS-REALIZED:CAPS" deprecated="" since="0.2"/>
    <keyword type="macro" name="CLUTTER_ACTOR_IS_VISIBLE()" link="ClutterActor.html#CLUTTER-ACTOR-IS-VISIBLE:CAPS" deprecated="" since="0.2"/>
    <keyword type="macro" name="CLUTTER_ACTOR_IS_REACTIVE()" link="ClutterActor.html#CLUTTER-ACTOR-IS-REACTIVE:CAPS" deprecated="" since="0.6"/>
    <keyword type="macro" name="CLUTTER_CALLBACK()" link="ClutterActor.html#CLUTTER-CALLBACK:CAPS"/>
    <keyword type="function" name="ClutterCallback ()" link="ClutterActor.html#ClutterCallback"/>
    <keyword type="function" name="clutter_actor_new ()" link="ClutterActor.html#clutter-actor-new" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_flags ()" link="ClutterActor.html#clutter-actor-set-flags" since="1.0"/>
    <keyword type="function" name="clutter_actor_unset_flags ()" link="ClutterActor.html#clutter-actor-unset-flags" since="1.0"/>
    <keyword type="function" name="clutter_actor_get_flags ()" link="ClutterActor.html#clutter-actor-get-flags" since="1.0"/>
    <keyword type="function" name="clutter_actor_set_name ()" link="ClutterActor.html#clutter-actor-set-name"/>
    <keyword type="function" name="clutter_actor_get_name ()" link="ClutterActor.html#clutter-actor-get-name"/>
    <keyword type="function" name="clutter_actor_get_gid ()" link="ClutterActor.html#clutter-actor-get-gid" deprecated="" since="0.6"/>
    <keyword type="function" name="clutter_actor_show ()" link="ClutterActor.html#clutter-actor-show"/>
    <keyword type="function" name="clutter_actor_show_all ()" link="ClutterActor.html#clutter-actor-show-all" deprecated="1.10: Actors are visible by default" since="0.2"/>
    <keyword type="function" name="clutter_actor_hide ()" link="ClutterActor.html#clutter-actor-hide"/>
    <keyword type="function" name="clutter_actor_hide_all ()" link="ClutterActor.html#clutter-actor-hide-all" deprecated="" since="0.2"/>
    <keyword type="function" name="clutter_actor_is_visible ()" link="ClutterActor.html#clutter-actor-is-visible" since="1.24"/>
    <keyword type="function" name="clutter_actor_realize ()" link="ClutterActor.html#clutter-actor-realize" deprecated=""/>
    <keyword type="function" name="clutter_actor_unrealize ()" link="ClutterActor.html#clutter-actor-unrealize" deprecated=""/>
    <keyword type="function" name="clutter_actor_is_realized ()" link="ClutterActor.html#clutter-actor-is-realized" since="1.24"/>
    <keyword type="function" name="clutter_actor_paint ()" link="ClutterActor.html#clutter-actor-paint"/>
    <keyword type="function" name="clutter_actor_continue_paint ()" link="ClutterActor.html#clutter-actor-continue-paint" since="1.8"/>
    <keyword type="function" name="clutter_actor_queue_redraw ()" link="ClutterActor.html#clutter-actor-queue-redraw"/>
    <keyword type="function" name="clutter_actor_queue_redraw_with_clip ()" link="ClutterActor.html#clutter-actor-queue-redraw-with-clip" since="1.10"/>
    <keyword type="function" name="clutter_actor_queue_relayout ()" link="ClutterActor.html#clutter-actor-queue-relayout" since="0.8"/>
    <keyword type="function" name="clutter_actor_destroy ()" link="ClutterActor.html#clutter-actor-destroy"/>
    <keyword type="function" name="clutter_actor_event ()" link="ClutterActor.html#clutter-actor-event" since="0.6"/>
    <keyword type="function" name="clutter_actor_should_pick_paint ()" link="ClutterActor.html#clutter-actor-should-pick-paint"/>
    <keyword type="function" name="clutter_actor_map ()" link="ClutterActor.html#clutter-actor-map" since="1.0"/>
    <keyword type="function" name="clutter_actor_unmap ()" link="ClutterActor.html#clutter-actor-unmap" since="1.0"/>
    <keyword type="function" name="clutter_actor_is_mapped ()" link="ClutterActor.html#clutter-actor-is-mapped" since="1.24"/>
    <keyword type="function" name="clutter_actor_has_overlaps ()" link="ClutterActor.html#clutter-actor-has-overlaps" since="1.8"/>
    <keyword type="function" name="clutter_actor_has_mapped_clones ()" link="ClutterActor.html#clutter-actor-has-mapped-clones" since="1.16"/>
    <keyword type="function" name="clutter_actor_allocate ()" link="ClutterActor.html#clutter-actor-allocate" since="0.8"/>
    <keyword type="function" name="clutter_actor_allocate_preferred_size ()" link="ClutterActor.html#clutter-actor-allocate-preferred-size" since="0.8"/>
    <keyword type="function" name="clutter_actor_allocate_available_size ()" link="ClutterActor.html#clutter-actor-allocate-available-size" since="1.0"/>
    <keyword type="function" name="clutter_actor_allocate_align_fill ()" link="ClutterActor.html#clutter-actor-allocate-align-fill" since="1.4"/>
    <keyword type="function" name="clutter_actor_set_allocation ()" link="ClutterActor.html#clutter-actor-set-allocation" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_allocation_box ()" link="ClutterActor.html#clutter-actor-get-allocation-box" since="0.8"/>
    <keyword type="function" name="clutter_actor_get_allocation_geometry ()" link="ClutterActor.html#clutter-actor-get-allocation-geometry" deprecated="1.12: Use clutter_actor_get_allocation_box() instead." since="0.8"/>
    <keyword type="function" name="clutter_actor_get_allocation_vertices ()" link="ClutterActor.html#clutter-actor-get-allocation-vertices" since="0.6"/>
    <keyword type="function" name="clutter_actor_get_preferred_size ()" link="ClutterActor.html#clutter-actor-get-preferred-size" since="0.8"/>
    <keyword type="function" name="clutter_actor_get_preferred_width ()" link="ClutterActor.html#clutter-actor-get-preferred-width" since="0.8"/>
    <keyword type="function" name="clutter_actor_get_preferred_height ()" link="ClutterActor.html#clutter-actor-get-preferred-height" since="0.8"/>
    <keyword type="function" name="clutter_actor_set_fixed_position_set ()" link="ClutterActor.html#clutter-actor-set-fixed-position-set" since="0.8"/>
    <keyword type="function" name="clutter_actor_get_fixed_position_set ()" link="ClutterActor.html#clutter-actor-get-fixed-position-set" since="0.8"/>
    <keyword type="function" name="clutter_actor_set_request_mode ()" link="ClutterActor.html#clutter-actor-set-request-mode" since="1.2"/>
    <keyword type="function" name="clutter_actor_get_request_mode ()" link="ClutterActor.html#clutter-actor-get-request-mode" since="1.2"/>
    <keyword type="function" name="clutter_actor_has_allocation ()" link="ClutterActor.html#clutter-actor-has-allocation" since="1.4"/>
    <keyword type="function" name="clutter_actor_set_x_align ()" link="ClutterActor.html#clutter-actor-set-x-align" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_x_align ()" link="ClutterActor.html#clutter-actor-get-x-align" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_y_align ()" link="ClutterActor.html#clutter-actor-set-y-align" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_y_align ()" link="ClutterActor.html#clutter-actor-get-y-align" since="1.10"/>
    <keyword type="function" name="clutter_margin_copy ()" link="ClutterActor.html#clutter-margin-copy" since="1.10"/>
    <keyword type="function" name="clutter_margin_free ()" link="ClutterActor.html#clutter-margin-free" since="1.10"/>
    <keyword type="function" name="clutter_margin_new ()" link="ClutterActor.html#clutter-margin-new" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_margin ()" link="ClutterActor.html#clutter-actor-set-margin" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_margin ()" link="ClutterActor.html#clutter-actor-get-margin" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_margin_top ()" link="ClutterActor.html#clutter-actor-set-margin-top" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_margin_top ()" link="ClutterActor.html#clutter-actor-get-margin-top" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_margin_right ()" link="ClutterActor.html#clutter-actor-set-margin-right" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_margin_right ()" link="ClutterActor.html#clutter-actor-get-margin-right" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_margin_bottom ()" link="ClutterActor.html#clutter-actor-set-margin-bottom" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_margin_bottom ()" link="ClutterActor.html#clutter-actor-get-margin-bottom" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_margin_left ()" link="ClutterActor.html#clutter-actor-set-margin-left" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_margin_left ()" link="ClutterActor.html#clutter-actor-get-margin-left" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_x_expand ()" link="ClutterActor.html#clutter-actor-set-x-expand" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_x_expand ()" link="ClutterActor.html#clutter-actor-get-x-expand" since="1.12"/>
    <keyword type="function" name="clutter_actor_set_y_expand ()" link="ClutterActor.html#clutter-actor-set-y-expand" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_y_expand ()" link="ClutterActor.html#clutter-actor-get-y-expand" since="1.12"/>
    <keyword type="function" name="clutter_actor_needs_expand ()" link="ClutterActor.html#clutter-actor-needs-expand" since="1.12"/>
    <keyword type="function" name="clutter_actor_set_layout_manager ()" link="ClutterActor.html#clutter-actor-set-layout-manager" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_layout_manager ()" link="ClutterActor.html#clutter-actor-get-layout-manager" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_background_color ()" link="ClutterActor.html#clutter-actor-set-background-color" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_background_color ()" link="ClutterActor.html#clutter-actor-get-background-color" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_geometry ()" link="ClutterActor.html#clutter-actor-set-geometry" deprecated=""/>
    <keyword type="function" name="clutter_actor_get_geometry ()" link="ClutterActor.html#clutter-actor-get-geometry" deprecated=""/>
    <keyword type="function" name="clutter_actor_set_size ()" link="ClutterActor.html#clutter-actor-set-size"/>
    <keyword type="function" name="clutter_actor_get_size ()" link="ClutterActor.html#clutter-actor-get-size" since="0.2"/>
    <keyword type="function" name="clutter_actor_set_position ()" link="ClutterActor.html#clutter-actor-set-position"/>
    <keyword type="function" name="clutter_actor_get_position ()" link="ClutterActor.html#clutter-actor-get-position" since="0.6"/>
    <keyword type="function" name="clutter_actor_set_width ()" link="ClutterActor.html#clutter-actor-set-width" since="0.2"/>
    <keyword type="function" name="clutter_actor_get_width ()" link="ClutterActor.html#clutter-actor-get-width"/>
    <keyword type="function" name="clutter_actor_set_height ()" link="ClutterActor.html#clutter-actor-set-height" since="0.2"/>
    <keyword type="function" name="clutter_actor_get_height ()" link="ClutterActor.html#clutter-actor-get-height"/>
    <keyword type="function" name="clutter_actor_set_x ()" link="ClutterActor.html#clutter-actor-set-x" since="0.6"/>
    <keyword type="function" name="clutter_actor_get_x ()" link="ClutterActor.html#clutter-actor-get-x"/>
    <keyword type="function" name="clutter_actor_set_y ()" link="ClutterActor.html#clutter-actor-set-y" since="0.6"/>
    <keyword type="function" name="clutter_actor_get_y ()" link="ClutterActor.html#clutter-actor-get-y"/>
    <keyword type="function" name="clutter_actor_move_by ()" link="ClutterActor.html#clutter-actor-move-by" since="0.2"/>
    <keyword type="function" name="clutter_actor_set_z_position ()" link="ClutterActor.html#clutter-actor-set-z-position" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_z_position ()" link="ClutterActor.html#clutter-actor-get-z-position" since="1.12"/>
    <keyword type="function" name="clutter_actor_set_pivot_point ()" link="ClutterActor.html#clutter-actor-set-pivot-point" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_pivot_point ()" link="ClutterActor.html#clutter-actor-get-pivot-point" since="1.12"/>
    <keyword type="function" name="clutter_actor_set_pivot_point_z ()" link="ClutterActor.html#clutter-actor-set-pivot-point-z" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_pivot_point_z ()" link="ClutterActor.html#clutter-actor-get-pivot-point-z" since="1.12"/>
    <keyword type="function" name="clutter_actor_set_scale ()" link="ClutterActor.html#clutter-actor-set-scale" since="0.2"/>
    <keyword type="function" name="clutter_actor_get_scale ()" link="ClutterActor.html#clutter-actor-get-scale" since="0.2"/>
    <keyword type="function" name="clutter_actor_set_scale_z ()" link="ClutterActor.html#clutter-actor-set-scale-z" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_scale_z ()" link="ClutterActor.html#clutter-actor-get-scale-z" since="1.12"/>
    <keyword type="function" name="clutter_actor_is_scaled ()" link="ClutterActor.html#clutter-actor-is-scaled" since="0.6"/>
    <keyword type="function" name="clutter_actor_set_rotation_angle ()" link="ClutterActor.html#clutter-actor-set-rotation-angle" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_rotation_angle ()" link="ClutterActor.html#clutter-actor-get-rotation-angle" since="1.12"/>
    <keyword type="function" name="clutter_actor_is_rotated ()" link="ClutterActor.html#clutter-actor-is-rotated" since="0.6"/>
    <keyword type="function" name="clutter_actor_set_translation ()" link="ClutterActor.html#clutter-actor-set-translation" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_translation ()" link="ClutterActor.html#clutter-actor-get-translation" since="1.12"/>
    <keyword type="function" name="clutter_actor_set_transform ()" link="ClutterActor.html#clutter-actor-set-transform" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_transform ()" link="ClutterActor.html#clutter-actor-get-transform" since="1.12"/>
    <keyword type="function" name="clutter_actor_set_child_transform ()" link="ClutterActor.html#clutter-actor-set-child-transform" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_child_transform ()" link="ClutterActor.html#clutter-actor-get-child-transform" since="1.12"/>
    <keyword type="function" name="clutter_actor_apply_transform_to_point ()" link="ClutterActor.html#clutter-actor-apply-transform-to-point" since="0.4"/>
    <keyword type="function" name="clutter_actor_transform_stage_point ()" link="ClutterActor.html#clutter-actor-transform-stage-point" since="0.6"/>
    <keyword type="function" name="clutter_actor_apply_relative_transform_to_point ()" link="ClutterActor.html#clutter-actor-apply-relative-transform-to-point" since="0.6"/>
    <keyword type="function" name="clutter_actor_get_transformed_position ()" link="ClutterActor.html#clutter-actor-get-transformed-position" since="0.8"/>
    <keyword type="function" name="clutter_actor_get_transformed_size ()" link="ClutterActor.html#clutter-actor-get-transformed-size" since="0.8"/>
    <keyword type="function" name="clutter_actor_get_paint_opacity ()" link="ClutterActor.html#clutter-actor-get-paint-opacity" since="0.8"/>
    <keyword type="function" name="clutter_actor_get_paint_visibility ()" link="ClutterActor.html#clutter-actor-get-paint-visibility" since="0.8"/>
    <keyword type="function" name="clutter_actor_get_abs_allocation_vertices ()" link="ClutterActor.html#clutter-actor-get-abs-allocation-vertices" since="0.4"/>
    <keyword type="function" name="clutter_actor_get_paint_volume ()" link="ClutterActor.html#clutter-actor-get-paint-volume" since="1.6"/>
    <keyword type="function" name="clutter_actor_get_paint_box ()" link="ClutterActor.html#clutter-actor-get-paint-box" since="1.6"/>
    <keyword type="function" name="clutter_actor_get_transformed_paint_volume ()" link="ClutterActor.html#clutter-actor-get-transformed-paint-volume" since="1.6"/>
    <keyword type="function" name="clutter_actor_get_default_paint_volume ()" link="ClutterActor.html#clutter-actor-get-default-paint-volume" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_content ()" link="ClutterActor.html#clutter-actor-set-content" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_content ()" link="ClutterActor.html#clutter-actor-get-content" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_content_gravity ()" link="ClutterActor.html#clutter-actor-set-content-gravity" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_content_gravity ()" link="ClutterActor.html#clutter-actor-get-content-gravity" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_content_scaling_filters ()" link="ClutterActor.html#clutter-actor-set-content-scaling-filters" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_content_scaling_filters ()" link="ClutterActor.html#clutter-actor-get-content-scaling-filters" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_content_repeat ()" link="ClutterActor.html#clutter-actor-set-content-repeat" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_content_repeat ()" link="ClutterActor.html#clutter-actor-get-content-repeat" since="1.12"/>
    <keyword type="function" name="clutter_actor_get_content_box ()" link="ClutterActor.html#clutter-actor-get-content-box" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_clip ()" link="ClutterActor.html#clutter-actor-set-clip" since="0.6"/>
    <keyword type="function" name="clutter_actor_remove_clip ()" link="ClutterActor.html#clutter-actor-remove-clip"/>
    <keyword type="function" name="clutter_actor_has_clip ()" link="ClutterActor.html#clutter-actor-has-clip" since="0.2"/>
    <keyword type="function" name="clutter_actor_get_clip ()" link="ClutterActor.html#clutter-actor-get-clip" since="0.6"/>
    <keyword type="function" name="clutter_actor_set_clip_to_allocation ()" link="ClutterActor.html#clutter-actor-set-clip-to-allocation" since="1.4"/>
    <keyword type="function" name="clutter_actor_get_clip_to_allocation ()" link="ClutterActor.html#clutter-actor-get-clip-to-allocation" since="1.4"/>
    <keyword type="function" name="clutter_actor_set_opacity ()" link="ClutterActor.html#clutter-actor-set-opacity"/>
    <keyword type="function" name="clutter_actor_get_opacity ()" link="ClutterActor.html#clutter-actor-get-opacity"/>
    <keyword type="function" name="clutter_actor_set_opacity_override ()" link="ClutterActor.html#clutter-actor-set-opacity-override" stability="Unstable"/>
    <keyword type="function" name="clutter_actor_get_opacity_override ()" link="ClutterActor.html#clutter-actor-get-opacity-override" since="1.22" stability="Unstable"/>
    <keyword type="function" name="clutter_actor_set_offscreen_redirect ()" link="ClutterActor.html#clutter-actor-set-offscreen-redirect" since="1.8"/>
    <keyword type="function" name="clutter_actor_get_offscreen_redirect ()" link="ClutterActor.html#clutter-actor-get-offscreen-redirect" since="1.8"/>
    <keyword type="function" name="clutter_actor_is_in_clone_paint ()" link="ClutterActor.html#clutter-actor-is-in-clone-paint" since="1.0"/>
    <keyword type="function" name="clutter_actor_add_child ()" link="ClutterActor.html#clutter-actor-add-child" since="1.10"/>
    <keyword type="function" name="clutter_actor_insert_child_above ()" link="ClutterActor.html#clutter-actor-insert-child-above" since="1.10"/>
    <keyword type="function" name="clutter_actor_insert_child_at_index ()" link="ClutterActor.html#clutter-actor-insert-child-at-index" since="1.10"/>
    <keyword type="function" name="clutter_actor_insert_child_below ()" link="ClutterActor.html#clutter-actor-insert-child-below" since="1.10"/>
    <keyword type="function" name="clutter_actor_replace_child ()" link="ClutterActor.html#clutter-actor-replace-child" since="1.10"/>
    <keyword type="function" name="clutter_actor_remove_child ()" link="ClutterActor.html#clutter-actor-remove-child" since="1.10"/>
    <keyword type="function" name="clutter_actor_remove_all_children ()" link="ClutterActor.html#clutter-actor-remove-all-children" since="1.10"/>
    <keyword type="function" name="clutter_actor_destroy_all_children ()" link="ClutterActor.html#clutter-actor-destroy-all-children" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_first_child ()" link="ClutterActor.html#clutter-actor-get-first-child" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_next_sibling ()" link="ClutterActor.html#clutter-actor-get-next-sibling" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_previous_sibling ()" link="ClutterActor.html#clutter-actor-get-previous-sibling" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_last_child ()" link="ClutterActor.html#clutter-actor-get-last-child" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_child_at_index ()" link="ClutterActor.html#clutter-actor-get-child-at-index" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_children ()" link="ClutterActor.html#clutter-actor-get-children" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_n_children ()" link="ClutterActor.html#clutter-actor-get-n-children" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_parent ()" link="ClutterActor.html#clutter-actor-get-parent"/>
    <keyword type="function" name="clutter_actor_set_child_above_sibling ()" link="ClutterActor.html#clutter-actor-set-child-above-sibling" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_child_at_index ()" link="ClutterActor.html#clutter-actor-set-child-at-index" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_child_below_sibling ()" link="ClutterActor.html#clutter-actor-set-child-below-sibling" since="1.10"/>
    <keyword type="function" name="clutter_actor_contains ()" link="ClutterActor.html#clutter-actor-contains" since="1.4"/>
    <keyword type="function" name="clutter_actor_get_stage ()" link="ClutterActor.html#clutter-actor-get-stage" since="0.8"/>
    <keyword type="function" name="clutter_actor_iter_init ()" link="ClutterActor.html#clutter-actor-iter-init" since="1.10"/>
    <keyword type="function" name="clutter_actor_iter_is_valid ()" link="ClutterActor.html#clutter-actor-iter-is-valid" since="1.12"/>
    <keyword type="function" name="clutter_actor_iter_next ()" link="ClutterActor.html#clutter-actor-iter-next" since="1.10"/>
    <keyword type="function" name="clutter_actor_iter_prev ()" link="ClutterActor.html#clutter-actor-iter-prev" since="1.10"/>
    <keyword type="function" name="clutter_actor_iter_remove ()" link="ClutterActor.html#clutter-actor-iter-remove" since="1.10"/>
    <keyword type="function" name="clutter_actor_iter_destroy ()" link="ClutterActor.html#clutter-actor-iter-destroy" since="1.10"/>
    <keyword type="function" name="ClutterActorCreateChildFunc ()" link="ClutterActor.html#ClutterActorCreateChildFunc" since="1.24"/>
    <keyword type="function" name="clutter_actor_bind_model ()" link="ClutterActor.html#clutter-actor-bind-model" since="1.24"/>
    <keyword type="function" name="clutter_actor_bind_model_with_properties ()" link="ClutterActor.html#clutter-actor-bind-model-with-properties" since="1.24"/>
    <keyword type="function" name="clutter_actor_save_easing_state ()" link="ClutterActor.html#clutter-actor-save-easing-state" since="1.10"/>
    <keyword type="function" name="clutter_actor_restore_easing_state ()" link="ClutterActor.html#clutter-actor-restore-easing-state" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_easing_duration ()" link="ClutterActor.html#clutter-actor-set-easing-duration" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_easing_duration ()" link="ClutterActor.html#clutter-actor-get-easing-duration" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_easing_mode ()" link="ClutterActor.html#clutter-actor-set-easing-mode" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_easing_mode ()" link="ClutterActor.html#clutter-actor-get-easing-mode" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_easing_delay ()" link="ClutterActor.html#clutter-actor-set-easing-delay" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_easing_delay ()" link="ClutterActor.html#clutter-actor-get-easing-delay" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_transition ()" link="ClutterActor.html#clutter-actor-get-transition" since="1.10"/>
    <keyword type="function" name="clutter_actor_add_transition ()" link="ClutterActor.html#clutter-actor-add-transition" since="1.10"/>
    <keyword type="function" name="clutter_actor_remove_transition ()" link="ClutterActor.html#clutter-actor-remove-transition" since="1.10"/>
    <keyword type="function" name="clutter_actor_remove_all_transitions ()" link="ClutterActor.html#clutter-actor-remove-all-transitions" since="1.10"/>
    <keyword type="function" name="clutter_actor_set_reactive ()" link="ClutterActor.html#clutter-actor-set-reactive" since="0.6"/>
    <keyword type="function" name="clutter_actor_get_reactive ()" link="ClutterActor.html#clutter-actor-get-reactive" since="0.6"/>
    <keyword type="function" name="clutter_actor_has_key_focus ()" link="ClutterActor.html#clutter-actor-has-key-focus" since="1.4"/>
    <keyword type="function" name="clutter_actor_grab_key_focus ()" link="ClutterActor.html#clutter-actor-grab-key-focus" since="1.0"/>
    <keyword type="function" name="clutter_actor_has_pointer ()" link="ClutterActor.html#clutter-actor-has-pointer" since="1.2"/>
    <keyword type="function" name="clutter_actor_get_pango_context ()" link="ClutterActor.html#clutter-actor-get-pango-context" since="1.0"/>
    <keyword type="function" name="clutter_actor_create_pango_context ()" link="ClutterActor.html#clutter-actor-create-pango-context" since="1.0"/>
    <keyword type="function" name="clutter_actor_create_pango_layout ()" link="ClutterActor.html#clutter-actor-create-pango-layout" since="1.0"/>
    <keyword type="function" name="clutter_actor_set_text_direction ()" link="ClutterActor.html#clutter-actor-set-text-direction" since="1.2"/>
    <keyword type="function" name="clutter_actor_get_text_direction ()" link="ClutterActor.html#clutter-actor-get-text-direction" since="1.2"/>
    <keyword type="function" name="clutter_actor_get_accessible ()" link="ClutterActor.html#clutter-actor-get-accessible"/>
    <keyword type="function" name="clutter_actor_add_action ()" link="ClutterActor.html#clutter-actor-add-action" since="1.4"/>
    <keyword type="function" name="clutter_actor_add_action_with_name ()" link="ClutterActor.html#clutter-actor-add-action-with-name" since="1.4"/>
    <keyword type="function" name="clutter_actor_remove_action ()" link="ClutterActor.html#clutter-actor-remove-action" since="1.4"/>
    <keyword type="function" name="clutter_actor_remove_action_by_name ()" link="ClutterActor.html#clutter-actor-remove-action-by-name" since="1.4"/>
    <keyword type="function" name="clutter_actor_has_actions ()" link="ClutterActor.html#clutter-actor-has-actions" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_actions ()" link="ClutterActor.html#clutter-actor-get-actions" since="1.4"/>
    <keyword type="function" name="clutter_actor_get_action ()" link="ClutterActor.html#clutter-actor-get-action" since="1.4"/>
    <keyword type="function" name="clutter_actor_clear_actions ()" link="ClutterActor.html#clutter-actor-clear-actions" since="1.4"/>
    <keyword type="function" name="clutter_actor_add_constraint ()" link="ClutterActor.html#clutter-actor-add-constraint" since="1.4"/>
    <keyword type="function" name="clutter_actor_add_constraint_with_name ()" link="ClutterActor.html#clutter-actor-add-constraint-with-name" since="1.4"/>
    <keyword type="function" name="clutter_actor_remove_constraint ()" link="ClutterActor.html#clutter-actor-remove-constraint" since="1.4"/>
    <keyword type="function" name="clutter_actor_remove_constraint_by_name ()" link="ClutterActor.html#clutter-actor-remove-constraint-by-name" since="1.4"/>
    <keyword type="function" name="clutter_actor_has_constraints ()" link="ClutterActor.html#clutter-actor-has-constraints" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_constraints ()" link="ClutterActor.html#clutter-actor-get-constraints" since="1.4"/>
    <keyword type="function" name="clutter_actor_get_constraint ()" link="ClutterActor.html#clutter-actor-get-constraint" since="1.4"/>
    <keyword type="function" name="clutter_actor_clear_constraints ()" link="ClutterActor.html#clutter-actor-clear-constraints" since="1.4"/>
    <keyword type="function" name="clutter_actor_add_effect ()" link="ClutterActor.html#clutter-actor-add-effect" since="1.4"/>
    <keyword type="function" name="clutter_actor_add_effect_with_name ()" link="ClutterActor.html#clutter-actor-add-effect-with-name" since="1.4"/>
    <keyword type="function" name="clutter_actor_remove_effect ()" link="ClutterActor.html#clutter-actor-remove-effect" since="1.4"/>
    <keyword type="function" name="clutter_actor_remove_effect_by_name ()" link="ClutterActor.html#clutter-actor-remove-effect-by-name" since="1.4"/>
    <keyword type="function" name="clutter_actor_has_effects ()" link="ClutterActor.html#clutter-actor-has-effects" since="1.10"/>
    <keyword type="function" name="clutter_actor_get_effects ()" link="ClutterActor.html#clutter-actor-get-effects" since="1.4"/>
    <keyword type="function" name="clutter_actor_get_effect ()" link="ClutterActor.html#clutter-actor-get-effect" since="1.4"/>
    <keyword type="function" name="clutter_actor_clear_effects ()" link="ClutterActor.html#clutter-actor-clear-effects" since="1.4"/>
    <keyword type="function" name="clutter_actor_set_scale_full ()" link="ClutterActor.html#clutter-actor-set-scale-full" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_set_scale_with_gravity ()" link="ClutterActor.html#clutter-actor-set-scale-with-gravity" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_get_scale_center ()" link="ClutterActor.html#clutter-actor-get-scale-center" deprecated="1.12: Use clutter_actor_get_pivot_point() instead." since="1.0"/>
    <keyword type="function" name="clutter_actor_get_scale_gravity ()" link="ClutterActor.html#clutter-actor-get-scale-gravity" deprecated="1.12: Use clutter_actor_get_pivot_point() instead." since="1.0"/>
    <keyword type="function" name="clutter_actor_set_depth ()" link="ClutterActor.html#clutter-actor-set-depth" deprecated="1.12: Use clutter_actor_set_z_position() instead."/>
    <keyword type="function" name="clutter_actor_get_depth ()" link="ClutterActor.html#clutter-actor-get-depth" deprecated="1.12: Use clutter_actor_get_z_position() instead."/>
    <keyword type="function" name="clutter_actor_push_internal ()" link="ClutterActor.html#clutter-actor-push-internal" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_actor_pop_internal ()" link="ClutterActor.html#clutter-actor-pop-internal" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_actor_set_parent ()" link="ClutterActor.html#clutter-actor-set-parent" deprecated="1.10: Use clutter_actor_add_child() instead."/>
    <keyword type="function" name="clutter_actor_reparent ()" link="ClutterActor.html#clutter-actor-reparent" deprecated="" since="0.2"/>
    <keyword type="function" name="clutter_actor_unparent ()" link="ClutterActor.html#clutter-actor-unparent" deprecated="1.10: Use clutter_actor_remove_child() instead." since="0.2"/>
    <keyword type="function" name="clutter_actor_raise ()" link="ClutterActor.html#clutter-actor-raise" deprecated="1.10: Use clutter_actor_set_child_above_sibling() instead."/>
    <keyword type="function" name="clutter_actor_lower ()" link="ClutterActor.html#clutter-actor-lower" deprecated="1.10: Use clutter_actor_set_child_below_sibling() instead."/>
    <keyword type="function" name="clutter_actor_raise_top ()" link="ClutterActor.html#clutter-actor-raise-top" deprecated=""/>
    <keyword type="function" name="clutter_actor_lower_bottom ()" link="ClutterActor.html#clutter-actor-lower-bottom" deprecated=""/>
    <keyword type="function" name="clutter_actor_set_shader ()" link="ClutterActor.html#clutter-actor-set-shader" deprecated="" since="0.6"/>
    <keyword type="function" name="clutter_actor_get_shader ()" link="ClutterActor.html#clutter-actor-get-shader" deprecated="1.8: Use clutter_actor_get_effect() instead." since="0.6"/>
    <keyword type="function" name="clutter_actor_set_shader_param ()" link="ClutterActor.html#clutter-actor-set-shader-param" deprecated="1.8: Use clutter_shader_effect_set_uniform_value() instead" since="1.0"/>
    <keyword type="function" name="clutter_actor_set_shader_param_float ()" link="ClutterActor.html#clutter-actor-set-shader-param-float" deprecated="1.8: Use clutter_shader_effect_set_uniform() instead" since="0.8"/>
    <keyword type="function" name="clutter_actor_set_shader_param_int ()" link="ClutterActor.html#clutter-actor-set-shader-param-int" deprecated="1.8: Use clutter_shader_effect_set_uniform() instead" since="0.8"/>
    <keyword type="function" name="clutter_actor_set_anchor_point ()" link="ClutterActor.html#clutter-actor-set-anchor-point" deprecated="1.12: Use #ClutterActor:pivot-point instead." since="0.6"/>
    <keyword type="function" name="clutter_actor_get_anchor_point ()" link="ClutterActor.html#clutter-actor-get-anchor-point" deprecated="1.12: Use #ClutterActor:pivot-point instead" since="0.6"/>
    <keyword type="function" name="clutter_actor_set_anchor_point_from_gravity ()" link="ClutterActor.html#clutter-actor-set-anchor-point-from-gravity" deprecated="" since="0.6"/>
    <keyword type="function" name="clutter_actor_get_anchor_point_gravity ()" link="ClutterActor.html#clutter-actor-get-anchor-point-gravity" deprecated="1.12: Use #ClutterActor:pivot-point instead." since="1.0"/>
    <keyword type="function" name="clutter_actor_move_anchor_point ()" link="ClutterActor.html#clutter-actor-move-anchor-point" deprecated="" since="0.6"/>
    <keyword type="function" name="clutter_actor_move_anchor_point_from_gravity ()" link="ClutterActor.html#clutter-actor-move-anchor-point-from-gravity" deprecated="" since="0.6"/>
    <keyword type="function" name="clutter_actor_set_rotation ()" link="ClutterActor.html#clutter-actor-set-rotation" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_actor_get_rotation ()" link="ClutterActor.html#clutter-actor-get-rotation" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_actor_set_z_rotation_from_gravity ()" link="ClutterActor.html#clutter-actor-set-z-rotation-from-gravity" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_get_z_rotation_gravity ()" link="ClutterActor.html#clutter-actor-get-z-rotation-gravity" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_get_transformation_matrix ()" link="ClutterActor.html#clutter-actor-get-transformation-matrix" deprecated="1.12: Use clutter_actor_get_transform() instead" since="1.0"/>
    <keyword type="enum" name="enum ClutterActorFlags" link="ClutterActor.html#ClutterActorFlags"/>
    <keyword type="enum" name="enum ClutterRequestMode" link="ClutterActor.html#ClutterRequestMode" since="0.8"/>
    <keyword type="struct" name="ClutterActor" link="ClutterActor.html#ClutterActor-struct"/>
    <keyword type="struct" name="struct ClutterActorClass" link="ClutterActor.html#ClutterActorClass"/>
    <keyword type="enum" name="enum ClutterAllocationFlags" link="ClutterActor.html#ClutterAllocationFlags" since="1.0"/>
    <keyword type="enum" name="enum ClutterActorAlign" link="ClutterActor.html#ClutterActorAlign" since="1.10"/>
    <keyword type="struct" name="struct ClutterMargin" link="ClutterActor.html#ClutterMargin-struct"/>
    <keyword type="enum" name="enum ClutterContentGravity" link="ClutterActor.html#ClutterContentGravity" since="1.10"/>
    <keyword type="enum" name="enum ClutterScalingFilter" link="ClutterActor.html#ClutterScalingFilter" since="1.10"/>
    <keyword type="enum" name="enum ClutterContentRepeat" link="ClutterActor.html#ClutterContentRepeat" since="1.12"/>
    <keyword type="enum" name="enum ClutterOffscreenRedirect" link="ClutterActor.html#ClutterOffscreenRedirect" since="1.8"/>
    <keyword type="struct" name="ClutterActorIter" link="ClutterActor.html#ClutterActorIter" since="1.10"/>
    <keyword type="property" name="The “actions” property" link="ClutterActor.html#ClutterActor--actions"/>
    <keyword type="property" name="The “allocation” property" link="ClutterActor.html#ClutterActor--allocation"/>
    <keyword type="property" name="The “anchor-gravity” property" link="ClutterActor.html#ClutterActor--anchor-gravity"/>
    <keyword type="property" name="The “anchor-x” property" link="ClutterActor.html#ClutterActor--anchor-x"/>
    <keyword type="property" name="The “anchor-y” property" link="ClutterActor.html#ClutterActor--anchor-y"/>
    <keyword type="property" name="The “background-color” property" link="ClutterActor.html#ClutterActor--background-color"/>
    <keyword type="property" name="The “background-color-set” property" link="ClutterActor.html#ClutterActor--background-color-set"/>
    <keyword type="property" name="The “child-transform” property" link="ClutterActor.html#ClutterActor--child-transform"/>
    <keyword type="property" name="The “child-transform-set” property" link="ClutterActor.html#ClutterActor--child-transform-set"/>
    <keyword type="property" name="The “clip” property" link="ClutterActor.html#ClutterActor--clip"/>
    <keyword type="property" name="The “clip-rect” property" link="ClutterActor.html#ClutterActor--clip-rect"/>
    <keyword type="property" name="The “clip-to-allocation” property" link="ClutterActor.html#ClutterActor--clip-to-allocation"/>
    <keyword type="property" name="The “constraints” property" link="ClutterActor.html#ClutterActor--constraints"/>
    <keyword type="property" name="The “content” property" link="ClutterActor.html#ClutterActor--content"/>
    <keyword type="property" name="The “content-box” property" link="ClutterActor.html#ClutterActor--content-box"/>
    <keyword type="property" name="The “content-gravity” property" link="ClutterActor.html#ClutterActor--content-gravity"/>
    <keyword type="property" name="The “content-repeat” property" link="ClutterActor.html#ClutterActor--content-repeat"/>
    <keyword type="property" name="The “depth” property" link="ClutterActor.html#ClutterActor--depth"/>
    <keyword type="property" name="The “effect” property" link="ClutterActor.html#ClutterActor--effect"/>
    <keyword type="property" name="The “first-child” property" link="ClutterActor.html#ClutterActor--first-child"/>
    <keyword type="property" name="The “fixed-position-set” property" link="ClutterActor.html#ClutterActor--fixed-position-set"/>
    <keyword type="property" name="The “fixed-x” property" link="ClutterActor.html#ClutterActor--fixed-x"/>
    <keyword type="property" name="The “fixed-y” property" link="ClutterActor.html#ClutterActor--fixed-y"/>
    <keyword type="property" name="The “has-clip” property" link="ClutterActor.html#ClutterActor--has-clip"/>
    <keyword type="property" name="The “has-pointer” property" link="ClutterActor.html#ClutterActor--has-pointer"/>
    <keyword type="property" name="The “height” property" link="ClutterActor.html#ClutterActor--height"/>
    <keyword type="property" name="The “last-child” property" link="ClutterActor.html#ClutterActor--last-child"/>
    <keyword type="property" name="The “layout-manager” property" link="ClutterActor.html#ClutterActor--layout-manager"/>
    <keyword type="property" name="The “magnification-filter” property" link="ClutterActor.html#ClutterActor--magnification-filter"/>
    <keyword type="property" name="The “mapped” property" link="ClutterActor.html#ClutterActor--mapped"/>
    <keyword type="property" name="The “margin-bottom” property" link="ClutterActor.html#ClutterActor--margin-bottom"/>
    <keyword type="property" name="The “margin-left” property" link="ClutterActor.html#ClutterActor--margin-left"/>
    <keyword type="property" name="The “margin-right” property" link="ClutterActor.html#ClutterActor--margin-right"/>
    <keyword type="property" name="The “margin-top” property" link="ClutterActor.html#ClutterActor--margin-top"/>
    <keyword type="property" name="The “min-height” property" link="ClutterActor.html#ClutterActor--min-height"/>
    <keyword type="property" name="The “min-height-set” property" link="ClutterActor.html#ClutterActor--min-height-set"/>
    <keyword type="property" name="The “min-width” property" link="ClutterActor.html#ClutterActor--min-width"/>
    <keyword type="property" name="The “min-width-set” property" link="ClutterActor.html#ClutterActor--min-width-set"/>
    <keyword type="property" name="The “minification-filter” property" link="ClutterActor.html#ClutterActor--minification-filter"/>
    <keyword type="property" name="The “name” property" link="ClutterActor.html#ClutterActor--name"/>
    <keyword type="property" name="The “natural-height” property" link="ClutterActor.html#ClutterActor--natural-height"/>
    <keyword type="property" name="The “natural-height-set” property" link="ClutterActor.html#ClutterActor--natural-height-set"/>
    <keyword type="property" name="The “natural-width” property" link="ClutterActor.html#ClutterActor--natural-width"/>
    <keyword type="property" name="The “natural-width-set” property" link="ClutterActor.html#ClutterActor--natural-width-set"/>
    <keyword type="property" name="The “offscreen-redirect” property" link="ClutterActor.html#ClutterActor--offscreen-redirect"/>
    <keyword type="property" name="The “opacity” property" link="ClutterActor.html#ClutterActor--opacity"/>
    <keyword type="property" name="The “pivot-point” property" link="ClutterActor.html#ClutterActor--pivot-point"/>
    <keyword type="property" name="The “pivot-point-z” property" link="ClutterActor.html#ClutterActor--pivot-point-z"/>
    <keyword type="property" name="The “position” property" link="ClutterActor.html#ClutterActor--position"/>
    <keyword type="property" name="The “reactive” property" link="ClutterActor.html#ClutterActor--reactive"/>
    <keyword type="property" name="The “realized” property" link="ClutterActor.html#ClutterActor--realized"/>
    <keyword type="property" name="The “request-mode” property" link="ClutterActor.html#ClutterActor--request-mode"/>
    <keyword type="property" name="The “rotation-angle-x” property" link="ClutterActor.html#ClutterActor--rotation-angle-x"/>
    <keyword type="property" name="The “rotation-angle-y” property" link="ClutterActor.html#ClutterActor--rotation-angle-y"/>
    <keyword type="property" name="The “rotation-angle-z” property" link="ClutterActor.html#ClutterActor--rotation-angle-z"/>
    <keyword type="property" name="The “rotation-center-x” property" link="ClutterActor.html#ClutterActor--rotation-center-x"/>
    <keyword type="property" name="The “rotation-center-y” property" link="ClutterActor.html#ClutterActor--rotation-center-y"/>
    <keyword type="property" name="The “rotation-center-z” property" link="ClutterActor.html#ClutterActor--rotation-center-z"/>
    <keyword type="property" name="The “rotation-center-z-gravity” property" link="ClutterActor.html#ClutterActor--rotation-center-z-gravity"/>
    <keyword type="property" name="The “scale-center-x” property" link="ClutterActor.html#ClutterActor--scale-center-x"/>
    <keyword type="property" name="The “scale-center-y” property" link="ClutterActor.html#ClutterActor--scale-center-y"/>
    <keyword type="property" name="The “scale-gravity” property" link="ClutterActor.html#ClutterActor--scale-gravity"/>
    <keyword type="property" name="The “scale-x” property" link="ClutterActor.html#ClutterActor--scale-x"/>
    <keyword type="property" name="The “scale-y” property" link="ClutterActor.html#ClutterActor--scale-y"/>
    <keyword type="property" name="The “scale-z” property" link="ClutterActor.html#ClutterActor--scale-z"/>
    <keyword type="property" name="The “show-on-set-parent” property" link="ClutterActor.html#ClutterActor--show-on-set-parent"/>
    <keyword type="property" name="The “size” property" link="ClutterActor.html#ClutterActor--size"/>
    <keyword type="property" name="The “text-direction” property" link="ClutterActor.html#ClutterActor--text-direction"/>
    <keyword type="property" name="The “transform” property" link="ClutterActor.html#ClutterActor--transform"/>
    <keyword type="property" name="The “transform-set” property" link="ClutterActor.html#ClutterActor--transform-set"/>
    <keyword type="property" name="The “translation-x” property" link="ClutterActor.html#ClutterActor--translation-x"/>
    <keyword type="property" name="The “translation-y” property" link="ClutterActor.html#ClutterActor--translation-y"/>
    <keyword type="property" name="The “translation-z” property" link="ClutterActor.html#ClutterActor--translation-z"/>
    <keyword type="property" name="The “visible” property" link="ClutterActor.html#ClutterActor--visible"/>
    <keyword type="property" name="The “width” property" link="ClutterActor.html#ClutterActor--width"/>
    <keyword type="property" name="The “x” property" link="ClutterActor.html#ClutterActor--x"/>
    <keyword type="property" name="The “x-align” property" link="ClutterActor.html#ClutterActor--x-align"/>
    <keyword type="property" name="The “x-expand” property" link="ClutterActor.html#ClutterActor--x-expand"/>
    <keyword type="property" name="The “y” property" link="ClutterActor.html#ClutterActor--y"/>
    <keyword type="property" name="The “y-align” property" link="ClutterActor.html#ClutterActor--y-align"/>
    <keyword type="property" name="The “y-expand” property" link="ClutterActor.html#ClutterActor--y-expand"/>
    <keyword type="property" name="The “z-position” property" link="ClutterActor.html#ClutterActor--z-position"/>
    <keyword type="signal" name="The “allocation-changed” signal" link="ClutterActor.html#ClutterActor-allocation-changed"/>
    <keyword type="signal" name="The “button-press-event” signal" link="ClutterActor.html#ClutterActor-button-press-event"/>
    <keyword type="signal" name="The “button-release-event” signal" link="ClutterActor.html#ClutterActor-button-release-event"/>
    <keyword type="signal" name="The “captured-event” signal" link="ClutterActor.html#ClutterActor-captured-event"/>
    <keyword type="signal" name="The “destroy” signal" link="ClutterActor.html#ClutterActor-destroy"/>
    <keyword type="signal" name="The “enter-event” signal" link="ClutterActor.html#ClutterActor-enter-event"/>
    <keyword type="signal" name="The “event” signal" link="ClutterActor.html#ClutterActor-event"/>
    <keyword type="signal" name="The “hide” signal" link="ClutterActor.html#ClutterActor-hide"/>
    <keyword type="signal" name="The “key-focus-in” signal" link="ClutterActor.html#ClutterActor-key-focus-in"/>
    <keyword type="signal" name="The “key-focus-out” signal" link="ClutterActor.html#ClutterActor-key-focus-out"/>
    <keyword type="signal" name="The “key-press-event” signal" link="ClutterActor.html#ClutterActor-key-press-event"/>
    <keyword type="signal" name="The “key-release-event” signal" link="ClutterActor.html#ClutterActor-key-release-event"/>
    <keyword type="signal" name="The “leave-event” signal" link="ClutterActor.html#ClutterActor-leave-event"/>
    <keyword type="signal" name="The “motion-event” signal" link="ClutterActor.html#ClutterActor-motion-event"/>
    <keyword type="signal" name="The “paint” signal" link="ClutterActor.html#ClutterActor-paint"/>
    <keyword type="signal" name="The “parent-set” signal" link="ClutterActor.html#ClutterActor-parent-set"/>
    <keyword type="signal" name="The “pick” signal" link="ClutterActor.html#ClutterActor-pick"/>
    <keyword type="signal" name="The “queue-redraw” signal" link="ClutterActor.html#ClutterActor-queue-redraw"/>
    <keyword type="signal" name="The “queue-relayout” signal" link="ClutterActor.html#ClutterActor-queue-relayout"/>
    <keyword type="signal" name="The “realize” signal" link="ClutterActor.html#ClutterActor-realize"/>
    <keyword type="signal" name="The “scroll-event” signal" link="ClutterActor.html#ClutterActor-scroll-event"/>
    <keyword type="signal" name="The “show” signal" link="ClutterActor.html#ClutterActor-show"/>
    <keyword type="signal" name="The “touch-event” signal" link="ClutterActor.html#ClutterActor-touch-event"/>
    <keyword type="signal" name="The “transition-stopped” signal" link="ClutterActor.html#ClutterActor-transition-stopped"/>
    <keyword type="signal" name="The “transitions-completed” signal" link="ClutterActor.html#ClutterActor-transitions-completed"/>
    <keyword type="signal" name="The “unrealize” signal" link="ClutterActor.html#ClutterActor-unrealize"/>
    <keyword type="function" name="clutter_container_add_actor ()" link="ClutterContainer.html#clutter-container-add-actor" deprecated="1.10: Use clutter_actor_add_child() instead." since="0.4"/>
    <keyword type="function" name="clutter_container_add ()" link="ClutterContainer.html#clutter-container-add" deprecated="1.10: Use clutter_actor_add_child() instead." since="0.4"/>
    <keyword type="function" name="clutter_container_add_valist ()" link="ClutterContainer.html#clutter-container-add-valist" deprecated="1.10: Use clutter_actor_add_child() instead." since="0.4"/>
    <keyword type="function" name="clutter_container_remove_actor ()" link="ClutterContainer.html#clutter-container-remove-actor" deprecated="1.10: Use clutter_actor_remove_child() instead." since="0.4"/>
    <keyword type="function" name="clutter_container_remove ()" link="ClutterContainer.html#clutter-container-remove" deprecated="1.10: Use clutter_actor_remove_child() instead." since="0.4"/>
    <keyword type="function" name="clutter_container_remove_valist ()" link="ClutterContainer.html#clutter-container-remove-valist" deprecated="1.10: Use clutter_actor_remove_child() instead." since="0.4"/>
    <keyword type="function" name="clutter_container_get_children ()" link="ClutterContainer.html#clutter-container-get-children" deprecated="1.10: Use clutter_actor_get_children() instead." since="0.4"/>
    <keyword type="function" name="clutter_container_foreach ()" link="ClutterContainer.html#clutter-container-foreach" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_container_foreach_with_internals ()" link="ClutterContainer.html#clutter-container-foreach-with-internals" deprecated="1.10: See clutter_container_foreach()." since="1.0"/>
    <keyword type="function" name="clutter_container_find_child_by_name ()" link="ClutterContainer.html#clutter-container-find-child-by-name" since="0.6"/>
    <keyword type="function" name="clutter_container_raise_child ()" link="ClutterContainer.html#clutter-container-raise-child" deprecated="1.10: Use clutter_actor_set_child_above_sibling() instead." since="0.6"/>
    <keyword type="function" name="clutter_container_lower_child ()" link="ClutterContainer.html#clutter-container-lower-child" deprecated="1.10: Use clutter_actor_set_child_below_sibling() instead." since="0.6"/>
    <keyword type="function" name="clutter_container_sort_depth_order ()" link="ClutterContainer.html#clutter-container-sort-depth-order" deprecated="" since="0.6"/>
    <keyword type="function" name="clutter_container_class_find_child_property ()" link="ClutterContainer.html#clutter-container-class-find-child-property" since="0.8"/>
    <keyword type="function" name="clutter_container_class_list_child_properties ()" link="ClutterContainer.html#clutter-container-class-list-child-properties" since="0.8"/>
    <keyword type="function" name="clutter_container_child_set_property ()" link="ClutterContainer.html#clutter-container-child-set-property" since="0.8"/>
    <keyword type="function" name="clutter_container_child_get_property ()" link="ClutterContainer.html#clutter-container-child-get-property" since="0.8"/>
    <keyword type="function" name="clutter_container_child_set ()" link="ClutterContainer.html#clutter-container-child-set" since="0.8"/>
    <keyword type="function" name="clutter_container_child_get ()" link="ClutterContainer.html#clutter-container-child-get" since="0.8"/>
    <keyword type="function" name="clutter_container_child_notify ()" link="ClutterContainer.html#clutter-container-child-notify" since="1.6"/>
    <keyword type="function" name="clutter_container_create_child_meta ()" link="ClutterContainer.html#clutter-container-create-child-meta" since="1.2"/>
    <keyword type="function" name="clutter_container_destroy_child_meta ()" link="ClutterContainer.html#clutter-container-destroy-child-meta" since="1.2"/>
    <keyword type="function" name="clutter_container_get_child_meta ()" link="ClutterContainer.html#clutter-container-get-child-meta" since="0.8"/>
    <keyword type="struct" name="ClutterContainer" link="ClutterContainer.html#ClutterContainer-struct"/>
    <keyword type="struct" name="struct ClutterContainerIface" link="ClutterContainer.html#ClutterContainerIface" since="0.4"/>
    <keyword type="signal" name="The “actor-added” signal" link="ClutterContainer.html#ClutterContainer-actor-added"/>
    <keyword type="signal" name="The “actor-removed” signal" link="ClutterContainer.html#ClutterContainer-actor-removed"/>
    <keyword type="signal" name="The “child-notify” signal" link="ClutterContainer.html#ClutterContainer-child-notify"/>
    <keyword type="function" name="clutter_child_meta_get_container ()" link="ClutterChildMeta.html#clutter-child-meta-get-container" since="0.8"/>
    <keyword type="function" name="clutter_child_meta_get_actor ()" link="ClutterChildMeta.html#clutter-child-meta-get-actor" since="0.8"/>
    <keyword type="struct" name="ClutterChildMeta" link="ClutterChildMeta.html#ClutterChildMeta-struct"/>
    <keyword type="struct" name="struct ClutterChildMetaClass" link="ClutterChildMeta.html#ClutterChildMetaClass" since="0.8"/>
    <keyword type="property" name="The “actor” property" link="ClutterChildMeta.html#ClutterChildMeta--actor"/>
    <keyword type="property" name="The “container” property" link="ClutterChildMeta.html#ClutterChildMeta--container"/>
    <keyword type="function" name="clutter_media_set_uri ()" link="ClutterMedia.html#clutter-media-set-uri" deprecated="1.12" since="0.2"/>
    <keyword type="function" name="clutter_media_get_uri ()" link="ClutterMedia.html#clutter-media-get-uri" deprecated="1.12" since="0.2"/>
    <keyword type="function" name="clutter_media_set_playing ()" link="ClutterMedia.html#clutter-media-set-playing" deprecated="1.12" since="0.2"/>
    <keyword type="function" name="clutter_media_get_playing ()" link="ClutterMedia.html#clutter-media-get-playing" deprecated="1.12" since="0.2"/>
    <keyword type="function" name="clutter_media_set_progress ()" link="ClutterMedia.html#clutter-media-set-progress" deprecated="1.12" since="1.0"/>
    <keyword type="function" name="clutter_media_get_progress ()" link="ClutterMedia.html#clutter-media-get-progress" deprecated="1.12" since="1.0"/>
    <keyword type="function" name="clutter_media_set_subtitle_uri ()" link="ClutterMedia.html#clutter-media-set-subtitle-uri" deprecated="1.12" since="1.2"/>
    <keyword type="function" name="clutter_media_get_subtitle_uri ()" link="ClutterMedia.html#clutter-media-get-subtitle-uri" deprecated="1.12" since="1.2"/>
    <keyword type="function" name="clutter_media_set_subtitle_font_name ()" link="ClutterMedia.html#clutter-media-set-subtitle-font-name" deprecated="1.12" since="1.2"/>
    <keyword type="function" name="clutter_media_get_subtitle_font_name ()" link="ClutterMedia.html#clutter-media-get-subtitle-font-name" deprecated="1.12" since="1.2"/>
    <keyword type="function" name="clutter_media_set_audio_volume ()" link="ClutterMedia.html#clutter-media-set-audio-volume" deprecated="1.12" since="1.0"/>
    <keyword type="function" name="clutter_media_get_audio_volume ()" link="ClutterMedia.html#clutter-media-get-audio-volume" deprecated="1.12" since="1.0"/>
    <keyword type="function" name="clutter_media_get_can_seek ()" link="ClutterMedia.html#clutter-media-get-can-seek" deprecated="1.12" since="0.2"/>
    <keyword type="function" name="clutter_media_get_buffer_fill ()" link="ClutterMedia.html#clutter-media-get-buffer-fill" deprecated="1.12" since="1.0"/>
    <keyword type="function" name="clutter_media_get_duration ()" link="ClutterMedia.html#clutter-media-get-duration" deprecated="1.12" since="0.2"/>
    <keyword type="function" name="clutter_media_set_filename ()" link="ClutterMedia.html#clutter-media-set-filename" deprecated="1.12" since="0.2"/>
    <keyword type="struct" name="ClutterMedia" link="ClutterMedia.html#ClutterMedia-struct"/>
    <keyword type="struct" name="struct ClutterMediaIface" link="ClutterMedia.html#ClutterMediaIface" since="0.2"/>
    <keyword type="property" name="The “audio-volume” property" link="ClutterMedia.html#ClutterMedia--audio-volume"/>
    <keyword type="property" name="The “buffer-fill” property" link="ClutterMedia.html#ClutterMedia--buffer-fill"/>
    <keyword type="property" name="The “can-seek” property" link="ClutterMedia.html#ClutterMedia--can-seek"/>
    <keyword type="property" name="The “duration” property" link="ClutterMedia.html#ClutterMedia--duration"/>
    <keyword type="property" name="The “playing” property" link="ClutterMedia.html#ClutterMedia--playing"/>
    <keyword type="property" name="The “progress” property" link="ClutterMedia.html#ClutterMedia--progress"/>
    <keyword type="property" name="The “subtitle-font-name” property" link="ClutterMedia.html#ClutterMedia--subtitle-font-name"/>
    <keyword type="property" name="The “subtitle-uri” property" link="ClutterMedia.html#ClutterMedia--subtitle-uri"/>
    <keyword type="property" name="The “uri” property" link="ClutterMedia.html#ClutterMedia--uri"/>
    <keyword type="signal" name="The “eos” signal" link="ClutterMedia.html#ClutterMedia-eos"/>
    <keyword type="signal" name="The “error” signal" link="ClutterMedia.html#ClutterMedia-error"/>
    <keyword type="function" name="clutter_layout_manager_get_preferred_width ()" link="ClutterLayoutManager.html#clutter-layout-manager-get-preferred-width" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_get_preferred_height ()" link="ClutterLayoutManager.html#clutter-layout-manager-get-preferred-height" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_allocate ()" link="ClutterLayoutManager.html#clutter-layout-manager-allocate" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_layout_changed ()" link="ClutterLayoutManager.html#clutter-layout-manager-layout-changed" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_set_container ()" link="ClutterLayoutManager.html#clutter-layout-manager-set-container" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_get_child_meta ()" link="ClutterLayoutManager.html#clutter-layout-manager-get-child-meta" since="1.0"/>
    <keyword type="function" name="clutter_layout_manager_child_set ()" link="ClutterLayoutManager.html#clutter-layout-manager-child-set" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_child_set_property ()" link="ClutterLayoutManager.html#clutter-layout-manager-child-set-property" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_child_get ()" link="ClutterLayoutManager.html#clutter-layout-manager-child-get" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_child_get_property ()" link="ClutterLayoutManager.html#clutter-layout-manager-child-get-property" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_find_child_property ()" link="ClutterLayoutManager.html#clutter-layout-manager-find-child-property" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_list_child_properties ()" link="ClutterLayoutManager.html#clutter-layout-manager-list-child-properties" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_begin_animation ()" link="ClutterLayoutManager.html#clutter-layout-manager-begin-animation" deprecated="1.12" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_end_animation ()" link="ClutterLayoutManager.html#clutter-layout-manager-end-animation" deprecated="1.12" since="1.2"/>
    <keyword type="function" name="clutter_layout_manager_get_animation_progress ()" link="ClutterLayoutManager.html#clutter-layout-manager-get-animation-progress" deprecated="1.12" since="1.2"/>
    <keyword type="struct" name="ClutterLayoutManager" link="ClutterLayoutManager.html#ClutterLayoutManager-struct"/>
    <keyword type="struct" name="struct ClutterLayoutManagerClass" link="ClutterLayoutManager.html#ClutterLayoutManagerClass" since="1.2"/>
    <keyword type="signal" name="The “layout-changed” signal" link="ClutterLayoutManager.html#ClutterLayoutManager-layout-changed"/>
    <keyword type="function" name="clutter_layout_meta_get_manager ()" link="ClutterLayoutMeta.html#clutter-layout-meta-get-manager" since="1.2"/>
    <keyword type="struct" name="ClutterLayoutMeta" link="ClutterLayoutMeta.html#ClutterLayoutMeta-struct"/>
    <keyword type="struct" name="struct ClutterLayoutMetaClass" link="ClutterLayoutMeta.html#ClutterLayoutMetaClass" since="1.2"/>
    <keyword type="property" name="The “manager” property" link="ClutterLayoutMeta.html#ClutterLayoutMeta--manager"/>
    <keyword type="function" name="clutter_actor_meta_set_name ()" link="ClutterActorMeta.html#clutter-actor-meta-set-name" since="1.4"/>
    <keyword type="function" name="clutter_actor_meta_get_name ()" link="ClutterActorMeta.html#clutter-actor-meta-get-name" since="1.4"/>
    <keyword type="function" name="clutter_actor_meta_set_enabled ()" link="ClutterActorMeta.html#clutter-actor-meta-set-enabled" since="1.4"/>
    <keyword type="function" name="clutter_actor_meta_get_enabled ()" link="ClutterActorMeta.html#clutter-actor-meta-get-enabled" since="1.4"/>
    <keyword type="function" name="clutter_actor_meta_get_actor ()" link="ClutterActorMeta.html#clutter-actor-meta-get-actor" since="1.4"/>
    <keyword type="struct" name="ClutterActorMeta" link="ClutterActorMeta.html#ClutterActorMeta-struct"/>
    <keyword type="struct" name="struct ClutterActorMetaClass" link="ClutterActorMeta.html#ClutterActorMetaClass" since="1.4"/>
    <keyword type="property" name="The “actor” property" link="ClutterActorMeta.html#ClutterActorMeta--actor"/>
    <keyword type="property" name="The “enabled” property" link="ClutterActorMeta.html#ClutterActorMeta--enabled"/>
    <keyword type="property" name="The “name” property" link="ClutterActorMeta.html#ClutterActorMeta--name"/>
    <keyword type="struct" name="ClutterAction" link="ClutterAction.html#ClutterAction-struct"/>
    <keyword type="struct" name="struct ClutterActionClass" link="ClutterAction.html#ClutterActionClass" since="1.4"/>
    <keyword type="struct" name="ClutterConstraint" link="ClutterConstraint.html#ClutterConstraint-struct"/>
    <keyword type="struct" name="struct ClutterConstraintClass" link="ClutterConstraint.html#ClutterConstraintClass" since="1.4"/>
    <keyword type="function" name="clutter_effect_queue_repaint ()" link="ClutterEffect.html#clutter-effect-queue-repaint" since="1.8"/>
    <keyword type="struct" name="ClutterEffect" link="ClutterEffect.html#ClutterEffect-struct"/>
    <keyword type="struct" name="struct ClutterEffectClass" link="ClutterEffect.html#ClutterEffectClass" since="1.4"/>
    <keyword type="enum" name="enum ClutterEffectPaintFlags" link="ClutterEffect.html#ClutterEffectPaintFlags"/>
    <keyword type="function" name="clutter_content_get_preferred_size ()" link="ClutterContent.html#clutter-content-get-preferred-size" since="1.10"/>
    <keyword type="function" name="clutter_content_invalidate ()" link="ClutterContent.html#clutter-content-invalidate" since="1.10"/>
    <keyword type="struct" name="ClutterContent" link="ClutterContent.html#ClutterContent-struct"/>
    <keyword type="struct" name="struct ClutterContentIface" link="ClutterContent.html#ClutterContentIface" since="1.10"/>
    <keyword type="signal" name="The “attached” signal" link="ClutterContent.html#ClutterContent-attached"/>
    <keyword type="signal" name="The “detached” signal" link="ClutterContent.html#ClutterContent-detached"/>
    <keyword type="function" name="clutter_stage_new ()" link="ClutterStage.html#clutter-stage-new" since="0.8"/>
    <keyword type="function" name="clutter_stage_get_actor_at_pos ()" link="ClutterStage.html#clutter-stage-get-actor-at-pos"/>
    <keyword type="function" name="clutter_stage_ensure_current ()" link="ClutterStage.html#clutter-stage-ensure-current" since="0.8"/>
    <keyword type="function" name="clutter_stage_ensure_viewport ()" link="ClutterStage.html#clutter-stage-ensure-viewport" since="1.0"/>
    <keyword type="function" name="clutter_stage_ensure_redraw ()" link="ClutterStage.html#clutter-stage-ensure-redraw" since="1.0"/>
    <keyword type="function" name="clutter_stage_event ()" link="ClutterStage.html#clutter-stage-event" since="0.4"/>
    <keyword type="function" name="clutter_stage_set_key_focus ()" link="ClutterStage.html#clutter-stage-set-key-focus" since="0.6"/>
    <keyword type="function" name="clutter_stage_get_key_focus ()" link="ClutterStage.html#clutter-stage-get-key-focus" since="0.6"/>
    <keyword type="function" name="clutter_stage_read_pixels ()" link="ClutterStage.html#clutter-stage-read-pixels"/>
    <keyword type="function" name="clutter_stage_set_throttle_motion_events ()" link="ClutterStage.html#clutter-stage-set-throttle-motion-events" since="1.0"/>
    <keyword type="function" name="clutter_stage_get_throttle_motion_events ()" link="ClutterStage.html#clutter-stage-get-throttle-motion-events" since="1.0"/>
    <keyword type="function" name="clutter_stage_set_use_alpha ()" link="ClutterStage.html#clutter-stage-set-use-alpha" since="1.2"/>
    <keyword type="function" name="clutter_stage_get_use_alpha ()" link="ClutterStage.html#clutter-stage-get-use-alpha" since="1.2"/>
    <keyword type="function" name="clutter_stage_set_minimum_size ()" link="ClutterStage.html#clutter-stage-set-minimum-size" since="1.2"/>
    <keyword type="function" name="clutter_stage_get_minimum_size ()" link="ClutterStage.html#clutter-stage-get-minimum-size" since="1.2"/>
    <keyword type="function" name="clutter_stage_set_no_clear_hint ()" link="ClutterStage.html#clutter-stage-set-no-clear-hint" since="1.4"/>
    <keyword type="function" name="clutter_stage_get_no_clear_hint ()" link="ClutterStage.html#clutter-stage-get-no-clear-hint" since="1.4"/>
    <keyword type="function" name="clutter_stage_get_redraw_clip_bounds ()" link="ClutterStage.html#clutter-stage-get-redraw-clip-bounds" since="1.8"/>
    <keyword type="function" name="clutter_stage_get_motion_events_enabled ()" link="ClutterStage.html#clutter-stage-get-motion-events-enabled" since="1.8"/>
    <keyword type="function" name="clutter_stage_set_motion_events_enabled ()" link="ClutterStage.html#clutter-stage-set-motion-events-enabled" since="1.8"/>
    <keyword type="function" name="clutter_stage_set_perspective ()" link="ClutterStage.html#clutter-stage-set-perspective"/>
    <keyword type="function" name="clutter_stage_get_perspective ()" link="ClutterStage.html#clutter-stage-get-perspective"/>
    <keyword type="function" name="clutter_stage_set_title ()" link="ClutterStage.html#clutter-stage-set-title" since="0.4"/>
    <keyword type="function" name="clutter_stage_get_title ()" link="ClutterStage.html#clutter-stage-get-title" since="0.4"/>
    <keyword type="function" name="clutter_stage_set_user_resizable ()" link="ClutterStage.html#clutter-stage-set-user-resizable" since="0.4"/>
    <keyword type="function" name="clutter_stage_get_user_resizable ()" link="ClutterStage.html#clutter-stage-get-user-resizable" since="0.4"/>
    <keyword type="function" name="clutter_stage_set_fullscreen ()" link="ClutterStage.html#clutter-stage-set-fullscreen" since="1.0"/>
    <keyword type="function" name="clutter_stage_get_fullscreen ()" link="ClutterStage.html#clutter-stage-get-fullscreen" since="1.0"/>
    <keyword type="function" name="clutter_stage_show_cursor ()" link="ClutterStage.html#clutter-stage-show-cursor"/>
    <keyword type="function" name="clutter_stage_hide_cursor ()" link="ClutterStage.html#clutter-stage-hide-cursor" since="0.4"/>
    <keyword type="function" name="clutter_stage_set_accept_focus ()" link="ClutterStage.html#clutter-stage-set-accept-focus" since="1.6"/>
    <keyword type="function" name="clutter_stage_get_accept_focus ()" link="ClutterStage.html#clutter-stage-get-accept-focus" since="1.6"/>
    <keyword type="function" name="clutter_stage_set_sync_delay ()" link="ClutterStage.html#clutter-stage-set-sync-delay" since="1.14" stability="Unstable"/>
    <keyword type="function" name="clutter_stage_skip_sync_delay ()" link="ClutterStage.html#clutter-stage-skip-sync-delay" since="1.14" stability="Unstable"/>
    <keyword type="macro" name="CLUTTER_STAGE_WIDTH" link="ClutterStage.html#CLUTTER-STAGE-WIDTH:CAPS" deprecated="1.2: Use clutter_actor_get_width() instead" since="0.2"/>
    <keyword type="macro" name="CLUTTER_STAGE_HEIGHT" link="ClutterStage.html#CLUTTER-STAGE-HEIGHT:CAPS" deprecated="1.2: use clutter_actor_get_height() instead" since="0.2"/>
    <keyword type="function" name="clutter_stage_get_default ()" link="ClutterStage.html#clutter-stage-get-default" deprecated="1.10: Use clutter_stage_new() instead."/>
    <keyword type="function" name="clutter_stage_is_default ()" link="ClutterStage.html#clutter-stage-is-default" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_stage_set_color ()" link="ClutterStage.html#clutter-stage-set-color" deprecated="1.10: Use clutter_actor_set_background_color() instead."/>
    <keyword type="function" name="clutter_stage_get_color ()" link="ClutterStage.html#clutter-stage-get-color" deprecated="1.10: Use clutter_actor_get_background_color() instead."/>
    <keyword type="function" name="clutter_stage_queue_redraw ()" link="ClutterStage.html#clutter-stage-queue-redraw" deprecated="1.10: Use clutter_actor_queue_redraw() instead." since="0.8"/>
    <keyword type="function" name="clutter_stage_set_use_fog ()" link="ClutterStage.html#clutter-stage-set-use-fog" deprecated="1.10: Calling this function produces no visible effect" since="0.6"/>
    <keyword type="function" name="clutter_stage_get_use_fog ()" link="ClutterStage.html#clutter-stage-get-use-fog" deprecated="1.10: This function will always return %FALSE" since="0.6"/>
    <keyword type="function" name="clutter_stage_set_fog ()" link="ClutterStage.html#clutter-stage-set-fog" deprecated="1.10: Fog settings are ignored." since="0.6"/>
    <keyword type="function" name="clutter_stage_get_fog ()" link="ClutterStage.html#clutter-stage-get-fog" deprecated="" since="0.6"/>
    <keyword type="struct" name="ClutterStage" link="ClutterStage.html#ClutterStage-struct"/>
    <keyword type="struct" name="struct ClutterStageClass" link="ClutterStage.html#ClutterStageClass" since="0.2"/>
    <keyword type="enum" name="enum ClutterPickMode" link="ClutterStage.html#ClutterPickMode" since="1.0"/>
    <keyword type="struct" name="ClutterPerspective" link="ClutterStage.html#ClutterPerspective-struct"/>
    <keyword type="struct" name="ClutterFog" link="ClutterStage.html#ClutterFog-struct"/>
    <keyword type="property" name="The “accept-focus” property" link="ClutterStage.html#ClutterStage--accept-focus"/>
    <keyword type="property" name="The “color” property" link="ClutterStage.html#ClutterStage--color"/>
    <keyword type="property" name="The “cursor-visible” property" link="ClutterStage.html#ClutterStage--cursor-visible"/>
    <keyword type="property" name="The “fog” property" link="ClutterStage.html#ClutterStage--fog"/>
    <keyword type="property" name="The “fullscreen-set” property" link="ClutterStage.html#ClutterStage--fullscreen-set"/>
    <keyword type="property" name="The “key-focus” property" link="ClutterStage.html#ClutterStage--key-focus"/>
    <keyword type="property" name="The “no-clear-hint” property" link="ClutterStage.html#ClutterStage--no-clear-hint"/>
    <keyword type="property" name="The “offscreen” property" link="ClutterStage.html#ClutterStage--offscreen"/>
    <keyword type="property" name="The “perspective” property" link="ClutterStage.html#ClutterStage--perspective"/>
    <keyword type="property" name="The “title” property" link="ClutterStage.html#ClutterStage--title"/>
    <keyword type="property" name="The “use-alpha” property" link="ClutterStage.html#ClutterStage--use-alpha"/>
    <keyword type="property" name="The “use-fog” property" link="ClutterStage.html#ClutterStage--use-fog"/>
    <keyword type="property" name="The “user-resizable” property" link="ClutterStage.html#ClutterStage--user-resizable"/>
    <keyword type="signal" name="The “activate” signal" link="ClutterStage.html#ClutterStage-activate"/>
    <keyword type="signal" name="The “after-paint” signal" link="ClutterStage.html#ClutterStage-after-paint"/>
    <keyword type="signal" name="The “deactivate” signal" link="ClutterStage.html#ClutterStage-deactivate"/>
    <keyword type="signal" name="The “delete-event” signal" link="ClutterStage.html#ClutterStage-delete-event"/>
    <keyword type="signal" name="The “fullscreen” signal" link="ClutterStage.html#ClutterStage-fullscreen"/>
    <keyword type="signal" name="The “unfullscreen” signal" link="ClutterStage.html#ClutterStage-unfullscreen"/>
    <keyword type="function" name="clutter_clone_new ()" link="ClutterClone.html#clutter-clone-new" since="1.0"/>
    <keyword type="function" name="clutter_clone_set_source ()" link="ClutterClone.html#clutter-clone-set-source" since="1.0"/>
    <keyword type="function" name="clutter_clone_get_source ()" link="ClutterClone.html#clutter-clone-get-source" since="1.0"/>
    <keyword type="struct" name="struct ClutterClone" link="ClutterClone.html#ClutterClone-struct"/>
    <keyword type="struct" name="struct ClutterCloneClass" link="ClutterClone.html#ClutterCloneClass" since="1.0"/>
    <keyword type="property" name="The “source” property" link="ClutterClone.html#ClutterClone--source"/>
    <keyword type="function" name="clutter_text_new ()" link="ClutterText.html#clutter-text-new" since="1.0"/>
    <keyword type="function" name="clutter_text_new_full ()" link="ClutterText.html#clutter-text-new-full" since="1.0"/>
    <keyword type="function" name="clutter_text_new_with_text ()" link="ClutterText.html#clutter-text-new-with-text" since="1.0"/>
    <keyword type="function" name="clutter_text_new_with_buffer ()" link="ClutterText.html#clutter-text-new-with-buffer" since="1.10"/>
    <keyword type="function" name="clutter_text_set_buffer ()" link="ClutterText.html#clutter-text-set-buffer" since="1.10"/>
    <keyword type="function" name="clutter_text_get_buffer ()" link="ClutterText.html#clutter-text-get-buffer" since="1.10"/>
    <keyword type="function" name="clutter_text_set_text ()" link="ClutterText.html#clutter-text-set-text" since="1.0"/>
    <keyword type="function" name="clutter_text_set_markup ()" link="ClutterText.html#clutter-text-set-markup" since="1.0"/>
    <keyword type="function" name="clutter_text_get_text ()" link="ClutterText.html#clutter-text-get-text" since="1.0"/>
    <keyword type="function" name="clutter_text_set_activatable ()" link="ClutterText.html#clutter-text-set-activatable" since="1.0"/>
    <keyword type="function" name="clutter_text_get_activatable ()" link="ClutterText.html#clutter-text-get-activatable" since="1.0"/>
    <keyword type="function" name="clutter_text_set_attributes ()" link="ClutterText.html#clutter-text-set-attributes" since="1.0"/>
    <keyword type="function" name="clutter_text_get_attributes ()" link="ClutterText.html#clutter-text-get-attributes" since="1.0"/>
    <keyword type="function" name="clutter_text_set_color ()" link="ClutterText.html#clutter-text-set-color" since="1.0"/>
    <keyword type="function" name="clutter_text_get_color ()" link="ClutterText.html#clutter-text-get-color" since="1.0"/>
    <keyword type="function" name="clutter_text_set_ellipsize ()" link="ClutterText.html#clutter-text-set-ellipsize" since="1.0"/>
    <keyword type="function" name="clutter_text_get_ellipsize ()" link="ClutterText.html#clutter-text-get-ellipsize" since="1.0"/>
    <keyword type="function" name="clutter_text_set_font_name ()" link="ClutterText.html#clutter-text-set-font-name" since="1.0"/>
    <keyword type="function" name="clutter_text_get_font_name ()" link="ClutterText.html#clutter-text-get-font-name" since="1.0"/>
    <keyword type="function" name="clutter_text_set_font_description ()" link="ClutterText.html#clutter-text-set-font-description" since="1.2"/>
    <keyword type="function" name="clutter_text_get_font_description ()" link="ClutterText.html#clutter-text-get-font-description" since="1.2"/>
    <keyword type="function" name="clutter_text_set_password_char ()" link="ClutterText.html#clutter-text-set-password-char" since="1.0"/>
    <keyword type="function" name="clutter_text_get_password_char ()" link="ClutterText.html#clutter-text-get-password-char" since="1.0"/>
    <keyword type="function" name="clutter_text_set_justify ()" link="ClutterText.html#clutter-text-set-justify" since="1.0"/>
    <keyword type="function" name="clutter_text_get_justify ()" link="ClutterText.html#clutter-text-get-justify" since="0.6"/>
    <keyword type="function" name="clutter_text_get_layout ()" link="ClutterText.html#clutter-text-get-layout" since="1.0"/>
    <keyword type="function" name="clutter_text_set_line_alignment ()" link="ClutterText.html#clutter-text-set-line-alignment" since="1.0"/>
    <keyword type="function" name="clutter_text_get_line_alignment ()" link="ClutterText.html#clutter-text-get-line-alignment" since="1.0"/>
    <keyword type="function" name="clutter_text_set_line_wrap ()" link="ClutterText.html#clutter-text-set-line-wrap" since="1.0"/>
    <keyword type="function" name="clutter_text_get_line_wrap ()" link="ClutterText.html#clutter-text-get-line-wrap" since="1.0"/>
    <keyword type="function" name="clutter_text_set_line_wrap_mode ()" link="ClutterText.html#clutter-text-set-line-wrap-mode" since="1.0"/>
    <keyword type="function" name="clutter_text_get_line_wrap_mode ()" link="ClutterText.html#clutter-text-get-line-wrap-mode" since="1.0"/>
    <keyword type="function" name="clutter_text_set_max_length ()" link="ClutterText.html#clutter-text-set-max-length" since="1.0"/>
    <keyword type="function" name="clutter_text_get_max_length ()" link="ClutterText.html#clutter-text-get-max-length" since="1.0"/>
    <keyword type="function" name="clutter_text_set_selectable ()" link="ClutterText.html#clutter-text-set-selectable" since="1.0"/>
    <keyword type="function" name="clutter_text_get_selectable ()" link="ClutterText.html#clutter-text-get-selectable" since="1.0"/>
    <keyword type="function" name="clutter_text_set_selection ()" link="ClutterText.html#clutter-text-set-selection" since="1.0"/>
    <keyword type="function" name="clutter_text_get_selection ()" link="ClutterText.html#clutter-text-get-selection" since="1.0"/>
    <keyword type="function" name="clutter_text_set_selection_bound ()" link="ClutterText.html#clutter-text-set-selection-bound" since="1.0"/>
    <keyword type="function" name="clutter_text_get_selection_bound ()" link="ClutterText.html#clutter-text-get-selection-bound" since="1.0"/>
    <keyword type="function" name="clutter_text_set_single_line_mode ()" link="ClutterText.html#clutter-text-set-single-line-mode" since="1.0"/>
    <keyword type="function" name="clutter_text_get_single_line_mode ()" link="ClutterText.html#clutter-text-get-single-line-mode" since="1.0"/>
    <keyword type="function" name="clutter_text_set_use_markup ()" link="ClutterText.html#clutter-text-set-use-markup" since="1.0"/>
    <keyword type="function" name="clutter_text_get_use_markup ()" link="ClutterText.html#clutter-text-get-use-markup" since="1.0"/>
    <keyword type="function" name="clutter_text_set_editable ()" link="ClutterText.html#clutter-text-set-editable" since="1.0"/>
    <keyword type="function" name="clutter_text_get_editable ()" link="ClutterText.html#clutter-text-get-editable" since="1.0"/>
    <keyword type="function" name="clutter_text_insert_text ()" link="ClutterText.html#clutter-text-insert-text" since="1.0"/>
    <keyword type="function" name="clutter_text_insert_unichar ()" link="ClutterText.html#clutter-text-insert-unichar" since="1.0"/>
    <keyword type="function" name="clutter_text_delete_chars ()" link="ClutterText.html#clutter-text-delete-chars" since="1.0"/>
    <keyword type="function" name="clutter_text_delete_text ()" link="ClutterText.html#clutter-text-delete-text" since="1.0"/>
    <keyword type="function" name="clutter_text_delete_selection ()" link="ClutterText.html#clutter-text-delete-selection" since="1.0"/>
    <keyword type="function" name="clutter_text_get_chars ()" link="ClutterText.html#clutter-text-get-chars" since="1.0"/>
    <keyword type="function" name="clutter_text_set_cursor_color ()" link="ClutterText.html#clutter-text-set-cursor-color" since="1.0"/>
    <keyword type="function" name="clutter_text_get_cursor_color ()" link="ClutterText.html#clutter-text-get-cursor-color" since="1.0"/>
    <keyword type="function" name="clutter_text_set_selection_color ()" link="ClutterText.html#clutter-text-set-selection-color" since="1.0"/>
    <keyword type="function" name="clutter_text_get_selection_color ()" link="ClutterText.html#clutter-text-get-selection-color" since="1.0"/>
    <keyword type="function" name="clutter_text_set_selected_text_color ()" link="ClutterText.html#clutter-text-set-selected-text-color" since="1.8"/>
    <keyword type="function" name="clutter_text_get_selected_text_color ()" link="ClutterText.html#clutter-text-get-selected-text-color" since="1.8"/>
    <keyword type="function" name="clutter_text_set_cursor_position ()" link="ClutterText.html#clutter-text-set-cursor-position" since="1.0"/>
    <keyword type="function" name="clutter_text_get_cursor_position ()" link="ClutterText.html#clutter-text-get-cursor-position" since="1.0"/>
    <keyword type="function" name="clutter_text_set_cursor_visible ()" link="ClutterText.html#clutter-text-set-cursor-visible" since="1.0"/>
    <keyword type="function" name="clutter_text_get_cursor_visible ()" link="ClutterText.html#clutter-text-get-cursor-visible" since="1.0"/>
    <keyword type="function" name="clutter_text_set_cursor_size ()" link="ClutterText.html#clutter-text-set-cursor-size" since="1.0"/>
    <keyword type="function" name="clutter_text_get_cursor_size ()" link="ClutterText.html#clutter-text-get-cursor-size" since="1.0"/>
    <keyword type="function" name="clutter_text_get_cursor_rect ()" link="ClutterText.html#clutter-text-get-cursor-rect" since="1.16"/>
    <keyword type="function" name="clutter_text_activate ()" link="ClutterText.html#clutter-text-activate" since="1.0"/>
    <keyword type="function" name="clutter_text_coords_to_position ()" link="ClutterText.html#clutter-text-coords-to-position" since="1.10"/>
    <keyword type="function" name="clutter_text_position_to_coords ()" link="ClutterText.html#clutter-text-position-to-coords" since="1.0"/>
    <keyword type="function" name="clutter_text_set_preedit_string ()" link="ClutterText.html#clutter-text-set-preedit-string" since="1.2"/>
    <keyword type="function" name="clutter_text_get_layout_offsets ()" link="ClutterText.html#clutter-text-get-layout-offsets" since="1.8"/>
    <keyword type="struct" name="struct ClutterText" link="ClutterText.html#ClutterText-struct"/>
    <keyword type="struct" name="struct ClutterTextClass" link="ClutterText.html#ClutterTextClass" since="1.0"/>
    <keyword type="property" name="The “activatable” property" link="ClutterText.html#ClutterText--activatable"/>
    <keyword type="property" name="The “attributes” property" link="ClutterText.html#ClutterText--attributes"/>
    <keyword type="property" name="The “buffer” property" link="ClutterText.html#ClutterText--buffer"/>
    <keyword type="property" name="The “color” property" link="ClutterText.html#ClutterText--color"/>
    <keyword type="property" name="The “cursor-color” property" link="ClutterText.html#ClutterText--cursor-color"/>
    <keyword type="property" name="The “cursor-color-set” property" link="ClutterText.html#ClutterText--cursor-color-set"/>
    <keyword type="property" name="The “cursor-position” property" link="ClutterText.html#ClutterText--cursor-position"/>
    <keyword type="property" name="The “cursor-size” property" link="ClutterText.html#ClutterText--cursor-size"/>
    <keyword type="property" name="The “cursor-visible” property" link="ClutterText.html#ClutterText--cursor-visible"/>
    <keyword type="property" name="The “editable” property" link="ClutterText.html#ClutterText--editable"/>
    <keyword type="property" name="The “ellipsize” property" link="ClutterText.html#ClutterText--ellipsize"/>
    <keyword type="property" name="The “font-description” property" link="ClutterText.html#ClutterText--font-description"/>
    <keyword type="property" name="The “font-name” property" link="ClutterText.html#ClutterText--font-name"/>
    <keyword type="property" name="The “justify” property" link="ClutterText.html#ClutterText--justify"/>
    <keyword type="property" name="The “line-alignment” property" link="ClutterText.html#ClutterText--line-alignment"/>
    <keyword type="property" name="The “line-wrap” property" link="ClutterText.html#ClutterText--line-wrap"/>
    <keyword type="property" name="The “line-wrap-mode” property" link="ClutterText.html#ClutterText--line-wrap-mode"/>
    <keyword type="property" name="The “max-length” property" link="ClutterText.html#ClutterText--max-length"/>
    <keyword type="property" name="The “password-char” property" link="ClutterText.html#ClutterText--password-char"/>
    <keyword type="property" name="The “position” property" link="ClutterText.html#ClutterText--position"/>
    <keyword type="property" name="The “selectable” property" link="ClutterText.html#ClutterText--selectable"/>
    <keyword type="property" name="The “selected-text-color” property" link="ClutterText.html#ClutterText--selected-text-color"/>
    <keyword type="property" name="The “selected-text-color-set” property" link="ClutterText.html#ClutterText--selected-text-color-set"/>
    <keyword type="property" name="The “selection-bound” property" link="ClutterText.html#ClutterText--selection-bound"/>
    <keyword type="property" name="The “selection-color” property" link="ClutterText.html#ClutterText--selection-color"/>
    <keyword type="property" name="The “selection-color-set” property" link="ClutterText.html#ClutterText--selection-color-set"/>
    <keyword type="property" name="The “single-line-mode” property" link="ClutterText.html#ClutterText--single-line-mode"/>
    <keyword type="property" name="The “text” property" link="ClutterText.html#ClutterText--text"/>
    <keyword type="property" name="The “use-markup” property" link="ClutterText.html#ClutterText--use-markup"/>
    <keyword type="signal" name="The “activate” signal" link="ClutterText.html#ClutterText-activate"/>
    <keyword type="signal" name="The “cursor-changed” signal" link="ClutterText.html#ClutterText-cursor-changed"/>
    <keyword type="signal" name="The “cursor-event” signal" link="ClutterText.html#ClutterText-cursor-event"/>
    <keyword type="signal" name="The “delete-text” signal" link="ClutterText.html#ClutterText-delete-text"/>
    <keyword type="signal" name="The “insert-text” signal" link="ClutterText.html#ClutterText-insert-text"/>
    <keyword type="signal" name="The “text-changed” signal" link="ClutterText.html#ClutterText-text-changed"/>
    <keyword type="function" name="clutter_scroll_actor_new ()" link="ClutterScrollActor.html#clutter-scroll-actor-new" since="1.12"/>
    <keyword type="function" name="clutter_scroll_actor_set_scroll_mode ()" link="ClutterScrollActor.html#clutter-scroll-actor-set-scroll-mode" since="1.12"/>
    <keyword type="function" name="clutter_scroll_actor_get_scroll_mode ()" link="ClutterScrollActor.html#clutter-scroll-actor-get-scroll-mode" since="1.12"/>
    <keyword type="function" name="clutter_scroll_actor_scroll_to_point ()" link="ClutterScrollActor.html#clutter-scroll-actor-scroll-to-point" since="1.12"/>
    <keyword type="function" name="clutter_scroll_actor_scroll_to_rect ()" link="ClutterScrollActor.html#clutter-scroll-actor-scroll-to-rect" since="1.12"/>
    <keyword type="struct" name="ClutterScrollActor" link="ClutterScrollActor.html#ClutterScrollActor-struct"/>
    <keyword type="struct" name="struct ClutterScrollActorClass" link="ClutterScrollActor.html#ClutterScrollActorClass" since="1.12"/>
    <keyword type="enum" name="enum ClutterScrollMode" link="ClutterScrollActor.html#ClutterScrollMode" since="1.12"/>
    <keyword type="property" name="The “scroll-mode” property" link="ClutterScrollActor.html#ClutterScrollActor--scroll-mode"/>
    <keyword type="function" name="clutter_fixed_layout_new ()" link="ClutterFixedLayout.html#clutter-fixed-layout-new" since="1.2"/>
    <keyword type="struct" name="struct ClutterFixedLayout" link="ClutterFixedLayout.html#ClutterFixedLayout-struct"/>
    <keyword type="struct" name="struct ClutterFixedLayoutClass" link="ClutterFixedLayout.html#ClutterFixedLayoutClass" since="1.2"/>
    <keyword type="function" name="clutter_bin_layout_new ()" link="ClutterBinLayout.html#clutter-bin-layout-new" since="1.2"/>
    <keyword type="function" name="clutter_bin_layout_set_alignment ()" link="ClutterBinLayout.html#clutter-bin-layout-set-alignment" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_bin_layout_get_alignment ()" link="ClutterBinLayout.html#clutter-bin-layout-get-alignment" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_bin_layout_add ()" link="ClutterBinLayout.html#clutter-bin-layout-add" deprecated="1.12: Use clutter_actor_add_child() instead." since="1.2"/>
    <keyword type="enum" name="enum ClutterBinAlignment" link="ClutterBinLayout.html#ClutterBinAlignment" deprecated="" since="1.2"/>
    <keyword type="struct" name="struct ClutterBinLayout" link="ClutterBinLayout.html#ClutterBinLayout-struct"/>
    <keyword type="struct" name="struct ClutterBinLayoutClass" link="ClutterBinLayout.html#ClutterBinLayoutClass" since="1.2"/>
    <keyword type="property" name="The “x-align” property" link="ClutterBinLayout.html#ClutterBinLayout--x-align"/>
    <keyword type="property" name="The “y-align” property" link="ClutterBinLayout.html#ClutterBinLayout--y-align"/>
    <keyword type="function" name="clutter_flow_layout_new ()" link="ClutterFlowLayout.html#clutter-flow-layout-new" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_set_homogeneous ()" link="ClutterFlowLayout.html#clutter-flow-layout-set-homogeneous" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_get_homogeneous ()" link="ClutterFlowLayout.html#clutter-flow-layout-get-homogeneous" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_set_orientation ()" link="ClutterFlowLayout.html#clutter-flow-layout-set-orientation" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_get_orientation ()" link="ClutterFlowLayout.html#clutter-flow-layout-get-orientation" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_set_snap_to_grid ()" link="ClutterFlowLayout.html#clutter-flow-layout-set-snap-to-grid" since="1.16"/>
    <keyword type="function" name="clutter_flow_layout_get_snap_to_grid ()" link="ClutterFlowLayout.html#clutter-flow-layout-get-snap-to-grid" since="1.16"/>
    <keyword type="function" name="clutter_flow_layout_set_column_spacing ()" link="ClutterFlowLayout.html#clutter-flow-layout-set-column-spacing" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_get_column_spacing ()" link="ClutterFlowLayout.html#clutter-flow-layout-get-column-spacing" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_set_row_spacing ()" link="ClutterFlowLayout.html#clutter-flow-layout-set-row-spacing" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_get_row_spacing ()" link="ClutterFlowLayout.html#clutter-flow-layout-get-row-spacing" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_set_column_width ()" link="ClutterFlowLayout.html#clutter-flow-layout-set-column-width" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_get_column_width ()" link="ClutterFlowLayout.html#clutter-flow-layout-get-column-width" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_set_row_height ()" link="ClutterFlowLayout.html#clutter-flow-layout-set-row-height" since="1.2"/>
    <keyword type="function" name="clutter_flow_layout_get_row_height ()" link="ClutterFlowLayout.html#clutter-flow-layout-get-row-height" since="1.2"/>
    <keyword type="enum" name="enum ClutterFlowOrientation" link="ClutterFlowLayout.html#ClutterFlowOrientation" since="1.2"/>
    <keyword type="struct" name="struct ClutterFlowLayout" link="ClutterFlowLayout.html#ClutterFlowLayout-struct"/>
    <keyword type="struct" name="struct ClutterFlowLayoutClass" link="ClutterFlowLayout.html#ClutterFlowLayoutClass" since="1.2"/>
    <keyword type="property" name="The “column-spacing” property" link="ClutterFlowLayout.html#ClutterFlowLayout--column-spacing"/>
    <keyword type="property" name="The “homogeneous” property" link="ClutterFlowLayout.html#ClutterFlowLayout--homogeneous"/>
    <keyword type="property" name="The “max-column-width” property" link="ClutterFlowLayout.html#ClutterFlowLayout--max-column-width"/>
    <keyword type="property" name="The “max-row-height” property" link="ClutterFlowLayout.html#ClutterFlowLayout--max-row-height"/>
    <keyword type="property" name="The “min-column-width” property" link="ClutterFlowLayout.html#ClutterFlowLayout--min-column-width"/>
    <keyword type="property" name="The “min-row-height” property" link="ClutterFlowLayout.html#ClutterFlowLayout--min-row-height"/>
    <keyword type="property" name="The “orientation” property" link="ClutterFlowLayout.html#ClutterFlowLayout--orientation"/>
    <keyword type="property" name="The “row-spacing” property" link="ClutterFlowLayout.html#ClutterFlowLayout--row-spacing"/>
    <keyword type="property" name="The “snap-to-grid” property" link="ClutterFlowLayout.html#ClutterFlowLayout--snap-to-grid"/>
    <keyword type="function" name="clutter_box_layout_new ()" link="ClutterBoxLayout.html#clutter-box-layout-new" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_set_pack_start ()" link="ClutterBoxLayout.html#clutter-box-layout-set-pack-start" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_get_pack_start ()" link="ClutterBoxLayout.html#clutter-box-layout-get-pack-start" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_set_spacing ()" link="ClutterBoxLayout.html#clutter-box-layout-set-spacing" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_get_spacing ()" link="ClutterBoxLayout.html#clutter-box-layout-get-spacing" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_set_homogeneous ()" link="ClutterBoxLayout.html#clutter-box-layout-set-homogeneous" since="1.4"/>
    <keyword type="function" name="clutter_box_layout_get_homogeneous ()" link="ClutterBoxLayout.html#clutter-box-layout-get-homogeneous" since="1.4"/>
    <keyword type="function" name="clutter_box_layout_get_orientation ()" link="ClutterBoxLayout.html#clutter-box-layout-get-orientation" since="1.12"/>
    <keyword type="function" name="clutter_box_layout_set_orientation ()" link="ClutterBoxLayout.html#clutter-box-layout-set-orientation" since="1.12"/>
    <keyword type="function" name="clutter_box_layout_set_vertical ()" link="ClutterBoxLayout.html#clutter-box-layout-set-vertical" deprecated="1.12: Use clutter_box_layout_set_orientation() instead." since="1.2"/>
    <keyword type="function" name="clutter_box_layout_get_vertical ()" link="ClutterBoxLayout.html#clutter-box-layout-get-vertical" deprecated="1.12: Use clutter_box_layout_get_orientation() instead" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_pack ()" link="ClutterBoxLayout.html#clutter-box-layout-pack" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_set_alignment ()" link="ClutterBoxLayout.html#clutter-box-layout-set-alignment" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_get_alignment ()" link="ClutterBoxLayout.html#clutter-box-layout-get-alignment" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_set_expand ()" link="ClutterBoxLayout.html#clutter-box-layout-set-expand" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_get_expand ()" link="ClutterBoxLayout.html#clutter-box-layout-get-expand" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_set_fill ()" link="ClutterBoxLayout.html#clutter-box-layout-set-fill" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_get_fill ()" link="ClutterBoxLayout.html#clutter-box-layout-get-fill" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_set_use_animations ()" link="ClutterBoxLayout.html#clutter-box-layout-set-use-animations" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_get_use_animations ()" link="ClutterBoxLayout.html#clutter-box-layout-get-use-animations" deprecated="1.12" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_set_easing_duration ()" link="ClutterBoxLayout.html#clutter-box-layout-set-easing-duration" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_get_easing_duration ()" link="ClutterBoxLayout.html#clutter-box-layout-get-easing-duration" deprecated="1.12" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_set_easing_mode ()" link="ClutterBoxLayout.html#clutter-box-layout-set-easing-mode" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_layout_get_easing_mode ()" link="ClutterBoxLayout.html#clutter-box-layout-get-easing-mode" deprecated="1.12" since="1.2"/>
    <keyword type="enum" name="enum ClutterBoxAlignment" link="ClutterBoxLayout.html#ClutterBoxAlignment" since="1.2"/>
    <keyword type="struct" name="struct ClutterBoxLayout" link="ClutterBoxLayout.html#ClutterBoxLayout-struct"/>
    <keyword type="struct" name="struct ClutterBoxLayoutClass" link="ClutterBoxLayout.html#ClutterBoxLayoutClass" since="1.2"/>
    <keyword type="enum" name="enum ClutterOrientation" link="ClutterBoxLayout.html#ClutterOrientation" since="1.12"/>
    <keyword type="property" name="The “easing-duration” property" link="ClutterBoxLayout.html#ClutterBoxLayout--easing-duration"/>
    <keyword type="property" name="The “easing-mode” property" link="ClutterBoxLayout.html#ClutterBoxLayout--easing-mode"/>
    <keyword type="property" name="The “homogeneous” property" link="ClutterBoxLayout.html#ClutterBoxLayout--homogeneous"/>
    <keyword type="property" name="The “orientation” property" link="ClutterBoxLayout.html#ClutterBoxLayout--orientation"/>
    <keyword type="property" name="The “pack-start” property" link="ClutterBoxLayout.html#ClutterBoxLayout--pack-start"/>
    <keyword type="property" name="The “spacing” property" link="ClutterBoxLayout.html#ClutterBoxLayout--spacing"/>
    <keyword type="property" name="The “use-animations” property" link="ClutterBoxLayout.html#ClutterBoxLayout--use-animations"/>
    <keyword type="property" name="The “vertical” property" link="ClutterBoxLayout.html#ClutterBoxLayout--vertical"/>
    <keyword type="function" name="clutter_grid_layout_new ()" link="ClutterGridLayout.html#clutter-grid-layout-new"/>
    <keyword type="function" name="clutter_grid_layout_attach ()" link="ClutterGridLayout.html#clutter-grid-layout-attach" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_attach_next_to ()" link="ClutterGridLayout.html#clutter-grid-layout-attach-next-to" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_get_child_at ()" link="ClutterGridLayout.html#clutter-grid-layout-get-child-at" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_insert_column ()" link="ClutterGridLayout.html#clutter-grid-layout-insert-column" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_insert_row ()" link="ClutterGridLayout.html#clutter-grid-layout-insert-row" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_insert_next_to ()" link="ClutterGridLayout.html#clutter-grid-layout-insert-next-to" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_set_orientation ()" link="ClutterGridLayout.html#clutter-grid-layout-set-orientation" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_get_orientation ()" link="ClutterGridLayout.html#clutter-grid-layout-get-orientation" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_set_column_homogeneous ()" link="ClutterGridLayout.html#clutter-grid-layout-set-column-homogeneous" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_get_column_homogeneous ()" link="ClutterGridLayout.html#clutter-grid-layout-get-column-homogeneous"/>
    <keyword type="function" name="clutter_grid_layout_set_row_homogeneous ()" link="ClutterGridLayout.html#clutter-grid-layout-set-row-homogeneous" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_get_row_homogeneous ()" link="ClutterGridLayout.html#clutter-grid-layout-get-row-homogeneous" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_set_column_spacing ()" link="ClutterGridLayout.html#clutter-grid-layout-set-column-spacing" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_get_column_spacing ()" link="ClutterGridLayout.html#clutter-grid-layout-get-column-spacing" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_set_row_spacing ()" link="ClutterGridLayout.html#clutter-grid-layout-set-row-spacing" since="1.12"/>
    <keyword type="function" name="clutter_grid_layout_get_row_spacing ()" link="ClutterGridLayout.html#clutter-grid-layout-get-row-spacing" since="1.12"/>
    <keyword type="enum" name="enum ClutterGridPosition" link="ClutterGridLayout.html#ClutterGridPosition" since="1.12"/>
    <keyword type="struct" name="struct ClutterGridLayout" link="ClutterGridLayout.html#ClutterGridLayout-struct"/>
    <keyword type="struct" name="struct ClutterGridLayoutClass" link="ClutterGridLayout.html#ClutterGridLayoutClass" since="1.12"/>
    <keyword type="property" name="The “column-homogeneous” property" link="ClutterGridLayout.html#ClutterGridLayout--column-homogeneous"/>
    <keyword type="property" name="The “column-spacing” property" link="ClutterGridLayout.html#ClutterGridLayout--column-spacing"/>
    <keyword type="property" name="The “orientation” property" link="ClutterGridLayout.html#ClutterGridLayout--orientation"/>
    <keyword type="property" name="The “row-homogeneous” property" link="ClutterGridLayout.html#ClutterGridLayout--row-homogeneous"/>
    <keyword type="property" name="The “row-spacing” property" link="ClutterGridLayout.html#ClutterGridLayout--row-spacing"/>
    <keyword type="function" name="clutter_click_action_new ()" link="ClutterClickAction.html#clutter-click-action-new" since="1.4"/>
    <keyword type="function" name="clutter_click_action_get_button ()" link="ClutterClickAction.html#clutter-click-action-get-button" since="1.4"/>
    <keyword type="function" name="clutter_click_action_get_state ()" link="ClutterClickAction.html#clutter-click-action-get-state" since="1.6"/>
    <keyword type="function" name="clutter_click_action_get_coords ()" link="ClutterClickAction.html#clutter-click-action-get-coords" since="1.8"/>
    <keyword type="function" name="clutter_click_action_release ()" link="ClutterClickAction.html#clutter-click-action-release" since="1.4"/>
    <keyword type="struct" name="struct ClutterClickAction" link="ClutterClickAction.html#ClutterClickAction-struct"/>
    <keyword type="struct" name="struct ClutterClickActionClass" link="ClutterClickAction.html#ClutterClickActionClass" since="1.4"/>
    <keyword type="enum" name="enum ClutterLongPressState" link="ClutterClickAction.html#ClutterLongPressState" since="1.8"/>
    <keyword type="property" name="The “held” property" link="ClutterClickAction.html#ClutterClickAction--held"/>
    <keyword type="property" name="The “long-press-duration” property" link="ClutterClickAction.html#ClutterClickAction--long-press-duration"/>
    <keyword type="property" name="The “long-press-threshold” property" link="ClutterClickAction.html#ClutterClickAction--long-press-threshold"/>
    <keyword type="property" name="The “pressed” property" link="ClutterClickAction.html#ClutterClickAction--pressed"/>
    <keyword type="signal" name="The “clicked” signal" link="ClutterClickAction.html#ClutterClickAction-clicked"/>
    <keyword type="signal" name="The “long-press” signal" link="ClutterClickAction.html#ClutterClickAction-long-press"/>
    <keyword type="function" name="clutter_drag_action_new ()" link="ClutterDragAction.html#clutter-drag-action-new" since="1.4"/>
    <keyword type="function" name="clutter_drag_action_set_drag_threshold ()" link="ClutterDragAction.html#clutter-drag-action-set-drag-threshold" since="1.4"/>
    <keyword type="function" name="clutter_drag_action_get_drag_threshold ()" link="ClutterDragAction.html#clutter-drag-action-get-drag-threshold" since="1.4"/>
    <keyword type="function" name="clutter_drag_action_set_drag_handle ()" link="ClutterDragAction.html#clutter-drag-action-set-drag-handle" since="1.4"/>
    <keyword type="function" name="clutter_drag_action_get_drag_handle ()" link="ClutterDragAction.html#clutter-drag-action-get-drag-handle" since="1.4"/>
    <keyword type="function" name="clutter_drag_action_set_drag_axis ()" link="ClutterDragAction.html#clutter-drag-action-set-drag-axis" since="1.4"/>
    <keyword type="function" name="clutter_drag_action_get_drag_axis ()" link="ClutterDragAction.html#clutter-drag-action-get-drag-axis" since="1.4"/>
    <keyword type="function" name="clutter_drag_action_set_drag_area ()" link="ClutterDragAction.html#clutter-drag-action-set-drag-area"/>
    <keyword type="function" name="clutter_drag_action_get_drag_area ()" link="ClutterDragAction.html#clutter-drag-action-get-drag-area"/>
    <keyword type="function" name="clutter_drag_action_get_press_coords ()" link="ClutterDragAction.html#clutter-drag-action-get-press-coords" since="1.4"/>
    <keyword type="function" name="clutter_drag_action_get_motion_coords ()" link="ClutterDragAction.html#clutter-drag-action-get-motion-coords" since="1.4"/>
    <keyword type="struct" name="struct ClutterDragAction" link="ClutterDragAction.html#ClutterDragAction-struct"/>
    <keyword type="struct" name="struct ClutterDragActionClass" link="ClutterDragAction.html#ClutterDragActionClass" since="1.4"/>
    <keyword type="enum" name="enum ClutterDragAxis" link="ClutterDragAction.html#ClutterDragAxis" since="1.4"/>
    <keyword type="property" name="The “drag-area” property" link="ClutterDragAction.html#ClutterDragAction--drag-area"/>
    <keyword type="property" name="The “drag-area-set” property" link="ClutterDragAction.html#ClutterDragAction--drag-area-set"/>
    <keyword type="property" name="The “drag-axis” property" link="ClutterDragAction.html#ClutterDragAction--drag-axis"/>
    <keyword type="property" name="The “drag-handle” property" link="ClutterDragAction.html#ClutterDragAction--drag-handle"/>
    <keyword type="property" name="The “x-drag-threshold” property" link="ClutterDragAction.html#ClutterDragAction--x-drag-threshold"/>
    <keyword type="property" name="The “y-drag-threshold” property" link="ClutterDragAction.html#ClutterDragAction--y-drag-threshold"/>
    <keyword type="signal" name="The “drag-begin” signal" link="ClutterDragAction.html#ClutterDragAction-drag-begin"/>
    <keyword type="signal" name="The “drag-end” signal" link="ClutterDragAction.html#ClutterDragAction-drag-end"/>
    <keyword type="signal" name="The “drag-motion” signal" link="ClutterDragAction.html#ClutterDragAction-drag-motion"/>
    <keyword type="signal" name="The “drag-progress” signal" link="ClutterDragAction.html#ClutterDragAction-drag-progress"/>
    <keyword type="function" name="clutter_drop_action_new ()" link="ClutterDropAction.html#clutter-drop-action-new" since="1.8"/>
    <keyword type="struct" name="struct ClutterDropAction" link="ClutterDropAction.html#ClutterDropAction-struct"/>
    <keyword type="struct" name="struct ClutterDropActionClass" link="ClutterDropAction.html#ClutterDropActionClass" since="1.8"/>
    <keyword type="signal" name="The “can-drop” signal" link="ClutterDropAction.html#ClutterDropAction-can-drop"/>
    <keyword type="signal" name="The “drop” signal" link="ClutterDropAction.html#ClutterDropAction-drop"/>
    <keyword type="signal" name="The “drop-cancel” signal" link="ClutterDropAction.html#ClutterDropAction-drop-cancel"/>
    <keyword type="signal" name="The “over-in” signal" link="ClutterDropAction.html#ClutterDropAction-over-in"/>
    <keyword type="signal" name="The “over-out” signal" link="ClutterDropAction.html#ClutterDropAction-over-out"/>
    <keyword type="function" name="clutter_gesture_action_new ()" link="ClutterGestureAction.html#clutter-gesture-action-new" since="1.8"/>
    <keyword type="function" name="clutter_gesture_action_get_last_event ()" link="ClutterGestureAction.html#clutter-gesture-action-get-last-event" since="1.14"/>
    <keyword type="function" name="clutter_gesture_action_get_press_coords ()" link="ClutterGestureAction.html#clutter-gesture-action-get-press-coords" since="1.8"/>
    <keyword type="function" name="clutter_gesture_action_get_motion_coords ()" link="ClutterGestureAction.html#clutter-gesture-action-get-motion-coords" since="1.8"/>
    <keyword type="function" name="clutter_gesture_action_get_motion_delta ()" link="ClutterGestureAction.html#clutter-gesture-action-get-motion-delta" since="1.12"/>
    <keyword type="function" name="clutter_gesture_action_get_release_coords ()" link="ClutterGestureAction.html#clutter-gesture-action-get-release-coords" since="1.8"/>
    <keyword type="function" name="clutter_gesture_action_get_velocity ()" link="ClutterGestureAction.html#clutter-gesture-action-get-velocity" since="1.12"/>
    <keyword type="function" name="clutter_gesture_action_get_n_touch_points ()" link="ClutterGestureAction.html#clutter-gesture-action-get-n-touch-points" since="1.12"/>
    <keyword type="function" name="clutter_gesture_action_set_n_touch_points ()" link="ClutterGestureAction.html#clutter-gesture-action-set-n-touch-points" since="1.12"/>
    <keyword type="function" name="clutter_gesture_action_get_n_current_points ()" link="ClutterGestureAction.html#clutter-gesture-action-get-n-current-points" since="1.12"/>
    <keyword type="function" name="clutter_gesture_action_get_sequence ()" link="ClutterGestureAction.html#clutter-gesture-action-get-sequence" since="1.12"/>
    <keyword type="function" name="clutter_gesture_action_get_device ()" link="ClutterGestureAction.html#clutter-gesture-action-get-device" since="1.12"/>
    <keyword type="function" name="clutter_gesture_action_get_threshold_trigger_distance ()" link="ClutterGestureAction.html#clutter-gesture-action-get-threshold-trigger-distance" since="1.18"/>
    <keyword type="function" name="clutter_gesture_action_set_threshold_trigger_distance ()" link="ClutterGestureAction.html#clutter-gesture-action-set-threshold-trigger-distance" since="1.18"/>
    <keyword type="function" name="clutter_gesture_action_set_threshold_trigger_edge ()" link="ClutterGestureAction.html#clutter-gesture-action-set-threshold-trigger-edge" since="1.18"/>
    <keyword type="function" name="clutter_gesture_action_get_threshold_trigger_edge ()" link="ClutterGestureAction.html#clutter-gesture-action-get-threshold-trigger-edge" since="1.20"/>
    <keyword type="function" name="clutter_gesture_action_cancel ()" link="ClutterGestureAction.html#clutter-gesture-action-cancel" since="1.12"/>
    <keyword type="struct" name="struct ClutterGestureAction" link="ClutterGestureAction.html#ClutterGestureAction-struct"/>
    <keyword type="struct" name="struct ClutterGestureActionClass" link="ClutterGestureAction.html#ClutterGestureActionClass" since="1.8"/>
    <keyword type="enum" name="enum ClutterGestureTriggerEdge" link="ClutterGestureAction.html#ClutterGestureTriggerEdge" since="1.18"/>
    <keyword type="property" name="The “n-touch-points” property" link="ClutterGestureAction.html#ClutterGestureAction--n-touch-points"/>
    <keyword type="property" name="The “threshold-trigger-distance-x” property" link="ClutterGestureAction.html#ClutterGestureAction--threshold-trigger-distance-x"/>
    <keyword type="property" name="The “threshold-trigger-distance-y” property" link="ClutterGestureAction.html#ClutterGestureAction--threshold-trigger-distance-y"/>
    <keyword type="property" name="The “threshold-trigger-edge” property" link="ClutterGestureAction.html#ClutterGestureAction--threshold-trigger-edge"/>
    <keyword type="signal" name="The “gesture-begin” signal" link="ClutterGestureAction.html#ClutterGestureAction-gesture-begin"/>
    <keyword type="signal" name="The “gesture-cancel” signal" link="ClutterGestureAction.html#ClutterGestureAction-gesture-cancel"/>
    <keyword type="signal" name="The “gesture-end” signal" link="ClutterGestureAction.html#ClutterGestureAction-gesture-end"/>
    <keyword type="signal" name="The “gesture-progress” signal" link="ClutterGestureAction.html#ClutterGestureAction-gesture-progress"/>
    <keyword type="function" name="clutter_pan_action_new ()" link="ClutterPanAction.html#clutter-pan-action-new" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_set_pan_axis ()" link="ClutterPanAction.html#clutter-pan-action-set-pan-axis" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_get_pan_axis ()" link="ClutterPanAction.html#clutter-pan-action-get-pan-axis" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_set_interpolate ()" link="ClutterPanAction.html#clutter-pan-action-set-interpolate" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_get_interpolate ()" link="ClutterPanAction.html#clutter-pan-action-get-interpolate" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_set_deceleration ()" link="ClutterPanAction.html#clutter-pan-action-set-deceleration" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_get_deceleration ()" link="ClutterPanAction.html#clutter-pan-action-get-deceleration" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_set_acceleration_factor ()" link="ClutterPanAction.html#clutter-pan-action-set-acceleration-factor" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_get_acceleration_factor ()" link="ClutterPanAction.html#clutter-pan-action-get-acceleration-factor" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_get_interpolated_coords ()" link="ClutterPanAction.html#clutter-pan-action-get-interpolated-coords" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_get_interpolated_delta ()" link="ClutterPanAction.html#clutter-pan-action-get-interpolated-delta" since="1.12"/>
    <keyword type="function" name="clutter_pan_action_get_motion_coords ()" link="ClutterPanAction.html#clutter-pan-action-get-motion-coords" since="1.14"/>
    <keyword type="function" name="clutter_pan_action_get_motion_delta ()" link="ClutterPanAction.html#clutter-pan-action-get-motion-delta" since="1.14"/>
    <keyword type="function" name="clutter_pan_action_get_constrained_motion_delta ()" link="ClutterPanAction.html#clutter-pan-action-get-constrained-motion-delta" since="1.24"/>
    <keyword type="struct" name="struct ClutterPanAction" link="ClutterPanAction.html#ClutterPanAction-struct"/>
    <keyword type="struct" name="struct ClutterPanActionClass" link="ClutterPanAction.html#ClutterPanActionClass" since="1.12"/>
    <keyword type="enum" name="enum ClutterPanAxis" link="ClutterPanAction.html#ClutterPanAxis" since="1.12"/>
    <keyword type="property" name="The “acceleration-factor” property" link="ClutterPanAction.html#ClutterPanAction--acceleration-factor"/>
    <keyword type="property" name="The “deceleration” property" link="ClutterPanAction.html#ClutterPanAction--deceleration"/>
    <keyword type="property" name="The “interpolate” property" link="ClutterPanAction.html#ClutterPanAction--interpolate"/>
    <keyword type="property" name="The “pan-axis” property" link="ClutterPanAction.html#ClutterPanAction--pan-axis"/>
    <keyword type="signal" name="The “pan” signal" link="ClutterPanAction.html#ClutterPanAction-pan"/>
    <keyword type="signal" name="The “pan-stopped” signal" link="ClutterPanAction.html#ClutterPanAction-pan-stopped"/>
    <keyword type="function" name="clutter_swipe_action_new ()" link="ClutterSwipeAction.html#clutter-swipe-action-new" since="1.8"/>
    <keyword type="struct" name="struct ClutterSwipeAction" link="ClutterSwipeAction.html#ClutterSwipeAction-struct"/>
    <keyword type="struct" name="struct ClutterSwipeActionClass" link="ClutterSwipeAction.html#ClutterSwipeActionClass" since="1.8"/>
    <keyword type="enum" name="enum ClutterSwipeDirection" link="ClutterSwipeAction.html#ClutterSwipeDirection" since="1.8"/>
    <keyword type="signal" name="The “swept” signal" link="ClutterSwipeAction.html#ClutterSwipeAction-swept"/>
    <keyword type="signal" name="The “swipe” signal" link="ClutterSwipeAction.html#ClutterSwipeAction-swipe"/>
    <keyword type="function" name="clutter_rotate_action_new ()" link="ClutterRotateAction.html#clutter-rotate-action-new" since="1.12"/>
    <keyword type="struct" name="struct ClutterRotateAction" link="ClutterRotateAction.html#ClutterRotateAction-struct"/>
    <keyword type="struct" name="struct ClutterRotateActionClass" link="ClutterRotateAction.html#ClutterRotateActionClass" since="1.12"/>
    <keyword type="signal" name="The “rotate” signal" link="ClutterRotateAction.html#ClutterRotateAction-rotate"/>
    <keyword type="function" name="clutter_zoom_action_new ()" link="ClutterZoomAction.html#clutter-zoom-action-new" since="1.12"/>
    <keyword type="function" name="clutter_zoom_action_set_zoom_axis ()" link="ClutterZoomAction.html#clutter-zoom-action-set-zoom-axis" since="1.12"/>
    <keyword type="function" name="clutter_zoom_action_get_zoom_axis ()" link="ClutterZoomAction.html#clutter-zoom-action-get-zoom-axis" since="1.12"/>
    <keyword type="function" name="clutter_zoom_action_get_focal_point ()" link="ClutterZoomAction.html#clutter-zoom-action-get-focal-point" since="1.12"/>
    <keyword type="function" name="clutter_zoom_action_get_transformed_focal_point ()" link="ClutterZoomAction.html#clutter-zoom-action-get-transformed-focal-point" since="1.12"/>
    <keyword type="struct" name="struct ClutterZoomAction" link="ClutterZoomAction.html#ClutterZoomAction-struct"/>
    <keyword type="struct" name="struct ClutterZoomActionClass" link="ClutterZoomAction.html#ClutterZoomActionClass" since="1.12"/>
    <keyword type="enum" name="enum ClutterZoomAxis" link="ClutterZoomAction.html#ClutterZoomAxis" since="1.12"/>
    <keyword type="property" name="The “zoom-axis” property" link="ClutterZoomAction.html#ClutterZoomAction--zoom-axis"/>
    <keyword type="signal" name="The “zoom” signal" link="ClutterZoomAction.html#ClutterZoomAction-zoom"/>
    <keyword type="function" name="clutter_tap_action_new ()" link="ClutterTapAction.html#clutter-tap-action-new" since="1.14"/>
    <keyword type="struct" name="struct ClutterTapAction" link="ClutterTapAction.html#ClutterTapAction-struct"/>
    <keyword type="struct" name="struct ClutterTapActionClass" link="ClutterTapAction.html#ClutterTapActionClass"/>
    <keyword type="signal" name="The “tap” signal" link="ClutterTapAction.html#ClutterTapAction-tap"/>
    <keyword type="function" name="clutter_align_constraint_new ()" link="ClutterAlignConstraint.html#clutter-align-constraint-new" since="1.4"/>
    <keyword type="function" name="clutter_align_constraint_set_source ()" link="ClutterAlignConstraint.html#clutter-align-constraint-set-source" since="1.4"/>
    <keyword type="function" name="clutter_align_constraint_get_source ()" link="ClutterAlignConstraint.html#clutter-align-constraint-get-source" since="1.4"/>
    <keyword type="function" name="clutter_align_constraint_set_align_axis ()" link="ClutterAlignConstraint.html#clutter-align-constraint-set-align-axis" since="1.4"/>
    <keyword type="function" name="clutter_align_constraint_get_align_axis ()" link="ClutterAlignConstraint.html#clutter-align-constraint-get-align-axis" since="1.4"/>
    <keyword type="function" name="clutter_align_constraint_set_factor ()" link="ClutterAlignConstraint.html#clutter-align-constraint-set-factor" since="1.4"/>
    <keyword type="function" name="clutter_align_constraint_get_factor ()" link="ClutterAlignConstraint.html#clutter-align-constraint-get-factor" since="1.4"/>
    <keyword type="struct" name="ClutterAlignConstraint" link="ClutterAlignConstraint.html#ClutterAlignConstraint-struct"/>
    <keyword type="enum" name="enum ClutterAlignAxis" link="ClutterAlignConstraint.html#ClutterAlignAxis" since="1.4"/>
    <keyword type="property" name="The “align-axis” property" link="ClutterAlignConstraint.html#ClutterAlignConstraint--align-axis"/>
    <keyword type="property" name="The “factor” property" link="ClutterAlignConstraint.html#ClutterAlignConstraint--factor"/>
    <keyword type="property" name="The “source” property" link="ClutterAlignConstraint.html#ClutterAlignConstraint--source"/>
    <keyword type="function" name="clutter_bind_constraint_new ()" link="ClutterBindConstraint.html#clutter-bind-constraint-new" since="1.4"/>
    <keyword type="function" name="clutter_bind_constraint_set_source ()" link="ClutterBindConstraint.html#clutter-bind-constraint-set-source" since="1.4"/>
    <keyword type="function" name="clutter_bind_constraint_get_source ()" link="ClutterBindConstraint.html#clutter-bind-constraint-get-source" since="1.4"/>
    <keyword type="function" name="clutter_bind_constraint_set_coordinate ()" link="ClutterBindConstraint.html#clutter-bind-constraint-set-coordinate" since="1.4"/>
    <keyword type="function" name="clutter_bind_constraint_get_coordinate ()" link="ClutterBindConstraint.html#clutter-bind-constraint-get-coordinate" since="1.4"/>
    <keyword type="function" name="clutter_bind_constraint_set_offset ()" link="ClutterBindConstraint.html#clutter-bind-constraint-set-offset" since="1.4"/>
    <keyword type="function" name="clutter_bind_constraint_get_offset ()" link="ClutterBindConstraint.html#clutter-bind-constraint-get-offset" since="1.4"/>
    <keyword type="struct" name="ClutterBindConstraint" link="ClutterBindConstraint.html#ClutterBindConstraint-struct"/>
    <keyword type="enum" name="enum ClutterBindCoordinate" link="ClutterBindConstraint.html#ClutterBindCoordinate" since="1.4"/>
    <keyword type="property" name="The “coordinate” property" link="ClutterBindConstraint.html#ClutterBindConstraint--coordinate"/>
    <keyword type="property" name="The “offset” property" link="ClutterBindConstraint.html#ClutterBindConstraint--offset"/>
    <keyword type="property" name="The “source” property" link="ClutterBindConstraint.html#ClutterBindConstraint--source"/>
    <keyword type="function" name="clutter_path_constraint_new ()" link="ClutterPathConstraint.html#clutter-path-constraint-new" since="1.6"/>
    <keyword type="function" name="clutter_path_constraint_set_path ()" link="ClutterPathConstraint.html#clutter-path-constraint-set-path" since="1.6"/>
    <keyword type="function" name="clutter_path_constraint_get_path ()" link="ClutterPathConstraint.html#clutter-path-constraint-get-path" since="1.6"/>
    <keyword type="function" name="clutter_path_constraint_set_offset ()" link="ClutterPathConstraint.html#clutter-path-constraint-set-offset" since="1.6"/>
    <keyword type="function" name="clutter_path_constraint_get_offset ()" link="ClutterPathConstraint.html#clutter-path-constraint-get-offset" since="1.6"/>
    <keyword type="struct" name="ClutterPathConstraint" link="ClutterPathConstraint.html#ClutterPathConstraint-struct"/>
    <keyword type="property" name="The “offset” property" link="ClutterPathConstraint.html#ClutterPathConstraint--offset"/>
    <keyword type="property" name="The “path” property" link="ClutterPathConstraint.html#ClutterPathConstraint--path"/>
    <keyword type="signal" name="The “node-reached” signal" link="ClutterPathConstraint.html#ClutterPathConstraint-node-reached"/>
    <keyword type="function" name="clutter_snap_constraint_new ()" link="ClutterSnapConstraint.html#clutter-snap-constraint-new" since="1.6"/>
    <keyword type="function" name="clutter_snap_constraint_set_source ()" link="ClutterSnapConstraint.html#clutter-snap-constraint-set-source" since="1.6"/>
    <keyword type="function" name="clutter_snap_constraint_get_source ()" link="ClutterSnapConstraint.html#clutter-snap-constraint-get-source" since="1.6"/>
    <keyword type="function" name="clutter_snap_constraint_set_edges ()" link="ClutterSnapConstraint.html#clutter-snap-constraint-set-edges" since="1.6"/>
    <keyword type="function" name="clutter_snap_constraint_get_edges ()" link="ClutterSnapConstraint.html#clutter-snap-constraint-get-edges" since="1.6"/>
    <keyword type="function" name="clutter_snap_constraint_set_offset ()" link="ClutterSnapConstraint.html#clutter-snap-constraint-set-offset" since="1.6"/>
    <keyword type="function" name="clutter_snap_constraint_get_offset ()" link="ClutterSnapConstraint.html#clutter-snap-constraint-get-offset" since="1.6"/>
    <keyword type="enum" name="enum ClutterSnapEdge" link="ClutterSnapConstraint.html#ClutterSnapEdge" since="1.6"/>
    <keyword type="struct" name="ClutterSnapConstraint" link="ClutterSnapConstraint.html#ClutterSnapConstraint-struct"/>
    <keyword type="property" name="The “from-edge” property" link="ClutterSnapConstraint.html#ClutterSnapConstraint--from-edge"/>
    <keyword type="property" name="The “offset” property" link="ClutterSnapConstraint.html#ClutterSnapConstraint--offset"/>
    <keyword type="property" name="The “source” property" link="ClutterSnapConstraint.html#ClutterSnapConstraint--source"/>
    <keyword type="property" name="The “to-edge” property" link="ClutterSnapConstraint.html#ClutterSnapConstraint--to-edge"/>
    <keyword type="function" name="clutter_offscreen_effect_get_target ()" link="ClutterOffscreenEffect.html#clutter-offscreen-effect-get-target" since="1.4"/>
    <keyword type="function" name="clutter_offscreen_effect_get_texture ()" link="ClutterOffscreenEffect.html#clutter-offscreen-effect-get-texture" since="1.10"/>
    <keyword type="function" name="clutter_offscreen_effect_create_texture ()" link="ClutterOffscreenEffect.html#clutter-offscreen-effect-create-texture" since="1.4"/>
    <keyword type="function" name="clutter_offscreen_effect_paint_target ()" link="ClutterOffscreenEffect.html#clutter-offscreen-effect-paint-target" since="1.4"/>
    <keyword type="function" name="clutter_offscreen_effect_get_target_size ()" link="ClutterOffscreenEffect.html#clutter-offscreen-effect-get-target-size" deprecated="1.14: Use clutter_offscreen_effect_get_target_rect() instead" since="1.8"/>
    <keyword type="function" name="clutter_offscreen_effect_get_target_rect ()" link="ClutterOffscreenEffect.html#clutter-offscreen-effect-get-target-rect" since="1.14"/>
    <keyword type="struct" name="struct ClutterOffscreenEffect" link="ClutterOffscreenEffect.html#ClutterOffscreenEffect-struct"/>
    <keyword type="struct" name="struct ClutterOffscreenEffectClass" link="ClutterOffscreenEffect.html#ClutterOffscreenEffectClass" since="1.4"/>
    <keyword type="function" name="clutter_shader_effect_new ()" link="ClutterShaderEffect.html#clutter-shader-effect-new" since="1.8"/>
    <keyword type="function" name="clutter_shader_effect_set_uniform ()" link="ClutterShaderEffect.html#clutter-shader-effect-set-uniform" since="1.4"/>
    <keyword type="function" name="clutter_shader_effect_set_uniform_value ()" link="ClutterShaderEffect.html#clutter-shader-effect-set-uniform-value" since="1.4"/>
    <keyword type="function" name="clutter_shader_effect_set_shader_source ()" link="ClutterShaderEffect.html#clutter-shader-effect-set-shader-source" since="1.4"/>
    <keyword type="function" name="clutter_shader_effect_get_program ()" link="ClutterShaderEffect.html#clutter-shader-effect-get-program" since="1.4"/>
    <keyword type="function" name="clutter_shader_effect_get_shader ()" link="ClutterShaderEffect.html#clutter-shader-effect-get-shader" since="1.4"/>
    <keyword type="enum" name="enum ClutterShaderType" link="ClutterShaderEffect.html#ClutterShaderType" since="1.4"/>
    <keyword type="struct" name="struct ClutterShaderEffect" link="ClutterShaderEffect.html#ClutterShaderEffect-struct"/>
    <keyword type="struct" name="struct ClutterShaderEffectClass" link="ClutterShaderEffect.html#ClutterShaderEffectClass" since="1.4"/>
    <keyword type="property" name="The “shader-type” property" link="ClutterShaderEffect.html#ClutterShaderEffect--shader-type"/>
    <keyword type="function" name="clutter_deform_effect_set_back_material ()" link="ClutterDeformEffect.html#clutter-deform-effect-set-back-material" since="1.4"/>
    <keyword type="function" name="clutter_deform_effect_get_back_material ()" link="ClutterDeformEffect.html#clutter-deform-effect-get-back-material" since="1.4"/>
    <keyword type="function" name="clutter_deform_effect_set_n_tiles ()" link="ClutterDeformEffect.html#clutter-deform-effect-set-n-tiles" since="1.4"/>
    <keyword type="function" name="clutter_deform_effect_get_n_tiles ()" link="ClutterDeformEffect.html#clutter-deform-effect-get-n-tiles" since="1.4"/>
    <keyword type="function" name="clutter_deform_effect_invalidate ()" link="ClutterDeformEffect.html#clutter-deform-effect-invalidate" since="1.4"/>
    <keyword type="struct" name="struct ClutterDeformEffect" link="ClutterDeformEffect.html#ClutterDeformEffect-struct"/>
    <keyword type="struct" name="struct ClutterDeformEffectClass" link="ClutterDeformEffect.html#ClutterDeformEffectClass" since="1.4"/>
    <keyword type="property" name="The “back-material” property" link="ClutterDeformEffect.html#ClutterDeformEffect--back-material"/>
    <keyword type="property" name="The “x-tiles” property" link="ClutterDeformEffect.html#ClutterDeformEffect--x-tiles"/>
    <keyword type="property" name="The “y-tiles” property" link="ClutterDeformEffect.html#ClutterDeformEffect--y-tiles"/>
    <keyword type="function" name="clutter_blur_effect_new ()" link="ClutterBlurEffect.html#clutter-blur-effect-new" since="1.4"/>
    <keyword type="struct" name="ClutterBlurEffect" link="ClutterBlurEffect.html#ClutterBlurEffect-struct"/>
    <keyword type="function" name="clutter_brightness_contrast_effect_new ()" link="ClutterBrightnessContrastEffect.html#clutter-brightness-contrast-effect-new" since="1.10"/>
    <keyword type="function" name="clutter_brightness_contrast_effect_set_brightness ()" link="ClutterBrightnessContrastEffect.html#clutter-brightness-contrast-effect-set-brightness" since="1.10"/>
    <keyword type="function" name="clutter_brightness_contrast_effect_set_brightness_full ()" link="ClutterBrightnessContrastEffect.html#clutter-brightness-contrast-effect-set-brightness-full" since="1.10"/>
    <keyword type="function" name="clutter_brightness_contrast_effect_get_brightness ()" link="ClutterBrightnessContrastEffect.html#clutter-brightness-contrast-effect-get-brightness" since="1.10"/>
    <keyword type="function" name="clutter_brightness_contrast_effect_set_contrast ()" link="ClutterBrightnessContrastEffect.html#clutter-brightness-contrast-effect-set-contrast" since="1.10"/>
    <keyword type="function" name="clutter_brightness_contrast_effect_set_contrast_full ()" link="ClutterBrightnessContrastEffect.html#clutter-brightness-contrast-effect-set-contrast-full" since="1.10"/>
    <keyword type="function" name="clutter_brightness_contrast_effect_get_contrast ()" link="ClutterBrightnessContrastEffect.html#clutter-brightness-contrast-effect-get-contrast" since="1.10"/>
    <keyword type="struct" name="ClutterBrightnessContrastEffect" link="ClutterBrightnessContrastEffect.html#ClutterBrightnessContrastEffect-struct"/>
    <keyword type="property" name="The “brightness” property" link="ClutterBrightnessContrastEffect.html#ClutterBrightnessContrastEffect--brightness"/>
    <keyword type="property" name="The “contrast” property" link="ClutterBrightnessContrastEffect.html#ClutterBrightnessContrastEffect--contrast"/>
    <keyword type="function" name="clutter_colorize_effect_new ()" link="ClutterColorizeEffect.html#clutter-colorize-effect-new" since="1.4"/>
    <keyword type="function" name="clutter_colorize_effect_set_tint ()" link="ClutterColorizeEffect.html#clutter-colorize-effect-set-tint" since="1.4"/>
    <keyword type="function" name="clutter_colorize_effect_get_tint ()" link="ClutterColorizeEffect.html#clutter-colorize-effect-get-tint" since="1.4"/>
    <keyword type="struct" name="ClutterColorizeEffect" link="ClutterColorizeEffect.html#ClutterColorizeEffect-struct"/>
    <keyword type="property" name="The “tint” property" link="ClutterColorizeEffect.html#ClutterColorizeEffect--tint"/>
    <keyword type="function" name="clutter_desaturate_effect_new ()" link="ClutterDesaturateEffect.html#clutter-desaturate-effect-new" since="1.4"/>
    <keyword type="function" name="clutter_desaturate_effect_set_factor ()" link="ClutterDesaturateEffect.html#clutter-desaturate-effect-set-factor" since="1.4"/>
    <keyword type="function" name="clutter_desaturate_effect_get_factor ()" link="ClutterDesaturateEffect.html#clutter-desaturate-effect-get-factor" since="1.4"/>
    <keyword type="struct" name="ClutterDesaturateEffect" link="ClutterDesaturateEffect.html#ClutterDesaturateEffect-struct"/>
    <keyword type="property" name="The “factor” property" link="ClutterDesaturateEffect.html#ClutterDesaturateEffect--factor"/>
    <keyword type="function" name="clutter_page_turn_effect_new ()" link="ClutterPageTurnEffect.html#clutter-page-turn-effect-new" since="1.4"/>
    <keyword type="function" name="clutter_page_turn_effect_set_period ()" link="ClutterPageTurnEffect.html#clutter-page-turn-effect-set-period" since="1.4"/>
    <keyword type="function" name="clutter_page_turn_effect_get_period ()" link="ClutterPageTurnEffect.html#clutter-page-turn-effect-get-period" since="1.4"/>
    <keyword type="function" name="clutter_page_turn_effect_set_angle ()" link="ClutterPageTurnEffect.html#clutter-page-turn-effect-set-angle" since="1.4"/>
    <keyword type="function" name="clutter_page_turn_effect_get_angle ()" link="ClutterPageTurnEffect.html#clutter-page-turn-effect-get-angle" since="1.4"/>
    <keyword type="function" name="clutter_page_turn_effect_set_radius ()" link="ClutterPageTurnEffect.html#clutter-page-turn-effect-set-radius" since="1.4"/>
    <keyword type="function" name="clutter_page_turn_effect_get_radius ()" link="ClutterPageTurnEffect.html#clutter-page-turn-effect-get-radius" since="1.4"/>
    <keyword type="struct" name="ClutterPageTurnEffect" link="ClutterPageTurnEffect.html#ClutterPageTurnEffect-struct"/>
    <keyword type="property" name="The “angle” property" link="ClutterPageTurnEffect.html#ClutterPageTurnEffect--angle"/>
    <keyword type="property" name="The “period” property" link="ClutterPageTurnEffect.html#ClutterPageTurnEffect--period"/>
    <keyword type="property" name="The “radius” property" link="ClutterPageTurnEffect.html#ClutterPageTurnEffect--radius"/>
    <keyword type="function" name="clutter_canvas_new ()" link="ClutterCanvas.html#clutter-canvas-new" since="1.10"/>
    <keyword type="function" name="clutter_canvas_set_size ()" link="ClutterCanvas.html#clutter-canvas-set-size" since="1.10"/>
    <keyword type="function" name="clutter_canvas_set_scale_factor ()" link="ClutterCanvas.html#clutter-canvas-set-scale-factor" since="1.18"/>
    <keyword type="function" name="clutter_canvas_get_scale_factor ()" link="ClutterCanvas.html#clutter-canvas-get-scale-factor" since="1.18"/>
    <keyword type="struct" name="struct ClutterCanvas" link="ClutterCanvas.html#ClutterCanvas-struct"/>
    <keyword type="struct" name="struct ClutterCanvasClass" link="ClutterCanvas.html#ClutterCanvasClass" since="1.10"/>
    <keyword type="property" name="The “height” property" link="ClutterCanvas.html#ClutterCanvas--height"/>
    <keyword type="property" name="The “scale-factor” property" link="ClutterCanvas.html#ClutterCanvas--scale-factor"/>
    <keyword type="property" name="The “scale-factor-set” property" link="ClutterCanvas.html#ClutterCanvas--scale-factor-set"/>
    <keyword type="property" name="The “width” property" link="ClutterCanvas.html#ClutterCanvas--width"/>
    <keyword type="signal" name="The “draw” signal" link="ClutterCanvas.html#ClutterCanvas-draw"/>
    <keyword type="macro" name="CLUTTER_IMAGE_ERROR" link="ClutterImage.html#CLUTTER-IMAGE-ERROR:CAPS" since="1.10"/>
    <keyword type="function" name="clutter_image_new ()" link="ClutterImage.html#clutter-image-new" since="1.10"/>
    <keyword type="function" name="clutter_image_set_data ()" link="ClutterImage.html#clutter-image-set-data" since="1.10"/>
    <keyword type="function" name="clutter_image_set_bytes ()" link="ClutterImage.html#clutter-image-set-bytes" since="1.12"/>
    <keyword type="function" name="clutter_image_set_area ()" link="ClutterImage.html#clutter-image-set-area" since="1.10"/>
    <keyword type="function" name="clutter_image_get_texture ()" link="ClutterImage.html#clutter-image-get-texture" since="1.10" stability="Unstable"/>
    <keyword type="struct" name="struct ClutterImage" link="ClutterImage.html#ClutterImage-struct"/>
    <keyword type="struct" name="struct ClutterImageClass" link="ClutterImage.html#ClutterImageClass" since="1.10"/>
    <keyword type="enum" name="enum ClutterImageError" link="ClutterImage.html#ClutterImageError" since="1.10"/>
    <keyword type="function" name="clutter_paint_node_ref ()" link="ClutterPaintNode.html#clutter-paint-node-ref" since="1.10"/>
    <keyword type="function" name="clutter_paint_node_unref ()" link="ClutterPaintNode.html#clutter-paint-node-unref" since="1.10"/>
    <keyword type="function" name="clutter_paint_node_set_name ()" link="ClutterPaintNode.html#clutter-paint-node-set-name" since="1.10"/>
    <keyword type="function" name="clutter_paint_node_add_child ()" link="ClutterPaintNode.html#clutter-paint-node-add-child" since="1.10"/>
    <keyword type="function" name="clutter_paint_node_add_rectangle ()" link="ClutterPaintNode.html#clutter-paint-node-add-rectangle" since="1.10"/>
    <keyword type="function" name="clutter_paint_node_add_texture_rectangle ()" link="ClutterPaintNode.html#clutter-paint-node-add-texture-rectangle" since="1.10"/>
    <keyword type="function" name="clutter_paint_node_add_path ()" link="ClutterPaintNode.html#clutter-paint-node-add-path" since="1.10" stability="Unstable"/>
    <keyword type="function" name="clutter_paint_node_add_primitive ()" link="ClutterPaintNode.html#clutter-paint-node-add-primitive" since="1.10"/>
    <keyword type="macro" name="CLUTTER_VALUE_HOLDS_PAINT_NODE()" link="ClutterPaintNode.html#CLUTTER-VALUE-HOLDS-PAINT-NODE:CAPS" since="1.10"/>
    <keyword type="function" name="clutter_value_set_paint_node ()" link="ClutterPaintNode.html#clutter-value-set-paint-node" since="1.10"/>
    <keyword type="function" name="clutter_value_take_paint_node ()" link="ClutterPaintNode.html#clutter-value-take-paint-node" since="1.10"/>
    <keyword type="function" name="clutter_value_get_paint_node ()" link="ClutterPaintNode.html#clutter-value-get-paint-node" since="1.10"/>
    <keyword type="function" name="clutter_value_dup_paint_node ()" link="ClutterPaintNode.html#clutter-value-dup-paint-node" since="1.10"/>
    <keyword type="struct" name="ClutterPaintNode" link="ClutterPaintNode.html#ClutterPaintNode-struct"/>
    <keyword type="struct" name="ClutterPaintNodeClass" link="ClutterPaintNode.html#ClutterPaintNodeClass" since="1.10"/>
    <keyword type="function" name="clutter_color_node_new ()" link="clutter-Paint-Nodes.html#clutter-color-node-new" since="1.10"/>
    <keyword type="function" name="clutter_texture_node_new ()" link="clutter-Paint-Nodes.html#clutter-texture-node-new" since="1.10"/>
    <keyword type="function" name="clutter_pipeline_node_new ()" link="clutter-Paint-Nodes.html#clutter-pipeline-node-new" since="1.10"/>
    <keyword type="function" name="clutter_text_node_new ()" link="clutter-Paint-Nodes.html#clutter-text-node-new" since="1.10"/>
    <keyword type="function" name="clutter_clip_node_new ()" link="clutter-Paint-Nodes.html#clutter-clip-node-new" since="1.10"/>
    <keyword type="struct" name="ClutterColorNode" link="clutter-Paint-Nodes.html#ClutterColorNode-struct"/>
    <keyword type="struct" name="ClutterColorNodeClass" link="clutter-Paint-Nodes.html#ClutterColorNodeClass" since="1.10"/>
    <keyword type="struct" name="ClutterTextureNode" link="clutter-Paint-Nodes.html#ClutterTextureNode-struct"/>
    <keyword type="struct" name="ClutterTextureNodeClass" link="clutter-Paint-Nodes.html#ClutterTextureNodeClass" since="1.10"/>
    <keyword type="struct" name="ClutterPipelineNode" link="clutter-Paint-Nodes.html#ClutterPipelineNode-struct"/>
    <keyword type="struct" name="ClutterPipelineNodeClass" link="clutter-Paint-Nodes.html#ClutterPipelineNodeClass" since="1.10"/>
    <keyword type="struct" name="ClutterTextNode" link="clutter-Paint-Nodes.html#ClutterTextNode-struct"/>
    <keyword type="struct" name="ClutterTextNodeClass" link="clutter-Paint-Nodes.html#ClutterTextNodeClass" since="1.10"/>
    <keyword type="struct" name="ClutterClipNode" link="clutter-Paint-Nodes.html#ClutterClipNode-struct"/>
    <keyword type="struct" name="ClutterClipNodeClass" link="clutter-Paint-Nodes.html#ClutterClipNodeClass" since="1.10"/>
    <keyword type="function" name="clutter_timeline_new ()" link="ClutterTimeline.html#clutter-timeline-new" since="0.6"/>
    <keyword type="function" name="clutter_timeline_clone ()" link="ClutterTimeline.html#clutter-timeline-clone" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_timeline_set_duration ()" link="ClutterTimeline.html#clutter-timeline-set-duration" since="0.6"/>
    <keyword type="function" name="clutter_timeline_get_duration ()" link="ClutterTimeline.html#clutter-timeline-get-duration" since="0.6"/>
    <keyword type="function" name="clutter_timeline_set_repeat_count ()" link="ClutterTimeline.html#clutter-timeline-set-repeat-count" since="1.10"/>
    <keyword type="function" name="clutter_timeline_get_repeat_count ()" link="ClutterTimeline.html#clutter-timeline-get-repeat-count" since="1.10"/>
    <keyword type="function" name="clutter_timeline_set_delay ()" link="ClutterTimeline.html#clutter-timeline-set-delay" since="0.4"/>
    <keyword type="function" name="clutter_timeline_get_delay ()" link="ClutterTimeline.html#clutter-timeline-get-delay" since="0.4"/>
    <keyword type="function" name="clutter_timeline_set_direction ()" link="ClutterTimeline.html#clutter-timeline-set-direction" since="0.6"/>
    <keyword type="function" name="clutter_timeline_get_direction ()" link="ClutterTimeline.html#clutter-timeline-get-direction" since="0.6"/>
    <keyword type="function" name="clutter_timeline_set_auto_reverse ()" link="ClutterTimeline.html#clutter-timeline-set-auto-reverse" since="1.6"/>
    <keyword type="function" name="clutter_timeline_get_auto_reverse ()" link="ClutterTimeline.html#clutter-timeline-get-auto-reverse" since="1.6"/>
    <keyword type="function" name="clutter_timeline_set_progress_mode ()" link="ClutterTimeline.html#clutter-timeline-set-progress-mode" since="1.10"/>
    <keyword type="function" name="clutter_timeline_get_progress_mode ()" link="ClutterTimeline.html#clutter-timeline-get-progress-mode" since="1.10"/>
    <keyword type="function" name="clutter_timeline_set_cubic_bezier_progress ()" link="ClutterTimeline.html#clutter-timeline-set-cubic-bezier-progress" since="1.12"/>
    <keyword type="function" name="clutter_timeline_get_cubic_bezier_progress ()" link="ClutterTimeline.html#clutter-timeline-get-cubic-bezier-progress" since="1.12"/>
    <keyword type="function" name="clutter_timeline_set_step_progress ()" link="ClutterTimeline.html#clutter-timeline-set-step-progress" since="1.12"/>
    <keyword type="function" name="clutter_timeline_get_step_progress ()" link="ClutterTimeline.html#clutter-timeline-get-step-progress" since="1.12"/>
    <keyword type="function" name="ClutterTimelineProgressFunc ()" link="ClutterTimeline.html#ClutterTimelineProgressFunc" since="1.10"/>
    <keyword type="function" name="clutter_timeline_set_progress_func ()" link="ClutterTimeline.html#clutter-timeline-set-progress-func" since="1.10"/>
    <keyword type="function" name="clutter_timeline_get_duration_hint ()" link="ClutterTimeline.html#clutter-timeline-get-duration-hint" since="1.10"/>
    <keyword type="function" name="clutter_timeline_get_current_repeat ()" link="ClutterTimeline.html#clutter-timeline-get-current-repeat" since="1.10"/>
    <keyword type="function" name="clutter_timeline_set_loop ()" link="ClutterTimeline.html#clutter-timeline-set-loop" deprecated="1.10: Use clutter_timeline_set_repeat_count() instead."/>
    <keyword type="function" name="clutter_timeline_get_loop ()" link="ClutterTimeline.html#clutter-timeline-get-loop" deprecated="1.10: Use clutter_timeline_get_repeat_count() instead."/>
    <keyword type="function" name="clutter_timeline_start ()" link="ClutterTimeline.html#clutter-timeline-start"/>
    <keyword type="function" name="clutter_timeline_pause ()" link="ClutterTimeline.html#clutter-timeline-pause"/>
    <keyword type="function" name="clutter_timeline_stop ()" link="ClutterTimeline.html#clutter-timeline-stop"/>
    <keyword type="function" name="clutter_timeline_rewind ()" link="ClutterTimeline.html#clutter-timeline-rewind"/>
    <keyword type="function" name="clutter_timeline_skip ()" link="ClutterTimeline.html#clutter-timeline-skip"/>
    <keyword type="function" name="clutter_timeline_advance ()" link="ClutterTimeline.html#clutter-timeline-advance"/>
    <keyword type="function" name="clutter_timeline_get_elapsed_time ()" link="ClutterTimeline.html#clutter-timeline-get-elapsed-time"/>
    <keyword type="function" name="clutter_timeline_get_delta ()" link="ClutterTimeline.html#clutter-timeline-get-delta" since="0.6"/>
    <keyword type="function" name="clutter_timeline_get_progress ()" link="ClutterTimeline.html#clutter-timeline-get-progress" since="0.6"/>
    <keyword type="function" name="clutter_timeline_is_playing ()" link="ClutterTimeline.html#clutter-timeline-is-playing"/>
    <keyword type="function" name="clutter_timeline_add_marker ()" link="ClutterTimeline.html#clutter-timeline-add-marker" since="1.14"/>
    <keyword type="function" name="clutter_timeline_add_marker_at_time ()" link="ClutterTimeline.html#clutter-timeline-add-marker-at-time" since="0.8"/>
    <keyword type="function" name="clutter_timeline_has_marker ()" link="ClutterTimeline.html#clutter-timeline-has-marker" since="0.8"/>
    <keyword type="function" name="clutter_timeline_list_markers ()" link="ClutterTimeline.html#clutter-timeline-list-markers" since="0.8"/>
    <keyword type="function" name="clutter_timeline_remove_marker ()" link="ClutterTimeline.html#clutter-timeline-remove-marker" since="0.8"/>
    <keyword type="function" name="clutter_timeline_advance_to_marker ()" link="ClutterTimeline.html#clutter-timeline-advance-to-marker" since="0.8"/>
    <keyword type="struct" name="ClutterTimeline" link="ClutterTimeline.html#ClutterTimeline-struct"/>
    <keyword type="struct" name="struct ClutterTimelineClass" link="ClutterTimeline.html#ClutterTimelineClass" since="0.2"/>
    <keyword type="enum" name="enum ClutterTimelineDirection" link="ClutterTimeline.html#ClutterTimelineDirection" since="0.6"/>
    <keyword type="enum" name="enum ClutterAnimationMode" link="ClutterTimeline.html#ClutterAnimationMode" since="1.0"/>
    <keyword type="enum" name="enum ClutterStepMode" link="ClutterTimeline.html#ClutterStepMode" since="1.12"/>
    <keyword type="property" name="The “auto-reverse” property" link="ClutterTimeline.html#ClutterTimeline--auto-reverse"/>
    <keyword type="property" name="The “delay” property" link="ClutterTimeline.html#ClutterTimeline--delay"/>
    <keyword type="property" name="The “direction” property" link="ClutterTimeline.html#ClutterTimeline--direction"/>
    <keyword type="property" name="The “duration” property" link="ClutterTimeline.html#ClutterTimeline--duration"/>
    <keyword type="property" name="The “loop” property" link="ClutterTimeline.html#ClutterTimeline--loop"/>
    <keyword type="property" name="The “progress-mode” property" link="ClutterTimeline.html#ClutterTimeline--progress-mode"/>
    <keyword type="property" name="The “repeat-count” property" link="ClutterTimeline.html#ClutterTimeline--repeat-count"/>
    <keyword type="signal" name="The “completed” signal" link="ClutterTimeline.html#ClutterTimeline-completed"/>
    <keyword type="signal" name="The “marker-reached” signal" link="ClutterTimeline.html#ClutterTimeline-marker-reached"/>
    <keyword type="signal" name="The “new-frame” signal" link="ClutterTimeline.html#ClutterTimeline-new-frame"/>
    <keyword type="signal" name="The “paused” signal" link="ClutterTimeline.html#ClutterTimeline-paused"/>
    <keyword type="signal" name="The “started” signal" link="ClutterTimeline.html#ClutterTimeline-started"/>
    <keyword type="signal" name="The “stopped” signal" link="ClutterTimeline.html#ClutterTimeline-stopped"/>
    <keyword type="function" name="clutter_interval_new ()" link="clutter-Value-intervals.html#clutter-interval-new" since="1.0"/>
    <keyword type="function" name="clutter_interval_new_with_values ()" link="clutter-Value-intervals.html#clutter-interval-new-with-values" since="1.0"/>
    <keyword type="function" name="clutter_interval_clone ()" link="clutter-Value-intervals.html#clutter-interval-clone" since="1.0"/>
    <keyword type="function" name="clutter_interval_get_value_type ()" link="clutter-Value-intervals.html#clutter-interval-get-value-type" since="1.0"/>
    <keyword type="function" name="clutter_interval_set_initial_value ()" link="clutter-Value-intervals.html#clutter-interval-set-initial-value" since="1.0"/>
    <keyword type="function" name="clutter_interval_get_initial_value ()" link="clutter-Value-intervals.html#clutter-interval-get-initial-value" since="1.0"/>
    <keyword type="function" name="clutter_interval_peek_initial_value ()" link="clutter-Value-intervals.html#clutter-interval-peek-initial-value" since="1.0"/>
    <keyword type="function" name="clutter_interval_set_final_value ()" link="clutter-Value-intervals.html#clutter-interval-set-final-value" since="1.0"/>
    <keyword type="function" name="clutter_interval_get_final_value ()" link="clutter-Value-intervals.html#clutter-interval-get-final-value" since="1.0"/>
    <keyword type="function" name="clutter_interval_peek_final_value ()" link="clutter-Value-intervals.html#clutter-interval-peek-final-value" since="1.0"/>
    <keyword type="function" name="clutter_interval_set_interval ()" link="clutter-Value-intervals.html#clutter-interval-set-interval" since="1.0"/>
    <keyword type="function" name="clutter_interval_get_interval ()" link="clutter-Value-intervals.html#clutter-interval-get-interval" since="1.0"/>
    <keyword type="function" name="clutter_interval_set_initial ()" link="clutter-Value-intervals.html#clutter-interval-set-initial" since="1.10"/>
    <keyword type="function" name="clutter_interval_set_final ()" link="clutter-Value-intervals.html#clutter-interval-set-final" since="1.10"/>
    <keyword type="function" name="clutter_interval_is_valid ()" link="clutter-Value-intervals.html#clutter-interval-is-valid" since="1.12"/>
    <keyword type="function" name="clutter_interval_validate ()" link="clutter-Value-intervals.html#clutter-interval-validate" since="1.0"/>
    <keyword type="function" name="clutter_interval_compute_value ()" link="clutter-Value-intervals.html#clutter-interval-compute-value" since="1.0"/>
    <keyword type="function" name="clutter_interval_compute ()" link="clutter-Value-intervals.html#clutter-interval-compute" since="1.4"/>
    <keyword type="function" name="ClutterProgressFunc ()" link="clutter-Value-intervals.html#ClutterProgressFunc" since="1.0"/>
    <keyword type="function" name="clutter_interval_register_progress_func ()" link="clutter-Value-intervals.html#clutter-interval-register-progress-func" since="1.0"/>
    <keyword type="struct" name="ClutterInterval" link="clutter-Value-intervals.html#ClutterInterval-struct"/>
    <keyword type="struct" name="struct ClutterIntervalClass" link="clutter-Value-intervals.html#ClutterIntervalClass" since="1.0"/>
    <keyword type="property" name="The “final” property" link="clutter-Value-intervals.html#ClutterInterval--final"/>
    <keyword type="property" name="The “initial” property" link="clutter-Value-intervals.html#ClutterInterval--initial"/>
    <keyword type="property" name="The “value-type” property" link="clutter-Value-intervals.html#ClutterInterval--value-type"/>
    <keyword type="function" name="clutter_animatable_animate_property ()" link="ClutterAnimatable.html#clutter-animatable-animate-property" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_animatable_find_property ()" link="ClutterAnimatable.html#clutter-animatable-find-property" since="1.4"/>
    <keyword type="function" name="clutter_animatable_get_initial_state ()" link="ClutterAnimatable.html#clutter-animatable-get-initial-state" since="1.4"/>
    <keyword type="function" name="clutter_animatable_set_final_state ()" link="ClutterAnimatable.html#clutter-animatable-set-final-state" since="1.4"/>
    <keyword type="function" name="clutter_animatable_interpolate_value ()" link="ClutterAnimatable.html#clutter-animatable-interpolate-value" since="1.8"/>
    <keyword type="struct" name="ClutterAnimatable" link="ClutterAnimatable.html#ClutterAnimatable-struct"/>
    <keyword type="struct" name="struct ClutterAnimatableIface" link="ClutterAnimatable.html#ClutterAnimatableIface" since="1.0"/>
    <keyword type="function" name="clutter_transition_set_from ()" link="ClutterTransition.html#clutter-transition-set-from" since="1.12"/>
    <keyword type="function" name="clutter_transition_set_from_value ()" link="ClutterTransition.html#clutter-transition-set-from-value" since="1.12"/>
    <keyword type="function" name="clutter_transition_set_to ()" link="ClutterTransition.html#clutter-transition-set-to" since="1.12"/>
    <keyword type="function" name="clutter_transition_set_to_value ()" link="ClutterTransition.html#clutter-transition-set-to-value" since="1.12"/>
    <keyword type="function" name="clutter_transition_set_interval ()" link="ClutterTransition.html#clutter-transition-set-interval" since="1.10"/>
    <keyword type="function" name="clutter_transition_get_interval ()" link="ClutterTransition.html#clutter-transition-get-interval" since="1.10"/>
    <keyword type="function" name="clutter_transition_set_animatable ()" link="ClutterTransition.html#clutter-transition-set-animatable" since="1.10"/>
    <keyword type="function" name="clutter_transition_get_animatable ()" link="ClutterTransition.html#clutter-transition-get-animatable" since="1.10"/>
    <keyword type="function" name="clutter_transition_set_remove_on_complete ()" link="ClutterTransition.html#clutter-transition-set-remove-on-complete" since="1.10"/>
    <keyword type="function" name="clutter_transition_get_remove_on_complete ()" link="ClutterTransition.html#clutter-transition-get-remove-on-complete" since="1.10"/>
    <keyword type="struct" name="ClutterTransition" link="ClutterTransition.html#ClutterTransition-struct"/>
    <keyword type="struct" name="struct ClutterTransitionClass" link="ClutterTransition.html#ClutterTransitionClass" since="1.10"/>
    <keyword type="property" name="The “animatable” property" link="ClutterTransition.html#ClutterTransition--animatable"/>
    <keyword type="property" name="The “interval” property" link="ClutterTransition.html#ClutterTransition--interval"/>
    <keyword type="property" name="The “remove-on-complete” property" link="ClutterTransition.html#ClutterTransition--remove-on-complete"/>
    <keyword type="function" name="clutter_property_transition_new ()" link="ClutterPropertyTransition.html#clutter-property-transition-new" since="1.10"/>
    <keyword type="function" name="clutter_property_transition_set_property_name ()" link="ClutterPropertyTransition.html#clutter-property-transition-set-property-name" since="1.10"/>
    <keyword type="function" name="clutter_property_transition_get_property_name ()" link="ClutterPropertyTransition.html#clutter-property-transition-get-property-name" since="1.10"/>
    <keyword type="struct" name="ClutterPropertyTransition" link="ClutterPropertyTransition.html#ClutterPropertyTransition-struct"/>
    <keyword type="struct" name="struct ClutterPropertyTransitionClass" link="ClutterPropertyTransition.html#ClutterPropertyTransitionClass" since="1.10"/>
    <keyword type="property" name="The “property-name” property" link="ClutterPropertyTransition.html#ClutterPropertyTransition--property-name"/>
    <keyword type="function" name="clutter_keyframe_transition_new ()" link="ClutterKeyframeTransition.html#clutter-keyframe-transition-new" since="1.12"/>
    <keyword type="function" name="clutter_keyframe_transition_set ()" link="ClutterKeyframeTransition.html#clutter-keyframe-transition-set" since="1.12"/>
    <keyword type="function" name="clutter_keyframe_transition_set_key_frames ()" link="ClutterKeyframeTransition.html#clutter-keyframe-transition-set-key-frames" since="1.12"/>
    <keyword type="function" name="clutter_keyframe_transition_set_modes ()" link="ClutterKeyframeTransition.html#clutter-keyframe-transition-set-modes" since="1.12"/>
    <keyword type="function" name="clutter_keyframe_transition_set_values ()" link="ClutterKeyframeTransition.html#clutter-keyframe-transition-set-values" since="1.12"/>
    <keyword type="function" name="clutter_keyframe_transition_get_n_key_frames ()" link="ClutterKeyframeTransition.html#clutter-keyframe-transition-get-n-key-frames" since="1.12"/>
    <keyword type="function" name="clutter_keyframe_transition_set_key_frame ()" link="ClutterKeyframeTransition.html#clutter-keyframe-transition-set-key-frame" since="1.12"/>
    <keyword type="function" name="clutter_keyframe_transition_get_key_frame ()" link="ClutterKeyframeTransition.html#clutter-keyframe-transition-get-key-frame" since="1.12"/>
    <keyword type="function" name="clutter_keyframe_transition_clear ()" link="ClutterKeyframeTransition.html#clutter-keyframe-transition-clear" since="1.12"/>
    <keyword type="struct" name="ClutterKeyframeTransition" link="ClutterKeyframeTransition.html#ClutterKeyframeTransition-struct"/>
    <keyword type="struct" name="struct ClutterKeyframeTransitionClass" link="ClutterKeyframeTransition.html#ClutterKeyframeTransitionClass" since="1.12"/>
    <keyword type="function" name="clutter_transition_group_new ()" link="ClutterTransitionGroup.html#clutter-transition-group-new" since="1.12"/>
    <keyword type="function" name="clutter_transition_group_add_transition ()" link="ClutterTransitionGroup.html#clutter-transition-group-add-transition" since="1.12"/>
    <keyword type="function" name="clutter_transition_group_remove_transition ()" link="ClutterTransitionGroup.html#clutter-transition-group-remove-transition" since="1.12"/>
    <keyword type="function" name="clutter_transition_group_remove_all ()" link="ClutterTransitionGroup.html#clutter-transition-group-remove-all" since="1.12"/>
    <keyword type="struct" name="ClutterTransitionGroup" link="ClutterTransitionGroup.html#ClutterTransitionGroup-struct"/>
    <keyword type="struct" name="struct ClutterTransitionGroupClass" link="ClutterTransitionGroup.html#ClutterTransitionGroupClass" since="1.12"/>
    <keyword type="macro" name="CLUTTER_COLOR_INIT()" link="clutter-Colors.html#CLUTTER-COLOR-INIT:CAPS" since="1.12"/>
    <keyword type="function" name="clutter_color_new ()" link="clutter-Colors.html#clutter-color-new" since="0.8"/>
    <keyword type="function" name="clutter_color_alloc ()" link="clutter-Colors.html#clutter-color-alloc" since="1.12"/>
    <keyword type="function" name="clutter_color_init ()" link="clutter-Colors.html#clutter-color-init" since="1.12"/>
    <keyword type="function" name="clutter_color_copy ()" link="clutter-Colors.html#clutter-color-copy" since="0.2"/>
    <keyword type="function" name="clutter_color_free ()" link="clutter-Colors.html#clutter-color-free" since="0.2"/>
    <keyword type="function" name="clutter_color_equal ()" link="clutter-Colors.html#clutter-color-equal" since="0.2"/>
    <keyword type="function" name="clutter_color_hash ()" link="clutter-Colors.html#clutter-color-hash" since="1.0"/>
    <keyword type="function" name="clutter_color_get_static ()" link="clutter-Colors.html#clutter-color-get-static" since="1.6"/>
    <keyword type="function" name="clutter_color_from_string ()" link="clutter-Colors.html#clutter-color-from-string" since="1.0"/>
    <keyword type="function" name="clutter_color_to_string ()" link="clutter-Colors.html#clutter-color-to-string" since="0.2"/>
    <keyword type="function" name="clutter_color_from_hls ()" link="clutter-Colors.html#clutter-color-from-hls"/>
    <keyword type="function" name="clutter_color_to_hls ()" link="clutter-Colors.html#clutter-color-to-hls"/>
    <keyword type="function" name="clutter_color_from_pixel ()" link="clutter-Colors.html#clutter-color-from-pixel"/>
    <keyword type="function" name="clutter_color_to_pixel ()" link="clutter-Colors.html#clutter-color-to-pixel"/>
    <keyword type="function" name="clutter_color_add ()" link="clutter-Colors.html#clutter-color-add"/>
    <keyword type="function" name="clutter_color_subtract ()" link="clutter-Colors.html#clutter-color-subtract"/>
    <keyword type="function" name="clutter_color_lighten ()" link="clutter-Colors.html#clutter-color-lighten"/>
    <keyword type="function" name="clutter_color_darken ()" link="clutter-Colors.html#clutter-color-darken"/>
    <keyword type="function" name="clutter_color_shade ()" link="clutter-Colors.html#clutter-color-shade"/>
    <keyword type="function" name="clutter_color_interpolate ()" link="clutter-Colors.html#clutter-color-interpolate" since="1.6"/>
    <keyword type="function" name="clutter_param_spec_color ()" link="clutter-Colors.html#clutter-param-spec-color" since="0.8"/>
    <keyword type="macro" name="CLUTTER_VALUE_HOLDS_COLOR()" link="clutter-Colors.html#CLUTTER-VALUE-HOLDS-COLOR:CAPS" since="1.0"/>
    <keyword type="function" name="clutter_value_set_color ()" link="clutter-Colors.html#clutter-value-set-color" since="0.8"/>
    <keyword type="function" name="clutter_value_get_color ()" link="clutter-Colors.html#clutter-value-get-color" since="0.8"/>
    <keyword type="struct" name="ClutterColor" link="clutter-Colors.html#ClutterColor-struct"/>
    <keyword type="enum" name="enum ClutterStaticColor" link="clutter-Colors.html#ClutterStaticColor" since="1.6"/>
    <keyword type="struct" name="struct ClutterParamSpecColor" link="clutter-Colors.html#ClutterParamSpecColor-struct"/>
    <keyword type="function" name="ClutterBindingActionFunc ()" link="clutter-Key-Bindings.html#ClutterBindingActionFunc" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_new ()" link="clutter-Key-Bindings.html#clutter-binding-pool-new" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_get_for_class ()" link="clutter-Key-Bindings.html#clutter-binding-pool-get-for-class" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_find ()" link="clutter-Key-Bindings.html#clutter-binding-pool-find" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_install_action ()" link="clutter-Key-Bindings.html#clutter-binding-pool-install-action" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_install_closure ()" link="clutter-Key-Bindings.html#clutter-binding-pool-install-closure" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_override_action ()" link="clutter-Key-Bindings.html#clutter-binding-pool-override-action" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_override_closure ()" link="clutter-Key-Bindings.html#clutter-binding-pool-override-closure" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_find_action ()" link="clutter-Key-Bindings.html#clutter-binding-pool-find-action" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_remove_action ()" link="clutter-Key-Bindings.html#clutter-binding-pool-remove-action" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_block_action ()" link="clutter-Key-Bindings.html#clutter-binding-pool-block-action" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_unblock_action ()" link="clutter-Key-Bindings.html#clutter-binding-pool-unblock-action" since="1.0"/>
    <keyword type="function" name="clutter_binding_pool_activate ()" link="clutter-Key-Bindings.html#clutter-binding-pool-activate" since="1.0"/>
    <keyword type="struct" name="ClutterBindingPool" link="clutter-Key-Bindings.html#ClutterBindingPool-struct"/>
    <keyword type="property" name="The “name” property" link="clutter-Key-Bindings.html#ClutterBindingPool--name"/>
    <keyword type="function" name="clutter_device_manager_get_default ()" link="ClutterDeviceManager.html#clutter-device-manager-get-default" since="1.2"/>
    <keyword type="function" name="clutter_device_manager_list_devices ()" link="ClutterDeviceManager.html#clutter-device-manager-list-devices" since="1.2"/>
    <keyword type="function" name="clutter_device_manager_peek_devices ()" link="ClutterDeviceManager.html#clutter-device-manager-peek-devices" since="1.2"/>
    <keyword type="function" name="clutter_device_manager_get_device ()" link="ClutterDeviceManager.html#clutter-device-manager-get-device" since="1.2"/>
    <keyword type="function" name="clutter_device_manager_get_core_device ()" link="ClutterDeviceManager.html#clutter-device-manager-get-core-device" since="1.2"/>
    <keyword type="function" name="clutter_get_input_device_for_id ()" link="ClutterDeviceManager.html#clutter-get-input-device-for-id" deprecated="1.10: Use clutter_device_manager_get_device() instead." since="0.8"/>
    <keyword type="struct" name="struct ClutterDeviceManager" link="ClutterDeviceManager.html#ClutterDeviceManager-struct"/>
    <keyword type="struct" name="struct ClutterDeviceManagerClass" link="ClutterDeviceManager.html#ClutterDeviceManagerClass" since="1.2"/>
    <keyword type="property" name="The “backend” property" link="ClutterDeviceManager.html#ClutterDeviceManager--backend"/>
    <keyword type="signal" name="The “device-added” signal" link="ClutterDeviceManager.html#ClutterDeviceManager-device-added"/>
    <keyword type="signal" name="The “device-removed” signal" link="ClutterDeviceManager.html#ClutterDeviceManager-device-removed"/>
    <keyword type="macro" name="CLUTTER_CURRENT_TIME" link="clutter-Events.html#CLUTTER-CURRENT-TIME:CAPS" since="0.4"/>
    <keyword type="macro" name="CLUTTER_PRIORITY_EVENTS" link="clutter-Events.html#CLUTTER-PRIORITY-EVENTS:CAPS" since="0.4"/>
    <keyword type="macro" name="CLUTTER_EVENT_PROPAGATE" link="clutter-Events.html#CLUTTER-EVENT-PROPAGATE:CAPS" since="1.10"/>
    <keyword type="macro" name="CLUTTER_EVENT_STOP" link="clutter-Events.html#CLUTTER-EVENT-STOP:CAPS" since="1.10"/>
    <keyword type="function" name="clutter_event_new ()" link="clutter-Events.html#clutter-event-new"/>
    <keyword type="function" name="clutter_event_copy ()" link="clutter-Events.html#clutter-event-copy"/>
    <keyword type="function" name="clutter_event_free ()" link="clutter-Events.html#clutter-event-free"/>
    <keyword type="function" name="clutter_event_type ()" link="clutter-Events.html#clutter-event-type"/>
    <keyword type="function" name="clutter_event_set_coords ()" link="clutter-Events.html#clutter-event-set-coords" since="1.8"/>
    <keyword type="function" name="clutter_event_get_coords ()" link="clutter-Events.html#clutter-event-get-coords" since="0.4"/>
    <keyword type="function" name="clutter_event_set_state ()" link="clutter-Events.html#clutter-event-set-state" since="1.8"/>
    <keyword type="function" name="clutter_event_get_state ()" link="clutter-Events.html#clutter-event-get-state" since="0.4"/>
    <keyword type="function" name="clutter_event_get_state_full ()" link="clutter-Events.html#clutter-event-get-state-full" since="1.16"/>
    <keyword type="function" name="clutter_event_set_time ()" link="clutter-Events.html#clutter-event-set-time" since="1.8"/>
    <keyword type="function" name="clutter_event_get_time ()" link="clutter-Events.html#clutter-event-get-time" since="0.4"/>
    <keyword type="function" name="clutter_event_set_source ()" link="clutter-Events.html#clutter-event-set-source" since="1.8"/>
    <keyword type="function" name="clutter_event_get_source ()" link="clutter-Events.html#clutter-event-get-source" since="0.6"/>
    <keyword type="function" name="clutter_event_set_stage ()" link="clutter-Events.html#clutter-event-set-stage" since="1.8"/>
    <keyword type="function" name="clutter_event_get_stage ()" link="clutter-Events.html#clutter-event-get-stage" since="0.8"/>
    <keyword type="function" name="clutter_event_set_flags ()" link="clutter-Events.html#clutter-event-set-flags" since="1.8"/>
    <keyword type="function" name="clutter_event_get_flags ()" link="clutter-Events.html#clutter-event-get-flags" since="1.0"/>
    <keyword type="function" name="clutter_event_get_axes ()" link="clutter-Events.html#clutter-event-get-axes" since="1.6"/>
    <keyword type="function" name="clutter_event_get_event_sequence ()" link="clutter-Events.html#clutter-event-get-event-sequence" since="1.10"/>
    <keyword type="function" name="clutter_event_get_angle ()" link="clutter-Events.html#clutter-event-get-angle" since="1.12"/>
    <keyword type="function" name="clutter_event_get_distance ()" link="clutter-Events.html#clutter-event-get-distance" since="1.12"/>
    <keyword type="function" name="clutter_event_get_position ()" link="clutter-Events.html#clutter-event-get-position" since="1.12"/>
    <keyword type="function" name="clutter_event_has_control_modifier ()" link="clutter-Events.html#clutter-event-has-control-modifier" since="1.12"/>
    <keyword type="function" name="clutter_event_has_shift_modifier ()" link="clutter-Events.html#clutter-event-has-shift-modifier" since="1.12"/>
    <keyword type="function" name="clutter_event_is_pointer_emulated ()" link="clutter-Events.html#clutter-event-is-pointer-emulated" since="1.12"/>
    <keyword type="function" name="clutter_event_get_gesture_swipe_finger_count ()" link="clutter-Events.html#clutter-event-get-gesture-swipe-finger-count" since="1.24"/>
    <keyword type="function" name="clutter_event_get_gesture_pinch_angle_delta ()" link="clutter-Events.html#clutter-event-get-gesture-pinch-angle-delta" since="1.24"/>
    <keyword type="function" name="clutter_event_get_gesture_pinch_scale ()" link="clutter-Events.html#clutter-event-get-gesture-pinch-scale" since="1.24"/>
    <keyword type="function" name="clutter_event_get_gesture_phase ()" link="clutter-Events.html#clutter-event-get-gesture-phase"/>
    <keyword type="function" name="clutter_event_get_gesture_motion_delta ()" link="clutter-Events.html#clutter-event-get-gesture-motion-delta" since="1.24"/>
    <keyword type="function" name="clutter_event_get ()" link="clutter-Events.html#clutter-event-get" since="0.4"/>
    <keyword type="function" name="clutter_event_peek ()" link="clutter-Events.html#clutter-event-peek" since="0.4"/>
    <keyword type="function" name="clutter_event_put ()" link="clutter-Events.html#clutter-event-put" since="0.6"/>
    <keyword type="function" name="clutter_events_pending ()" link="clutter-Events.html#clutter-events-pending" since="0.4"/>
    <keyword type="function" name="ClutterEventFilterFunc ()" link="clutter-Events.html#ClutterEventFilterFunc" since="1.18"/>
    <keyword type="function" name="clutter_event_add_filter ()" link="clutter-Events.html#clutter-event-add-filter" since="1.18"/>
    <keyword type="function" name="clutter_event_remove_filter ()" link="clutter-Events.html#clutter-event-remove-filter" since="1.18"/>
    <keyword type="macro" name="CLUTTER_BUTTON_PRIMARY" link="clutter-Events.html#CLUTTER-BUTTON-PRIMARY:CAPS" since="1.10"/>
    <keyword type="macro" name="CLUTTER_BUTTON_MIDDLE" link="clutter-Events.html#CLUTTER-BUTTON-MIDDLE:CAPS" since="1.10"/>
    <keyword type="macro" name="CLUTTER_BUTTON_SECONDARY" link="clutter-Events.html#CLUTTER-BUTTON-SECONDARY:CAPS" since="1.10"/>
    <keyword type="function" name="clutter_event_set_button ()" link="clutter-Events.html#clutter-event-set-button" since="1.8"/>
    <keyword type="function" name="clutter_event_get_button ()" link="clutter-Events.html#clutter-event-get-button" since="1.0"/>
    <keyword type="function" name="clutter_event_get_click_count ()" link="clutter-Events.html#clutter-event-get-click-count" since="1.0"/>
    <keyword type="function" name="clutter_event_set_key_symbol ()" link="clutter-Events.html#clutter-event-set-key-symbol" since="1.8"/>
    <keyword type="function" name="clutter_event_get_key_symbol ()" link="clutter-Events.html#clutter-event-get-key-symbol" since="1.0"/>
    <keyword type="function" name="clutter_event_set_key_code ()" link="clutter-Events.html#clutter-event-set-key-code" since="1.8"/>
    <keyword type="function" name="clutter_event_get_key_code ()" link="clutter-Events.html#clutter-event-get-key-code" since="1.0"/>
    <keyword type="function" name="clutter_event_set_key_unicode ()" link="clutter-Events.html#clutter-event-set-key-unicode" since="1.8"/>
    <keyword type="function" name="clutter_event_get_key_unicode ()" link="clutter-Events.html#clutter-event-get-key-unicode"/>
    <keyword type="function" name="clutter_keysym_to_unicode ()" link="clutter-Events.html#clutter-keysym-to-unicode"/>
    <keyword type="function" name="clutter_unicode_to_keysym ()" link="clutter-Events.html#clutter-unicode-to-keysym" since="1.10"/>
    <keyword type="function" name="clutter_event_set_related ()" link="clutter-Events.html#clutter-event-set-related" since="1.8"/>
    <keyword type="function" name="clutter_event_get_related ()" link="clutter-Events.html#clutter-event-get-related" since="1.0"/>
    <keyword type="function" name="clutter_event_set_scroll_direction ()" link="clutter-Events.html#clutter-event-set-scroll-direction" since="1.8"/>
    <keyword type="function" name="clutter_event_get_scroll_direction ()" link="clutter-Events.html#clutter-event-get-scroll-direction" since="1.0"/>
    <keyword type="function" name="clutter_event_get_scroll_delta ()" link="clutter-Events.html#clutter-event-get-scroll-delta" since="1.10"/>
    <keyword type="function" name="clutter_event_set_scroll_delta ()" link="clutter-Events.html#clutter-event-set-scroll-delta" since="1.10"/>
    <keyword type="function" name="clutter_event_set_device ()" link="clutter-Events.html#clutter-event-set-device" since="1.6"/>
    <keyword type="function" name="clutter_event_get_device ()" link="clutter-Events.html#clutter-event-get-device" since="1.0"/>
    <keyword type="function" name="clutter_event_set_source_device ()" link="clutter-Events.html#clutter-event-set-source-device" since="1.8"/>
    <keyword type="function" name="clutter_event_get_source_device ()" link="clutter-Events.html#clutter-event-get-source-device" since="1.6"/>
    <keyword type="function" name="clutter_event_get_device_id ()" link="clutter-Events.html#clutter-event-get-device-id"/>
    <keyword type="function" name="clutter_event_get_device_type ()" link="clutter-Events.html#clutter-event-get-device-type" since="1.0"/>
    <keyword type="function" name="clutter_get_current_event_time ()" link="clutter-Events.html#clutter-get-current-event-time" since="1.0"/>
    <keyword type="function" name="clutter_get_current_event ()" link="clutter-Events.html#clutter-get-current-event" since="1.2"/>
    <keyword type="enum" name="enum ClutterModifierType" link="clutter-Events.html#ClutterModifierType" since="0.4"/>
    <keyword type="enum" name="enum ClutterScrollDirection" link="clutter-Events.html#ClutterScrollDirection" since="0.4"/>
    <keyword type="enum" name="enum ClutterStageState" link="clutter-Events.html#ClutterStageState" since="0.4"/>
    <keyword type="enum" name="enum ClutterEventType" link="clutter-Events.html#ClutterEventType" since="0.4"/>
    <keyword type="union" name="ClutterEvent" link="clutter-Events.html#ClutterEvent-union"/>
    <keyword type="enum" name="enum ClutterEventFlags" link="clutter-Events.html#ClutterEventFlags" since="0.6"/>
    <keyword type="struct" name="struct ClutterButtonEvent" link="clutter-Events.html#ClutterButtonEvent" since="0.2"/>
    <keyword type="struct" name="struct ClutterKeyEvent" link="clutter-Events.html#ClutterKeyEvent" since="0.2"/>
    <keyword type="struct" name="struct ClutterMotionEvent" link="clutter-Events.html#ClutterMotionEvent" since="0.2"/>
    <keyword type="struct" name="struct ClutterScrollEvent" link="clutter-Events.html#ClutterScrollEvent" since="0.2"/>
    <keyword type="struct" name="struct ClutterStageStateEvent" link="clutter-Events.html#ClutterStageStateEvent" since="0.2"/>
    <keyword type="struct" name="struct ClutterCrossingEvent" link="clutter-Events.html#ClutterCrossingEvent" since="0.2"/>
    <keyword type="struct" name="struct ClutterTouchEvent" link="clutter-Events.html#ClutterTouchEvent" since="1.10"/>
    <keyword type="struct" name="ClutterEventSequence" link="clutter-Events.html#ClutterEventSequence-struct"/>
    <keyword type="struct" name="struct ClutterTouchpadPinchEvent" link="clutter-Events.html#ClutterTouchpadPinchEvent" since="1.24"/>
    <keyword type="struct" name="struct ClutterTouchpadSwipeEvent" link="clutter-Events.html#ClutterTouchpadSwipeEvent" since="1.24"/>
    <keyword type="enum" name="enum ClutterTouchpadGesturePhase" link="clutter-Events.html#ClutterTouchpadGesturePhase" since="1.24"/>
    <keyword type="function" name="clutter_feature_available ()" link="clutter-Features.html#clutter-feature-available" since="0.2"/>
    <keyword type="function" name="clutter_feature_get_all ()" link="clutter-Features.html#clutter-feature-get-all" since="0.2"/>
    <keyword type="enum" name="enum ClutterFeatureFlags" link="clutter-Features.html#ClutterFeatureFlags" since="0.4"/>
    <keyword type="macro" name="CLUTTER_POINT_INIT()" link="clutter-Base-geometric-types.html#CLUTTER-POINT-INIT:CAPS" since="1.12"/>
    <keyword type="function" name="clutter_point_zero ()" link="clutter-Base-geometric-types.html#clutter-point-zero" since="1.12"/>
    <keyword type="function" name="clutter_point_alloc ()" link="clutter-Base-geometric-types.html#clutter-point-alloc" since="1.12"/>
    <keyword type="function" name="clutter_point_init ()" link="clutter-Base-geometric-types.html#clutter-point-init" since="1.12"/>
    <keyword type="function" name="clutter_point_copy ()" link="clutter-Base-geometric-types.html#clutter-point-copy" since="1.12"/>
    <keyword type="function" name="clutter_point_free ()" link="clutter-Base-geometric-types.html#clutter-point-free" since="1.12"/>
    <keyword type="function" name="clutter_point_equals ()" link="clutter-Base-geometric-types.html#clutter-point-equals" since="1.12"/>
    <keyword type="function" name="clutter_point_distance ()" link="clutter-Base-geometric-types.html#clutter-point-distance" since="1.12"/>
    <keyword type="macro" name="CLUTTER_SIZE_INIT()" link="clutter-Base-geometric-types.html#CLUTTER-SIZE-INIT:CAPS" since="1.12"/>
    <keyword type="function" name="clutter_size_alloc ()" link="clutter-Base-geometric-types.html#clutter-size-alloc" since="1.12"/>
    <keyword type="function" name="clutter_size_init ()" link="clutter-Base-geometric-types.html#clutter-size-init" since="1.12"/>
    <keyword type="function" name="clutter_size_copy ()" link="clutter-Base-geometric-types.html#clutter-size-copy" since="1.12"/>
    <keyword type="function" name="clutter_size_free ()" link="clutter-Base-geometric-types.html#clutter-size-free" since="1.12"/>
    <keyword type="function" name="clutter_size_equals ()" link="clutter-Base-geometric-types.html#clutter-size-equals" since="1.12"/>
    <keyword type="macro" name="CLUTTER_RECT_INIT()" link="clutter-Base-geometric-types.html#CLUTTER-RECT-INIT:CAPS" since="1.12"/>
    <keyword type="function" name="clutter_rect_zero ()" link="clutter-Base-geometric-types.html#clutter-rect-zero" since="1.12"/>
    <keyword type="function" name="clutter_rect_alloc ()" link="clutter-Base-geometric-types.html#clutter-rect-alloc" since="1.12"/>
    <keyword type="function" name="clutter_rect_init ()" link="clutter-Base-geometric-types.html#clutter-rect-init" since="1.12"/>
    <keyword type="function" name="clutter_rect_copy ()" link="clutter-Base-geometric-types.html#clutter-rect-copy" since="1.12"/>
    <keyword type="function" name="clutter_rect_free ()" link="clutter-Base-geometric-types.html#clutter-rect-free" since="1.12"/>
    <keyword type="function" name="clutter_rect_equals ()" link="clutter-Base-geometric-types.html#clutter-rect-equals" since="1.12"/>
    <keyword type="function" name="clutter_rect_normalize ()" link="clutter-Base-geometric-types.html#clutter-rect-normalize" since="1.12"/>
    <keyword type="function" name="clutter_rect_get_center ()" link="clutter-Base-geometric-types.html#clutter-rect-get-center" since="1.12"/>
    <keyword type="function" name="clutter_rect_contains_point ()" link="clutter-Base-geometric-types.html#clutter-rect-contains-point" since="1.12"/>
    <keyword type="function" name="clutter_rect_contains_rect ()" link="clutter-Base-geometric-types.html#clutter-rect-contains-rect" since="1.12"/>
    <keyword type="function" name="clutter_rect_union ()" link="clutter-Base-geometric-types.html#clutter-rect-union" since="1.12"/>
    <keyword type="function" name="clutter_rect_intersection ()" link="clutter-Base-geometric-types.html#clutter-rect-intersection" since="1.12"/>
    <keyword type="function" name="clutter_rect_offset ()" link="clutter-Base-geometric-types.html#clutter-rect-offset" since="1.12"/>
    <keyword type="function" name="clutter_rect_inset ()" link="clutter-Base-geometric-types.html#clutter-rect-inset" since="1.12"/>
    <keyword type="function" name="clutter_rect_clamp_to_pixel ()" link="clutter-Base-geometric-types.html#clutter-rect-clamp-to-pixel" since="1.12"/>
    <keyword type="function" name="clutter_rect_get_x ()" link="clutter-Base-geometric-types.html#clutter-rect-get-x" since="1.12"/>
    <keyword type="function" name="clutter_rect_get_y ()" link="clutter-Base-geometric-types.html#clutter-rect-get-y" since="1.12"/>
    <keyword type="function" name="clutter_rect_get_width ()" link="clutter-Base-geometric-types.html#clutter-rect-get-width" since="1.12"/>
    <keyword type="function" name="clutter_rect_get_height ()" link="clutter-Base-geometric-types.html#clutter-rect-get-height" since="1.12"/>
    <keyword type="macro" name="CLUTTER_VERTEX_INIT()" link="clutter-Base-geometric-types.html#CLUTTER-VERTEX-INIT:CAPS" since="1.10"/>
    <keyword type="function" name="clutter_vertex_new ()" link="clutter-Base-geometric-types.html#clutter-vertex-new" since="1.0"/>
    <keyword type="function" name="clutter_vertex_alloc ()" link="clutter-Base-geometric-types.html#clutter-vertex-alloc" since="1.12"/>
    <keyword type="function" name="clutter_vertex_init ()" link="clutter-Base-geometric-types.html#clutter-vertex-init" since="1.10"/>
    <keyword type="function" name="clutter_vertex_copy ()" link="clutter-Base-geometric-types.html#clutter-vertex-copy" since="1.0"/>
    <keyword type="function" name="clutter_vertex_free ()" link="clutter-Base-geometric-types.html#clutter-vertex-free" since="1.0"/>
    <keyword type="function" name="clutter_vertex_equal ()" link="clutter-Base-geometric-types.html#clutter-vertex-equal" since="1.0"/>
    <keyword type="macro" name="CLUTTER_ACTOR_BOX_INIT()" link="clutter-Base-geometric-types.html#CLUTTER-ACTOR-BOX-INIT:CAPS" since="1.10"/>
    <keyword type="function" name="clutter_actor_box_new ()" link="clutter-Base-geometric-types.html#clutter-actor-box-new" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_alloc ()" link="clutter-Base-geometric-types.html#clutter-actor-box-alloc" since="1.12"/>
    <keyword type="function" name="clutter_actor_box_init ()" link="clutter-Base-geometric-types.html#clutter-actor-box-init" since="1.10"/>
    <keyword type="function" name="clutter_actor_box_init_rect ()" link="clutter-Base-geometric-types.html#clutter-actor-box-init-rect" since="1.10"/>
    <keyword type="function" name="clutter_actor_box_copy ()" link="clutter-Base-geometric-types.html#clutter-actor-box-copy" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_free ()" link="clutter-Base-geometric-types.html#clutter-actor-box-free" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_equal ()" link="clutter-Base-geometric-types.html#clutter-actor-box-equal" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_get_x ()" link="clutter-Base-geometric-types.html#clutter-actor-box-get-x" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_get_y ()" link="clutter-Base-geometric-types.html#clutter-actor-box-get-y" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_get_width ()" link="clutter-Base-geometric-types.html#clutter-actor-box-get-width" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_get_height ()" link="clutter-Base-geometric-types.html#clutter-actor-box-get-height" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_set_origin ()" link="clutter-Base-geometric-types.html#clutter-actor-box-set-origin" since="1.6"/>
    <keyword type="function" name="clutter_actor_box_get_origin ()" link="clutter-Base-geometric-types.html#clutter-actor-box-get-origin" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_set_size ()" link="clutter-Base-geometric-types.html#clutter-actor-box-set-size" since="1.6"/>
    <keyword type="function" name="clutter_actor_box_get_size ()" link="clutter-Base-geometric-types.html#clutter-actor-box-get-size" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_get_area ()" link="clutter-Base-geometric-types.html#clutter-actor-box-get-area" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_contains ()" link="clutter-Base-geometric-types.html#clutter-actor-box-contains" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_from_vertices ()" link="clutter-Base-geometric-types.html#clutter-actor-box-from-vertices" since="1.0"/>
    <keyword type="function" name="clutter_actor_box_clamp_to_pixel ()" link="clutter-Base-geometric-types.html#clutter-actor-box-clamp-to-pixel" since="1.2"/>
    <keyword type="function" name="clutter_actor_box_interpolate ()" link="clutter-Base-geometric-types.html#clutter-actor-box-interpolate" since="1.2"/>
    <keyword type="function" name="clutter_actor_box_union ()" link="clutter-Base-geometric-types.html#clutter-actor-box-union" since="1.4"/>
    <keyword type="function" name="clutter_paint_volume_copy ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-copy" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_free ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-free" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_set_origin ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-set-origin" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_get_origin ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-get-origin" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_set_width ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-set-width" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_get_width ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-get-width" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_set_height ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-set-height" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_get_height ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-get-height" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_set_depth ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-set-depth" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_get_depth ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-get-depth" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_set_from_allocation ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-set-from-allocation" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_union ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-union" since="1.6"/>
    <keyword type="function" name="clutter_paint_volume_union_box ()" link="clutter-Base-geometric-types.html#clutter-paint-volume-union-box" since="1.10"/>
    <keyword type="function" name="clutter_matrix_alloc ()" link="clutter-Base-geometric-types.html#clutter-matrix-alloc" since="1.12"/>
    <keyword type="function" name="clutter_matrix_free ()" link="clutter-Base-geometric-types.html#clutter-matrix-free" since="1.12"/>
    <keyword type="function" name="clutter_matrix_init_from_array ()" link="clutter-Base-geometric-types.html#clutter-matrix-init-from-array" since="1.12"/>
    <keyword type="function" name="clutter_matrix_init_from_matrix ()" link="clutter-Base-geometric-types.html#clutter-matrix-init-from-matrix" since="1.12"/>
    <keyword type="function" name="clutter_matrix_init_identity ()" link="clutter-Base-geometric-types.html#clutter-matrix-init-identity" since="1.12"/>
    <keyword type="function" name="clutter_knot_copy ()" link="clutter-Base-geometric-types.html#clutter-knot-copy" since="0.2"/>
    <keyword type="function" name="clutter_knot_free ()" link="clutter-Base-geometric-types.html#clutter-knot-free" since="0.2"/>
    <keyword type="function" name="clutter_knot_equal ()" link="clutter-Base-geometric-types.html#clutter-knot-equal" since="0.2"/>
    <keyword type="function" name="clutter_geometry_union ()" link="clutter-Base-geometric-types.html#clutter-geometry-union" deprecated="1.16: Use #ClutterRect and clutter_rect_union()" since="1.4"/>
    <keyword type="function" name="clutter_geometry_intersects ()" link="clutter-Base-geometric-types.html#clutter-geometry-intersects" deprecated="1.16: Use #ClutterRect and clutter_rect_intersection()" since="1.4"/>
    <keyword type="struct" name="struct ClutterPoint" link="clutter-Base-geometric-types.html#ClutterPoint-struct"/>
    <keyword type="struct" name="struct ClutterSize" link="clutter-Base-geometric-types.html#ClutterSize-struct"/>
    <keyword type="struct" name="struct ClutterRect" link="clutter-Base-geometric-types.html#ClutterRect-struct"/>
    <keyword type="struct" name="struct ClutterVertex" link="clutter-Base-geometric-types.html#ClutterVertex-struct"/>
    <keyword type="struct" name="struct ClutterActorBox" link="clutter-Base-geometric-types.html#ClutterActorBox-struct"/>
    <keyword type="struct" name="struct ClutterGeometry" link="clutter-Base-geometric-types.html#ClutterGeometry-struct"/>
    <keyword type="struct" name="struct ClutterKnot" link="clutter-Base-geometric-types.html#ClutterKnot-struct"/>
    <keyword type="struct" name="ClutterPaintVolume" link="clutter-Base-geometric-types.html#ClutterPaintVolume-struct"/>
    <keyword type="typedef" name="ClutterMatrix" link="clutter-Base-geometric-types.html#ClutterMatrix" since="1.12"/>
    <keyword type="macro" name="CLUTTER_POINT_INIT_ZERO" link="clutter-Base-geometric-types.html#CLUTTER-POINT-INIT-ZERO:CAPS" since="1.12"/>
    <keyword type="macro" name="CLUTTER_SIZE_INIT_ZERO" link="clutter-Base-geometric-types.html#CLUTTER-SIZE-INIT-ZERO:CAPS" since="1.12"/>
    <keyword type="macro" name="CLUTTER_RECT_INIT_ZERO" link="clutter-Base-geometric-types.html#CLUTTER-RECT-INIT-ZERO:CAPS" since="1.12"/>
    <keyword type="macro" name="CLUTTER_VERTEX_INIT_ZERO" link="clutter-Base-geometric-types.html#CLUTTER-VERTEX-INIT-ZERO:CAPS" since="1.12"/>
    <keyword type="macro" name="CLUTTER_ACTOR_BOX_INIT_ZERO" link="clutter-Base-geometric-types.html#CLUTTER-ACTOR-BOX-INIT-ZERO:CAPS" since="1.12"/>
    <keyword type="function" name="clutter_input_device_get_device_id ()" link="ClutterInputDevice.html#clutter-input-device-get-device-id" since="1.0"/>
    <keyword type="function" name="clutter_input_device_get_device_type ()" link="ClutterInputDevice.html#clutter-input-device-get-device-type" since="1.0"/>
    <keyword type="function" name="clutter_input_device_get_device_name ()" link="ClutterInputDevice.html#clutter-input-device-get-device-name" since="1.2"/>
    <keyword type="function" name="clutter_input_device_get_device_mode ()" link="ClutterInputDevice.html#clutter-input-device-get-device-mode" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_has_cursor ()" link="ClutterInputDevice.html#clutter-input-device-get-has-cursor" since="1.6"/>
    <keyword type="function" name="clutter_input_device_set_enabled ()" link="ClutterInputDevice.html#clutter-input-device-set-enabled" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_enabled ()" link="ClutterInputDevice.html#clutter-input-device-get-enabled" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_associated_device ()" link="ClutterInputDevice.html#clutter-input-device-get-associated-device" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_slave_devices ()" link="ClutterInputDevice.html#clutter-input-device-get-slave-devices" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_modifier_state ()" link="ClutterInputDevice.html#clutter-input-device-get-modifier-state" since="1.16"/>
    <keyword type="function" name="clutter_input_device_keycode_to_evdev ()" link="ClutterInputDevice.html#clutter-input-device-keycode-to-evdev" since="1.10"/>
    <keyword type="function" name="clutter_input_device_get_vendor_id ()" link="ClutterInputDevice.html#clutter-input-device-get-vendor-id" since="1.22"/>
    <keyword type="function" name="clutter_input_device_get_product_id ()" link="ClutterInputDevice.html#clutter-input-device-get-product-id" since="1.22"/>
    <keyword type="function" name="clutter_input_device_get_n_keys ()" link="ClutterInputDevice.html#clutter-input-device-get-n-keys" since="1.6"/>
    <keyword type="function" name="clutter_input_device_set_key ()" link="ClutterInputDevice.html#clutter-input-device-set-key" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_key ()" link="ClutterInputDevice.html#clutter-input-device-get-key" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_n_axes ()" link="ClutterInputDevice.html#clutter-input-device-get-n-axes" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_axis ()" link="ClutterInputDevice.html#clutter-input-device-get-axis" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_axis_value ()" link="ClutterInputDevice.html#clutter-input-device-get-axis-value" since="1.6"/>
    <keyword type="function" name="clutter_input_device_get_coords ()" link="ClutterInputDevice.html#clutter-input-device-get-coords" since="1.12"/>
    <keyword type="function" name="clutter_input_device_get_device_coords ()" link="ClutterInputDevice.html#clutter-input-device-get-device-coords" deprecated="1.12: Use clutter_input_device_get_coords() instead." since="1.2"/>
    <keyword type="function" name="clutter_input_device_get_pointer_actor ()" link="ClutterInputDevice.html#clutter-input-device-get-pointer-actor" since="1.2"/>
    <keyword type="function" name="clutter_input_device_get_pointer_stage ()" link="ClutterInputDevice.html#clutter-input-device-get-pointer-stage" since="1.2"/>
    <keyword type="function" name="clutter_input_device_grab ()" link="ClutterInputDevice.html#clutter-input-device-grab" since="1.10"/>
    <keyword type="function" name="clutter_input_device_ungrab ()" link="ClutterInputDevice.html#clutter-input-device-ungrab" since="1.10"/>
    <keyword type="function" name="clutter_input_device_get_grabbed_actor ()" link="ClutterInputDevice.html#clutter-input-device-get-grabbed-actor" since="1.10"/>
    <keyword type="function" name="clutter_input_device_sequence_grab ()" link="ClutterInputDevice.html#clutter-input-device-sequence-grab" since="1.12"/>
    <keyword type="function" name="clutter_input_device_sequence_ungrab ()" link="ClutterInputDevice.html#clutter-input-device-sequence-ungrab" since="1.12"/>
    <keyword type="function" name="clutter_input_device_sequence_get_grabbed_actor ()" link="ClutterInputDevice.html#clutter-input-device-sequence-get-grabbed-actor" since="1.12"/>
    <keyword type="function" name="clutter_input_device_update_from_event ()" link="ClutterInputDevice.html#clutter-input-device-update-from-event" since="1.2"/>
    <keyword type="enum" name="enum ClutterInputDeviceType" link="ClutterInputDevice.html#ClutterInputDeviceType" since="1.0"/>
    <keyword type="enum" name="enum ClutterInputAxis" link="ClutterInputDevice.html#ClutterInputAxis" since="1.6"/>
    <keyword type="enum" name="enum ClutterInputMode" link="ClutterInputDevice.html#ClutterInputMode" since="1.6"/>
    <keyword type="struct" name="ClutterInputDevice" link="ClutterInputDevice.html#ClutterInputDevice-struct"/>
    <keyword type="property" name="The “backend” property" link="ClutterInputDevice.html#ClutterInputDevice--backend"/>
    <keyword type="property" name="The “device-manager” property" link="ClutterInputDevice.html#ClutterInputDevice--device-manager"/>
    <keyword type="property" name="The “device-mode” property" link="ClutterInputDevice.html#ClutterInputDevice--device-mode"/>
    <keyword type="property" name="The “device-type” property" link="ClutterInputDevice.html#ClutterInputDevice--device-type"/>
    <keyword type="property" name="The “enabled” property" link="ClutterInputDevice.html#ClutterInputDevice--enabled"/>
    <keyword type="property" name="The “has-cursor” property" link="ClutterInputDevice.html#ClutterInputDevice--has-cursor"/>
    <keyword type="property" name="The “id” property" link="ClutterInputDevice.html#ClutterInputDevice--id"/>
    <keyword type="property" name="The “n-axes” property" link="ClutterInputDevice.html#ClutterInputDevice--n-axes"/>
    <keyword type="property" name="The “name” property" link="ClutterInputDevice.html#ClutterInputDevice--name"/>
    <keyword type="property" name="The “product-id” property" link="ClutterInputDevice.html#ClutterInputDevice--product-id"/>
    <keyword type="property" name="The “vendor-id” property" link="ClutterInputDevice.html#ClutterInputDevice--vendor-id"/>
    <keyword type="macro" name="CLUTTER_PRIORITY_REDRAW" link="clutter-General.html#CLUTTER-PRIORITY-REDRAW:CAPS" since="0.8"/>
    <keyword type="function" name="clutter_init ()" link="clutter-General.html#clutter-init"/>
    <keyword type="function" name="clutter_init_with_args ()" link="clutter-General.html#clutter-init-with-args" since="0.2"/>
    <keyword type="function" name="clutter_get_option_group ()" link="clutter-General.html#clutter-get-option-group" since="0.2"/>
    <keyword type="function" name="clutter_get_option_group_without_init ()" link="clutter-General.html#clutter-get-option-group-without-init" since="0.8"/>
    <keyword type="function" name="clutter_main ()" link="clutter-General.html#clutter-main"/>
    <keyword type="function" name="clutter_main_quit ()" link="clutter-General.html#clutter-main-quit"/>
    <keyword type="function" name="clutter_main_level ()" link="clutter-General.html#clutter-main-level"/>
    <keyword type="function" name="clutter_get_debug_enabled ()" link="clutter-General.html#clutter-get-debug-enabled" deprecated="1.10: This function does not do anything."/>
    <keyword type="function" name="clutter_get_show_fps ()" link="clutter-General.html#clutter-get-show-fps" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_get_timestamp ()" link="clutter-General.html#clutter-get-timestamp" deprecated=""/>
    <keyword type="function" name="clutter_get_actor_by_gid ()" link="clutter-General.html#clutter-get-actor-by-gid" deprecated="" since="0.6"/>
    <keyword type="function" name="clutter_set_default_frame_rate ()" link="clutter-General.html#clutter-set-default-frame-rate" deprecated="1.10: This function does not do anything any more." since="0.6"/>
    <keyword type="function" name="clutter_get_default_frame_rate ()" link="clutter-General.html#clutter-get-default-frame-rate" since="0.6"/>
    <keyword type="function" name="clutter_set_motion_events_enabled ()" link="clutter-General.html#clutter-set-motion-events-enabled" deprecated="1.8: Use clutter_stage_set_motion_events_enabled() instead." since="0.6"/>
    <keyword type="function" name="clutter_get_motion_events_enabled ()" link="clutter-General.html#clutter-get-motion-events-enabled" deprecated="1.8: Use clutter_stage_get_motion_events_enabled() instead." since="0.6"/>
    <keyword type="function" name="clutter_clear_glyph_cache ()" link="clutter-General.html#clutter-clear-glyph-cache" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_set_font_flags ()" link="clutter-General.html#clutter-set-font-flags" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_get_font_flags ()" link="clutter-General.html#clutter-get-font-flags" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_get_font_map ()" link="clutter-General.html#clutter-get-font-map" since="1.0"/>
    <keyword type="function" name="clutter_get_default_text_direction ()" link="clutter-General.html#clutter-get-default-text-direction" since="1.2"/>
    <keyword type="function" name="clutter_get_accessibility_enabled ()" link="clutter-General.html#clutter-get-accessibility-enabled" since="1.4"/>
    <keyword type="function" name="clutter_disable_accessibility ()" link="clutter-General.html#clutter-disable-accessibility" since="1.14"/>
    <keyword type="function" name="clutter_threads_set_lock_functions ()" link="clutter-General.html#clutter-threads-set-lock-functions" since="0.4"/>
    <keyword type="function" name="clutter_threads_init ()" link="clutter-General.html#clutter-threads-init" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_threads_enter ()" link="clutter-General.html#clutter-threads-enter" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_threads_leave ()" link="clutter-General.html#clutter-threads-leave" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_threads_add_idle ()" link="clutter-General.html#clutter-threads-add-idle" since="0.4"/>
    <keyword type="function" name="clutter_threads_add_idle_full ()" link="clutter-General.html#clutter-threads-add-idle-full" since="0.4"/>
    <keyword type="function" name="clutter_threads_add_timeout ()" link="clutter-General.html#clutter-threads-add-timeout" since="0.4"/>
    <keyword type="function" name="clutter_threads_add_timeout_full ()" link="clutter-General.html#clutter-threads-add-timeout-full" since="0.4"/>
    <keyword type="function" name="clutter_threads_add_frame_source ()" link="clutter-General.html#clutter-threads-add-frame-source" deprecated="1.6: There is no direct replacement for this API" since="0.8"/>
    <keyword type="function" name="clutter_threads_add_frame_source_full ()" link="clutter-General.html#clutter-threads-add-frame-source-full" deprecated="1.6: There is no direct replacement for this API" since="0.8"/>
    <keyword type="function" name="clutter_threads_add_repaint_func ()" link="clutter-General.html#clutter-threads-add-repaint-func" since="1.0"/>
    <keyword type="function" name="clutter_threads_add_repaint_func_full ()" link="clutter-General.html#clutter-threads-add-repaint-func-full" since="1.10"/>
    <keyword type="function" name="clutter_threads_remove_repaint_func ()" link="clutter-General.html#clutter-threads-remove-repaint-func" since="1.0"/>
    <keyword type="function" name="clutter_get_keyboard_grab ()" link="clutter-General.html#clutter-get-keyboard-grab" since="0.6"/>
    <keyword type="function" name="clutter_get_pointer_grab ()" link="clutter-General.html#clutter-get-pointer-grab" since="0.6"/>
    <keyword type="function" name="clutter_grab_keyboard ()" link="clutter-General.html#clutter-grab-keyboard" since="0.6"/>
    <keyword type="function" name="clutter_grab_pointer ()" link="clutter-General.html#clutter-grab-pointer" since="0.6"/>
    <keyword type="function" name="clutter_ungrab_keyboard ()" link="clutter-General.html#clutter-ungrab-keyboard" since="0.6"/>
    <keyword type="function" name="clutter_ungrab_pointer ()" link="clutter-General.html#clutter-ungrab-pointer" since="0.6"/>
    <keyword type="function" name="clutter_grab_pointer_for_device ()" link="clutter-General.html#clutter-grab-pointer-for-device" deprecated="1.10: Use clutter_input_device_grab() instead." since="0.8"/>
    <keyword type="function" name="clutter_ungrab_pointer_for_device ()" link="clutter-General.html#clutter-ungrab-pointer-for-device" deprecated="1.10: Use clutter_input_device_ungrab() instead." since="0.8"/>
    <keyword type="function" name="clutter_do_event ()" link="clutter-General.html#clutter-do-event" since="0.4"/>
    <keyword type="enum" name="enum ClutterInitError" link="clutter-General.html#ClutterInitError" since="0.2"/>
    <keyword type="enum" name="enum ClutterFontFlags" link="clutter-General.html#ClutterFontFlags" deprecated="1.22: Use #cairo_font_options_t instead" since="1.0"/>
    <keyword type="enum" name="enum ClutterTextDirection" link="clutter-General.html#ClutterTextDirection" since="1.2"/>
    <keyword type="enum" name="enum ClutterRepaintFlags" link="clutter-General.html#ClutterRepaintFlags" since="1.10"/>
    <keyword type="function" name="ClutterPathCallback ()" link="ClutterPath.html#ClutterPathCallback" since="1.0"/>
    <keyword type="function" name="clutter_path_new ()" link="ClutterPath.html#clutter-path-new" since="1.0"/>
    <keyword type="function" name="clutter_path_new_with_description ()" link="ClutterPath.html#clutter-path-new-with-description" since="1.0"/>
    <keyword type="function" name="clutter_path_add_move_to ()" link="ClutterPath.html#clutter-path-add-move-to" since="1.0"/>
    <keyword type="function" name="clutter_path_add_rel_move_to ()" link="ClutterPath.html#clutter-path-add-rel-move-to" since="1.0"/>
    <keyword type="function" name="clutter_path_add_line_to ()" link="ClutterPath.html#clutter-path-add-line-to" since="1.0"/>
    <keyword type="function" name="clutter_path_add_rel_line_to ()" link="ClutterPath.html#clutter-path-add-rel-line-to" since="1.0"/>
    <keyword type="function" name="clutter_path_add_curve_to ()" link="ClutterPath.html#clutter-path-add-curve-to" since="1.0"/>
    <keyword type="function" name="clutter_path_add_rel_curve_to ()" link="ClutterPath.html#clutter-path-add-rel-curve-to" since="1.0"/>
    <keyword type="function" name="clutter_path_add_close ()" link="ClutterPath.html#clutter-path-add-close" since="1.0"/>
    <keyword type="function" name="clutter_path_add_string ()" link="ClutterPath.html#clutter-path-add-string" since="1.0"/>
    <keyword type="function" name="clutter_path_add_node ()" link="ClutterPath.html#clutter-path-add-node" since="1.0"/>
    <keyword type="function" name="clutter_path_add_cairo_path ()" link="ClutterPath.html#clutter-path-add-cairo-path" since="1.0"/>
    <keyword type="function" name="clutter_path_get_n_nodes ()" link="ClutterPath.html#clutter-path-get-n-nodes" since="1.0"/>
    <keyword type="function" name="clutter_path_get_node ()" link="ClutterPath.html#clutter-path-get-node" since="1.0"/>
    <keyword type="function" name="clutter_path_get_nodes ()" link="ClutterPath.html#clutter-path-get-nodes" since="1.0"/>
    <keyword type="function" name="clutter_path_foreach ()" link="ClutterPath.html#clutter-path-foreach" since="1.0"/>
    <keyword type="function" name="clutter_path_insert_node ()" link="ClutterPath.html#clutter-path-insert-node" since="1.0"/>
    <keyword type="function" name="clutter_path_remove_node ()" link="ClutterPath.html#clutter-path-remove-node" since="1.0"/>
    <keyword type="function" name="clutter_path_replace_node ()" link="ClutterPath.html#clutter-path-replace-node" since="1.0"/>
    <keyword type="function" name="clutter_path_get_description ()" link="ClutterPath.html#clutter-path-get-description" since="1.0"/>
    <keyword type="function" name="clutter_path_set_description ()" link="ClutterPath.html#clutter-path-set-description" since="1.0"/>
    <keyword type="function" name="clutter_path_to_cairo_path ()" link="ClutterPath.html#clutter-path-to-cairo-path" since="1.0"/>
    <keyword type="function" name="clutter_path_clear ()" link="ClutterPath.html#clutter-path-clear" since="1.0"/>
    <keyword type="function" name="clutter_path_get_position ()" link="ClutterPath.html#clutter-path-get-position" since="1.0"/>
    <keyword type="function" name="clutter_path_get_length ()" link="ClutterPath.html#clutter-path-get-length" since="1.0"/>
    <keyword type="function" name="clutter_path_node_copy ()" link="ClutterPath.html#clutter-path-node-copy" since="1.0"/>
    <keyword type="function" name="clutter_path_node_free ()" link="ClutterPath.html#clutter-path-node-free" since="1.0"/>
    <keyword type="function" name="clutter_path_node_equal ()" link="ClutterPath.html#clutter-path-node-equal" since="1.0"/>
    <keyword type="struct" name="ClutterPath" link="ClutterPath.html#ClutterPath-struct"/>
    <keyword type="struct" name="struct ClutterPathClass" link="ClutterPath.html#ClutterPathClass" since="1.0"/>
    <keyword type="enum" name="enum ClutterPathNodeType" link="ClutterPath.html#ClutterPathNodeType" since="1.0"/>
    <keyword type="struct" name="struct ClutterPathNode" link="ClutterPath.html#ClutterPathNode-struct"/>
    <keyword type="property" name="The “description” property" link="ClutterPath.html#ClutterPath--description"/>
    <keyword type="property" name="The “length” property" link="ClutterPath.html#ClutterPath--length"/>
    <keyword type="function" name="clutter_settings_get_default ()" link="ClutterSettings.html#clutter-settings-get-default" since="1.4"/>
    <keyword type="struct" name="ClutterSettings" link="ClutterSettings.html#ClutterSettings-struct"/>
    <keyword type="property" name="The “backend” property" link="ClutterSettings.html#ClutterSettings--backend"/>
    <keyword type="property" name="The “dnd-drag-threshold” property" link="ClutterSettings.html#ClutterSettings--dnd-drag-threshold"/>
    <keyword type="property" name="The “double-click-distance” property" link="ClutterSettings.html#ClutterSettings--double-click-distance"/>
    <keyword type="property" name="The “double-click-time” property" link="ClutterSettings.html#ClutterSettings--double-click-time"/>
    <keyword type="property" name="The “font-antialias” property" link="ClutterSettings.html#ClutterSettings--font-antialias"/>
    <keyword type="property" name="The “font-dpi” property" link="ClutterSettings.html#ClutterSettings--font-dpi"/>
    <keyword type="property" name="The “font-hint-style” property" link="ClutterSettings.html#ClutterSettings--font-hint-style"/>
    <keyword type="property" name="The “font-hinting” property" link="ClutterSettings.html#ClutterSettings--font-hinting"/>
    <keyword type="property" name="The “font-name” property" link="ClutterSettings.html#ClutterSettings--font-name"/>
    <keyword type="property" name="The “font-subpixel-order” property" link="ClutterSettings.html#ClutterSettings--font-subpixel-order"/>
    <keyword type="property" name="The “fontconfig-timestamp” property" link="ClutterSettings.html#ClutterSettings--fontconfig-timestamp"/>
    <keyword type="property" name="The “long-press-duration” property" link="ClutterSettings.html#ClutterSettings--long-press-duration"/>
    <keyword type="property" name="The “password-hint-time” property" link="ClutterSettings.html#ClutterSettings--password-hint-time"/>
    <keyword type="property" name="The “unscaled-font-dpi” property" link="ClutterSettings.html#ClutterSettings--unscaled-font-dpi"/>
    <keyword type="property" name="The “window-scaling-factor” property" link="ClutterSettings.html#ClutterSettings--window-scaling-factor"/>
    <keyword type="function" name="clutter_stage_manager_get_default ()" link="clutter-Stage-Manager.html#clutter-stage-manager-get-default" since="0.8"/>
    <keyword type="function" name="clutter_stage_manager_set_default_stage ()" link="clutter-Stage-Manager.html#clutter-stage-manager-set-default-stage" deprecated="1.2: Calling this function has no effect" since="0.8"/>
    <keyword type="function" name="clutter_stage_manager_get_default_stage ()" link="clutter-Stage-Manager.html#clutter-stage-manager-get-default-stage" since="0.8"/>
    <keyword type="function" name="clutter_stage_manager_list_stages ()" link="clutter-Stage-Manager.html#clutter-stage-manager-list-stages" since="0.8"/>
    <keyword type="function" name="clutter_stage_manager_peek_stages ()" link="clutter-Stage-Manager.html#clutter-stage-manager-peek-stages" since="1.0"/>
    <keyword type="struct" name="ClutterStageManager" link="clutter-Stage-Manager.html#ClutterStageManager-struct"/>
    <keyword type="struct" name="struct ClutterStageManagerClass" link="clutter-Stage-Manager.html#ClutterStageManagerClass" since="1.0"/>
    <keyword type="property" name="The “default-stage” property" link="clutter-Stage-Manager.html#ClutterStageManager--default-stage"/>
    <keyword type="signal" name="The “stage-added” signal" link="clutter-Stage-Manager.html#ClutterStageManager-stage-added"/>
    <keyword type="signal" name="The “stage-removed” signal" link="clutter-Stage-Manager.html#ClutterStageManager-stage-removed"/>
    <keyword type="function" name="clutter_text_buffer_new ()" link="ClutterTextBuffer.html#clutter-text-buffer-new" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_new_with_text ()" link="ClutterTextBuffer.html#clutter-text-buffer-new-with-text" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_set_text ()" link="ClutterTextBuffer.html#clutter-text-buffer-set-text" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_get_text ()" link="ClutterTextBuffer.html#clutter-text-buffer-get-text" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_get_bytes ()" link="ClutterTextBuffer.html#clutter-text-buffer-get-bytes" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_get_length ()" link="ClutterTextBuffer.html#clutter-text-buffer-get-length" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_set_max_length ()" link="ClutterTextBuffer.html#clutter-text-buffer-set-max-length" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_get_max_length ()" link="ClutterTextBuffer.html#clutter-text-buffer-get-max-length" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_insert_text ()" link="ClutterTextBuffer.html#clutter-text-buffer-insert-text" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_delete_text ()" link="ClutterTextBuffer.html#clutter-text-buffer-delete-text" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_emit_inserted_text ()" link="ClutterTextBuffer.html#clutter-text-buffer-emit-inserted-text" since="1.10"/>
    <keyword type="function" name="clutter_text_buffer_emit_deleted_text ()" link="ClutterTextBuffer.html#clutter-text-buffer-emit-deleted-text" since="1.10"/>
    <keyword type="macro" name="CLUTTER_TEXT_BUFFER_MAX_SIZE" link="ClutterTextBuffer.html#CLUTTER-TEXT-BUFFER-MAX-SIZE:CAPS" since="1.10"/>
    <keyword type="struct" name="struct ClutterTextBuffer" link="ClutterTextBuffer.html#ClutterTextBuffer-struct"/>
    <keyword type="struct" name="struct ClutterTextBufferClass" link="ClutterTextBuffer.html#ClutterTextBufferClass" since="1.10"/>
    <keyword type="property" name="The “length” property" link="ClutterTextBuffer.html#ClutterTextBuffer--length"/>
    <keyword type="property" name="The “max-length” property" link="ClutterTextBuffer.html#ClutterTextBuffer--max-length"/>
    <keyword type="property" name="The “text” property" link="ClutterTextBuffer.html#ClutterTextBuffer--text"/>
    <keyword type="signal" name="The “deleted-text” signal" link="ClutterTextBuffer.html#ClutterTextBuffer-deleted-text"/>
    <keyword type="signal" name="The “inserted-text” signal" link="ClutterTextBuffer.html#ClutterTextBuffer-inserted-text"/>
    <keyword type="function" name="clutter_units_from_cm ()" link="clutter-Unit-conversion.html#clutter-units-from-cm" since="1.2"/>
    <keyword type="function" name="clutter_units_from_em ()" link="clutter-Unit-conversion.html#clutter-units-from-em" since="1.0"/>
    <keyword type="function" name="clutter_units_from_em_for_font ()" link="clutter-Unit-conversion.html#clutter-units-from-em-for-font" since="1.0"/>
    <keyword type="function" name="clutter_units_from_mm ()" link="clutter-Unit-conversion.html#clutter-units-from-mm" since="1.0"/>
    <keyword type="function" name="clutter_units_from_pixels ()" link="clutter-Unit-conversion.html#clutter-units-from-pixels" since="1.0"/>
    <keyword type="function" name="clutter_units_from_pt ()" link="clutter-Unit-conversion.html#clutter-units-from-pt" since="1.0"/>
    <keyword type="function" name="clutter_units_to_pixels ()" link="clutter-Unit-conversion.html#clutter-units-to-pixels" since="1.0"/>
    <keyword type="function" name="clutter_units_copy ()" link="clutter-Unit-conversion.html#clutter-units-copy" since="1.0"/>
    <keyword type="function" name="clutter_units_free ()" link="clutter-Unit-conversion.html#clutter-units-free" since="1.0"/>
    <keyword type="function" name="clutter_units_get_unit_type ()" link="clutter-Unit-conversion.html#clutter-units-get-unit-type" since="1.0"/>
    <keyword type="function" name="clutter_units_get_unit_value ()" link="clutter-Unit-conversion.html#clutter-units-get-unit-value" since="1.0"/>
    <keyword type="function" name="clutter_units_from_string ()" link="clutter-Unit-conversion.html#clutter-units-from-string" since="1.0"/>
    <keyword type="function" name="clutter_units_to_string ()" link="clutter-Unit-conversion.html#clutter-units-to-string" since="1.0"/>
    <keyword type="function" name="clutter_param_spec_units ()" link="clutter-Unit-conversion.html#clutter-param-spec-units" since="1.0"/>
    <keyword type="macro" name="CLUTTER_VALUE_HOLDS_UNITS()" link="clutter-Unit-conversion.html#CLUTTER-VALUE-HOLDS-UNITS:CAPS" since="0.8"/>
    <keyword type="function" name="clutter_value_set_units ()" link="clutter-Unit-conversion.html#clutter-value-set-units" since="0.8"/>
    <keyword type="function" name="clutter_value_get_units ()" link="clutter-Unit-conversion.html#clutter-value-get-units" since="0.8"/>
    <keyword type="enum" name="enum ClutterUnitType" link="clutter-Unit-conversion.html#ClutterUnitType" since="1.0"/>
    <keyword type="struct" name="struct ClutterUnits" link="clutter-Unit-conversion.html#ClutterUnits-struct"/>
    <keyword type="struct" name="struct ClutterParamSpecUnits" link="clutter-Unit-conversion.html#ClutterParamSpecUnits" since="1.0"/>
    <keyword type="macro" name="CLUTTER_CAIRO_FORMAT_ARGB32" link="clutter-Cairo-integration.html#CLUTTER-CAIRO-FORMAT-ARGB32:CAPS" since="1.8"/>
    <keyword type="function" name="clutter_cairo_clear ()" link="clutter-Cairo-integration.html#clutter-cairo-clear" since="1.12"/>
    <keyword type="function" name="clutter_cairo_set_source_color ()" link="clutter-Cairo-integration.html#clutter-cairo-set-source-color" since="1.0"/>
    <keyword type="function" name="clutter_util_next_p2 ()" link="clutter-Utilities.html#clutter-util-next-p2" deprecated="1.2"/>
    <keyword type="function" name="clutter_timeout_pool_new ()" link="clutter-Utilities.html#clutter-timeout-pool-new" deprecated="1.6: There is no direct replacement for this API" since="0.4"/>
    <keyword type="function" name="clutter_timeout_pool_add ()" link="clutter-Utilities.html#clutter-timeout-pool-add" deprecated="1.6: There is no direct replacement for this API" since="0.4"/>
    <keyword type="function" name="clutter_timeout_pool_remove ()" link="clutter-Utilities.html#clutter-timeout-pool-remove" deprecated="1.6: There is no direct replacement for this API" since="0.4"/>
    <keyword type="function" name="clutter_frame_source_add ()" link="clutter-Utilities.html#clutter-frame-source-add" deprecated="1.6: There is no direct replacement for this API" since="0.8"/>
    <keyword type="function" name="clutter_frame_source_add_full ()" link="clutter-Utilities.html#clutter-frame-source-add-full" deprecated="1.6: There is no direct replacement for this API." since="0.8"/>
    <keyword type="function" name="clutter_param_spec_fixed ()" link="clutter-Utilities.html#clutter-param-spec-fixed" deprecated="1.10: Use #GParamSpecInt instead." since="0.8"/>
    <keyword type="macro" name="CLUTTER_VALUE_HOLDS_FIXED()" link="clutter-Utilities.html#CLUTTER-VALUE-HOLDS-FIXED:CAPS" deprecated="1.10: Use %G_VALUE_HOLDS_INT instead" since="0.8"/>
    <keyword type="function" name="clutter_value_set_fixed ()" link="clutter-Utilities.html#clutter-value-set-fixed" deprecated="1.10: Use g_value_set_int() instead." since="0.8"/>
    <keyword type="function" name="clutter_value_get_fixed ()" link="clutter-Utilities.html#clutter-value-get-fixed" deprecated="1.10: Use g_value_get_int() instead." since="0.8"/>
    <keyword type="struct" name="struct ClutterParamSpecFixed" link="clutter-Utilities.html#ClutterParamSpecFixed-struct"/>
    <keyword type="macro" name="CLUTTER_MAJOR_VERSION" link="clutter-Versioning-Macros.html#CLUTTER-MAJOR-VERSION:CAPS"/>
    <keyword type="macro" name="CLUTTER_MINOR_VERSION" link="clutter-Versioning-Macros.html#CLUTTER-MINOR-VERSION:CAPS"/>
    <keyword type="macro" name="CLUTTER_MICRO_VERSION" link="clutter-Versioning-Macros.html#CLUTTER-MICRO-VERSION:CAPS"/>
    <keyword type="macro" name="CLUTTER_VERSION_HEX" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-HEX:CAPS"/>
    <keyword type="macro" name="CLUTTER_CHECK_VERSION()" link="clutter-Versioning-Macros.html#CLUTTER-CHECK-VERSION:CAPS"/>
    <keyword type="macro" name="CLUTTER_NO_FPU" link="clutter-Versioning-Macros.html#CLUTTER-NO-FPU:CAPS" deprecated=""/>
    <keyword type="macro" name="CLUTTER_VERSION_1_0" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-0:CAPS" since="1.10"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_2" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-2:CAPS" since="1.10"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_4" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-4:CAPS" since="1.10"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_6" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-6:CAPS" since="1.10"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_8" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-8:CAPS" since="1.10"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_10" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-10:CAPS" since="1.10"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_12" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-12:CAPS" since="1.12"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_14" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-14:CAPS" since="1.14"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_16" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-16:CAPS" since="1.16"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_18" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-18:CAPS" since="1.18"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_20" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-20:CAPS" since="1.20"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_22" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-22:CAPS" since="1.22"/>
    <keyword type="macro" name="CLUTTER_VERSION_1_24" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-1-24:CAPS" since="1.24"/>
    <keyword type="macro" name="CLUTTER_VERSION_MIN_REQUIRED" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-MIN-REQUIRED:CAPS" since="1.10"/>
    <keyword type="function" name="clutter_check_version ()" link="clutter-Versioning-Macros.html#clutter-check-version" since="1.2"/>
    <keyword type="macro" name="CLUTTER_VERSION" link="clutter-Versioning-Macros.html#CLUTTER-VERSION:CAPS"/>
    <keyword type="macro" name="CLUTTER_VERSION_S" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-S:CAPS"/>
    <keyword type="macro" name="CLUTTER_FLAVOUR" link="clutter-Versioning-Macros.html#CLUTTER-FLAVOUR:CAPS" deprecated="" since="0.4"/>
    <keyword type="macro" name="CLUTTER_COGL" link="clutter-Versioning-Macros.html#CLUTTER-COGL:CAPS" deprecated="" since="0.4"/>
    <keyword type="macro" name="CLUTTER_VERSION_MAX_ALLOWED" link="clutter-Versioning-Macros.html#CLUTTER-VERSION-MAX-ALLOWED:CAPS" since="1.10"/>
    <keyword type="variable" name="clutter_major_version" link="clutter-Versioning-Macros.html#clutter-major-version" since="1.2"/>
    <keyword type="variable" name="clutter_minor_version" link="clutter-Versioning-Macros.html#clutter-minor-version" since="1.2"/>
    <keyword type="variable" name="clutter_micro_version" link="clutter-Versioning-Macros.html#clutter-micro-version" since="1.2"/>
    <keyword type="function" name="clutter_script_new ()" link="ClutterScript.html#clutter-script-new" since="0.6"/>
    <keyword type="function" name="clutter_script_load_from_data ()" link="ClutterScript.html#clutter-script-load-from-data" since="0.6"/>
    <keyword type="function" name="clutter_script_load_from_file ()" link="ClutterScript.html#clutter-script-load-from-file" since="0.6"/>
    <keyword type="function" name="clutter_script_load_from_resource ()" link="ClutterScript.html#clutter-script-load-from-resource" since="1.10"/>
    <keyword type="function" name="clutter_script_add_search_paths ()" link="ClutterScript.html#clutter-script-add-search-paths" since="0.8"/>
    <keyword type="function" name="clutter_script_lookup_filename ()" link="ClutterScript.html#clutter-script-lookup-filename" since="0.8"/>
    <keyword type="function" name="clutter_script_get_object ()" link="ClutterScript.html#clutter-script-get-object" since="0.6"/>
    <keyword type="function" name="clutter_script_get_objects ()" link="ClutterScript.html#clutter-script-get-objects" since="0.6"/>
    <keyword type="function" name="clutter_script_unmerge_objects ()" link="ClutterScript.html#clutter-script-unmerge-objects" since="0.6"/>
    <keyword type="function" name="clutter_script_ensure_objects ()" link="ClutterScript.html#clutter-script-ensure-objects" since="0.6"/>
    <keyword type="function" name="clutter_script_list_objects ()" link="ClutterScript.html#clutter-script-list-objects" since="0.8"/>
    <keyword type="function" name="ClutterScriptConnectFunc ()" link="ClutterScript.html#ClutterScriptConnectFunc" since="0.6"/>
    <keyword type="function" name="clutter_script_connect_signals ()" link="ClutterScript.html#clutter-script-connect-signals" since="0.6"/>
    <keyword type="function" name="clutter_script_connect_signals_full ()" link="ClutterScript.html#clutter-script-connect-signals-full" since="0.6"/>
    <keyword type="function" name="clutter_script_add_states ()" link="ClutterScript.html#clutter-script-add-states" deprecated="1.12" since="1.8"/>
    <keyword type="function" name="clutter_script_get_states ()" link="ClutterScript.html#clutter-script-get-states" deprecated="1.12" since="1.8"/>
    <keyword type="function" name="clutter_script_get_type_from_name ()" link="ClutterScript.html#clutter-script-get-type-from-name" since="0.6"/>
    <keyword type="function" name="clutter_get_script_id ()" link="ClutterScript.html#clutter-get-script-id" since="0.6"/>
    <keyword type="function" name="clutter_script_get_translation_domain ()" link="ClutterScript.html#clutter-script-get-translation-domain" since="1.10"/>
    <keyword type="function" name="clutter_script_set_translation_domain ()" link="ClutterScript.html#clutter-script-set-translation-domain" since="1.10"/>
    <keyword type="struct" name="struct ClutterScript" link="ClutterScript.html#ClutterScript-struct"/>
    <keyword type="struct" name="struct ClutterScriptClass" link="ClutterScript.html#ClutterScriptClass" since="0.6"/>
    <keyword type="enum" name="enum ClutterScriptError" link="ClutterScript.html#ClutterScriptError" since="0.6"/>
    <keyword type="property" name="The “filename” property" link="ClutterScript.html#ClutterScript--filename"/>
    <keyword type="property" name="The “filename-set” property" link="ClutterScript.html#ClutterScript--filename-set"/>
    <keyword type="property" name="The “translation-domain” property" link="ClutterScript.html#ClutterScript--translation-domain"/>
    <keyword type="function" name="clutter_scriptable_set_id ()" link="ClutterScriptable.html#clutter-scriptable-set-id" since="0.6"/>
    <keyword type="function" name="clutter_scriptable_get_id ()" link="ClutterScriptable.html#clutter-scriptable-get-id" since="0.6"/>
    <keyword type="function" name="clutter_scriptable_parse_custom_node ()" link="ClutterScriptable.html#clutter-scriptable-parse-custom-node" since="0.6"/>
    <keyword type="function" name="clutter_scriptable_set_custom_property ()" link="ClutterScriptable.html#clutter-scriptable-set-custom-property" since="0.6"/>
    <keyword type="struct" name="ClutterScriptable" link="ClutterScriptable.html#ClutterScriptable-struct"/>
    <keyword type="struct" name="struct ClutterScriptableIface" link="ClutterScriptable.html#ClutterScriptableIface" since="0.6"/>
    <keyword type="function" name="clutter_model_set_names ()" link="ClutterModel.html#clutter-model-set-names" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_set_types ()" link="ClutterModel.html#clutter-model-set-types" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_get_column_name ()" link="ClutterModel.html#clutter-model-get-column-name" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_get_column_type ()" link="ClutterModel.html#clutter-model-get-column-type" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_get_n_columns ()" link="ClutterModel.html#clutter-model-get-n-columns" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_get_n_rows ()" link="ClutterModel.html#clutter-model-get-n-rows" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_append ()" link="ClutterModel.html#clutter-model-append" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_appendv ()" link="ClutterModel.html#clutter-model-appendv" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_prepend ()" link="ClutterModel.html#clutter-model-prepend" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_prependv ()" link="ClutterModel.html#clutter-model-prependv" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_insert ()" link="ClutterModel.html#clutter-model-insert" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_insertv ()" link="ClutterModel.html#clutter-model-insertv" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_insert_value ()" link="ClutterModel.html#clutter-model-insert-value" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_remove ()" link="ClutterModel.html#clutter-model-remove" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="ClutterModelForeachFunc ()" link="ClutterModel.html#ClutterModelForeachFunc" deprecated="1.24: Use #GListModel" since="0.6"/>
    <keyword type="function" name="clutter_model_foreach ()" link="ClutterModel.html#clutter-model-foreach" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_set_sorting_column ()" link="ClutterModel.html#clutter-model-set-sorting-column" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_get_sorting_column ()" link="ClutterModel.html#clutter-model-get-sorting-column" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="ClutterModelSortFunc ()" link="ClutterModel.html#ClutterModelSortFunc" deprecated="1.24: Implement sorting using a custom #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_set_sort ()" link="ClutterModel.html#clutter-model-set-sort" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_resort ()" link="ClutterModel.html#clutter-model-resort" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="ClutterModelFilterFunc ()" link="ClutterModel.html#ClutterModelFilterFunc" deprecated="1.24: Implement filters using a custom #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_set_filter ()" link="ClutterModel.html#clutter-model-set-filter" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_get_filter_set ()" link="ClutterModel.html#clutter-model-get-filter-set" deprecated="1.24: Use #GListModel instead" since="1.0"/>
    <keyword type="function" name="clutter_model_filter_iter ()" link="ClutterModel.html#clutter-model-filter-iter" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_filter_row ()" link="ClutterModel.html#clutter-model-filter-row" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_get_first_iter ()" link="ClutterModel.html#clutter-model-get-first-iter" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_get_last_iter ()" link="ClutterModel.html#clutter-model-get-last-iter" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_get_iter_at_row ()" link="ClutterModel.html#clutter-model-get-iter-at-row" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="struct" name="struct ClutterModel" link="ClutterModel.html#ClutterModel-struct"/>
    <keyword type="struct" name="struct ClutterModelClass" link="ClutterModel.html#ClutterModelClass" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="property" name="The “filter-set” property" link="ClutterModel.html#ClutterModel--filter-set"/>
    <keyword type="signal" name="The “filter-changed” signal" link="ClutterModel.html#ClutterModel-filter-changed"/>
    <keyword type="signal" name="The “row-added” signal" link="ClutterModel.html#ClutterModel-row-added"/>
    <keyword type="signal" name="The “row-changed” signal" link="ClutterModel.html#ClutterModel-row-changed"/>
    <keyword type="signal" name="The “row-removed” signal" link="ClutterModel.html#ClutterModel-row-removed"/>
    <keyword type="signal" name="The “sort-changed” signal" link="ClutterModel.html#ClutterModel-sort-changed"/>
    <keyword type="function" name="clutter_model_iter_copy ()" link="ClutterModelIter.html#clutter-model-iter-copy" deprecated="1.24: Use #GListModel instead" since="0.8"/>
    <keyword type="function" name="clutter_model_iter_get ()" link="ClutterModelIter.html#clutter-model-iter-get" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_get_valist ()" link="ClutterModelIter.html#clutter-model-iter-get-valist" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_get_value ()" link="ClutterModelIter.html#clutter-model-iter-get-value" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_set ()" link="ClutterModelIter.html#clutter-model-iter-set" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_set_valist ()" link="ClutterModelIter.html#clutter-model-iter-set-valist" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_set_value ()" link="ClutterModelIter.html#clutter-model-iter-set-value" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_is_first ()" link="ClutterModelIter.html#clutter-model-iter-is-first" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_is_last ()" link="ClutterModelIter.html#clutter-model-iter-is-last" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_next ()" link="ClutterModelIter.html#clutter-model-iter-next" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_prev ()" link="ClutterModelIter.html#clutter-model-iter-prev" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_get_model ()" link="ClutterModelIter.html#clutter-model-iter-get-model" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="function" name="clutter_model_iter_get_row ()" link="ClutterModelIter.html#clutter-model-iter-get-row" deprecated="1.24: Use #GListModel instead" since="0.6"/>
    <keyword type="struct" name="struct ClutterModelIter" link="ClutterModelIter.html#ClutterModelIter-struct"/>
    <keyword type="struct" name="struct ClutterModelIterClass" link="ClutterModelIter.html#ClutterModelIterClass" deprecated="1.24: Use custom iterators for #GListModel" since="0.6"/>
    <keyword type="property" name="The “model” property" link="ClutterModelIter.html#ClutterModelIter--model"/>
    <keyword type="property" name="The “row” property" link="ClutterModelIter.html#ClutterModelIter--row"/>
    <keyword type="function" name="clutter_list_model_new ()" link="ClutterListModel.html#clutter-list-model-new" deprecated="1.24: Use #GListStore instead" since="0.6"/>
    <keyword type="function" name="clutter_list_model_newv ()" link="ClutterListModel.html#clutter-list-model-newv" deprecated="1.24: Use #GListStore instead" since="0.6"/>
    <keyword type="struct" name="struct ClutterListModel" link="ClutterListModel.html#ClutterListModel-struct"/>
    <keyword type="struct" name="struct ClutterListModelClass" link="ClutterListModel.html#ClutterListModelClass" deprecated="1.24: Use #GListStore instead" since="0.6"/>
    <keyword type="function" name="clutter_get_default_backend ()" link="ClutterBackend.html#clutter-get-default-backend" since="0.4"/>
    <keyword type="function" name="clutter_backend_set_resolution ()" link="ClutterBackend.html#clutter-backend-set-resolution" deprecated="1.4: Use #ClutterSettings:font-dpi instead" since="0.4"/>
    <keyword type="function" name="clutter_backend_get_resolution ()" link="ClutterBackend.html#clutter-backend-get-resolution" since="0.4"/>
    <keyword type="function" name="clutter_backend_set_double_click_time ()" link="ClutterBackend.html#clutter-backend-set-double-click-time" deprecated="1.4: Use #ClutterSettings:double-click-time instead" since="0.4"/>
    <keyword type="function" name="clutter_backend_get_double_click_time ()" link="ClutterBackend.html#clutter-backend-get-double-click-time" deprecated="1.4: Use #ClutterSettings:double-click-time instead" since="0.4"/>
    <keyword type="function" name="clutter_backend_set_double_click_distance ()" link="ClutterBackend.html#clutter-backend-set-double-click-distance" deprecated="1.4: Use #ClutterSettings:double-click-distance instead" since="0.4"/>
    <keyword type="function" name="clutter_backend_get_double_click_distance ()" link="ClutterBackend.html#clutter-backend-get-double-click-distance" deprecated="1.4: Use #ClutterSettings:double-click-distance instead" since="0.4"/>
    <keyword type="function" name="clutter_backend_set_font_options ()" link="ClutterBackend.html#clutter-backend-set-font-options" since="0.8"/>
    <keyword type="function" name="clutter_backend_get_font_options ()" link="ClutterBackend.html#clutter-backend-get-font-options" since="0.8"/>
    <keyword type="function" name="clutter_backend_set_font_name ()" link="ClutterBackend.html#clutter-backend-set-font-name" deprecated="1.4: Use #ClutterSettings:font-name instead" since="1.0"/>
    <keyword type="function" name="clutter_backend_get_font_name ()" link="ClutterBackend.html#clutter-backend-get-font-name" deprecated="1.4: Use #ClutterSettings:font-name instead" since="1.0"/>
    <keyword type="function" name="clutter_backend_get_cogl_context ()" link="ClutterBackend.html#clutter-backend-get-cogl-context" since="1.8" stability="Unstable"/>
    <keyword type="function" name="clutter_check_windowing_backend ()" link="ClutterBackend.html#clutter-check-windowing-backend" since="1.10"/>
    <keyword type="function" name="clutter_set_windowing_backend ()" link="ClutterBackend.html#clutter-set-windowing-backend" since="1.16"/>
    <keyword type="struct" name="ClutterBackend" link="ClutterBackend.html#ClutterBackend-struct"/>
    <keyword type="signal" name="The “font-changed” signal" link="ClutterBackend.html#ClutterBackend-font-changed"/>
    <keyword type="signal" name="The “resolution-changed” signal" link="ClutterBackend.html#ClutterBackend-resolution-changed"/>
    <keyword type="signal" name="The “settings-changed” signal" link="ClutterBackend.html#ClutterBackend-settings-changed"/>
    <keyword type="function" name="clutter_x11_set_display ()" link="clutter-X11-Specific-Support.html#clutter-x11-set-display" since="0.8"/>
    <keyword type="function" name="clutter_x11_disable_event_retrieval ()" link="clutter-X11-Specific-Support.html#clutter-x11-disable-event-retrieval" since="0.8"/>
    <keyword type="function" name="clutter_x11_has_event_retrieval ()" link="clutter-X11-Specific-Support.html#clutter-x11-has-event-retrieval" since="0.8"/>
    <keyword type="function" name="clutter_x11_get_stage_from_window ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-stage-from-window" since="0.8"/>
    <keyword type="function" name="clutter_x11_handle_event ()" link="clutter-X11-Specific-Support.html#clutter-x11-handle-event" since="0.8"/>
    <keyword type="function" name="clutter_x11_get_default_display ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-default-display" since="0.6"/>
    <keyword type="function" name="clutter_x11_get_default_screen ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-default-screen" since="0.6"/>
    <keyword type="function" name="clutter_x11_get_root_window ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-root-window" since="0.6"/>
    <keyword type="function" name="clutter_x11_get_stage_visual ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-stage-visual" deprecated="1.2: Use clutter_x11_get_visual_info() instead" since="0.4"/>
    <keyword type="function" name="clutter_x11_get_stage_window ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-stage-window" since="0.4"/>
    <keyword type="function" name="clutter_x11_set_stage_foreign ()" link="clutter-X11-Specific-Support.html#clutter-x11-set-stage-foreign" since="0.4"/>
    <keyword type="function" name="clutter_x11_trap_x_errors ()" link="clutter-X11-Specific-Support.html#clutter-x11-trap-x-errors" since="0.6"/>
    <keyword type="function" name="clutter_x11_untrap_x_errors ()" link="clutter-X11-Specific-Support.html#clutter-x11-untrap-x-errors" since="0.4"/>
    <keyword type="function" name="clutter_x11_has_composite_extension ()" link="clutter-X11-Specific-Support.html#clutter-x11-has-composite-extension"/>
    <keyword type="function" name="clutter_x11_get_current_event_time ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-current-event-time" since="1.0"/>
    <keyword type="function" name="clutter_x11_set_use_argb_visual ()" link="clutter-X11-Specific-Support.html#clutter-x11-set-use-argb-visual" since="1.2"/>
    <keyword type="function" name="clutter_x11_get_use_argb_visual ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-use-argb-visual" since="1.2"/>
    <keyword type="function" name="clutter_x11_get_visual_info ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-visual-info" since="1.2"/>
    <keyword type="function" name="clutter_x11_get_use_stereo_stage ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-use-stereo-stage" since="1.22"/>
    <keyword type="function" name="clutter_x11_set_use_stereo_stage ()" link="clutter-X11-Specific-Support.html#clutter-x11-set-use-stereo-stage" since="1.22"/>
    <keyword type="function" name="ClutterX11FilterFunc ()" link="clutter-X11-Specific-Support.html#ClutterX11FilterFunc" since="0.6"/>
    <keyword type="function" name="clutter_x11_add_filter ()" link="clutter-X11-Specific-Support.html#clutter-x11-add-filter" since="0.6"/>
    <keyword type="function" name="clutter_x11_remove_filter ()" link="clutter-X11-Specific-Support.html#clutter-x11-remove-filter" since="0.6"/>
    <keyword type="function" name="clutter_x11_get_input_devices ()" link="clutter-X11-Specific-Support.html#clutter-x11-get-input-devices" deprecated="1.2: Use clutter_device_manager_peek_devices() instead" since="0.8"/>
    <keyword type="function" name="clutter_x11_has_xinput ()" link="clutter-X11-Specific-Support.html#clutter-x11-has-xinput" since="0.8"/>
    <keyword type="function" name="clutter_x11_enable_xinput ()" link="clutter-X11-Specific-Support.html#clutter-x11-enable-xinput" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_x11_event_get_key_group ()" link="clutter-X11-Specific-Support.html#clutter-x11-event-get-key-group" since="1.4"/>
    <keyword type="function" name="clutter_x11_event_sequence_get_touch_detail ()" link="clutter-X11-Specific-Support.html#clutter-x11-event-sequence-get-touch-detail" since="1.12"/>
    <keyword type="enum" name="enum ClutterX11FilterReturn" link="clutter-X11-Specific-Support.html#ClutterX11FilterReturn" since="0.6"/>
    <keyword type="function" name="clutter_x11_texture_pixmap_new ()" link="ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-new" since="0.8"/>
    <keyword type="function" name="clutter_x11_texture_pixmap_new_with_pixmap ()" link="ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-new-with-pixmap" since="0.8"/>
    <keyword type="function" name="clutter_x11_texture_pixmap_new_with_window ()" link="ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-new-with-window" since="0.8"/>
    <keyword type="function" name="clutter_x11_texture_pixmap_set_pixmap ()" link="ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-set-pixmap" since="0.8"/>
    <keyword type="function" name="clutter_x11_texture_pixmap_set_window ()" link="ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-set-window" since="0.8"/>
    <keyword type="function" name="clutter_x11_texture_pixmap_sync_window ()" link="ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-sync-window" since="0.8"/>
    <keyword type="function" name="clutter_x11_texture_pixmap_update_area ()" link="ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-update-area" since="0.8"/>
    <keyword type="function" name="clutter_x11_texture_pixmap_set_automatic ()" link="ClutterX11TexturePixmap.html#clutter-x11-texture-pixmap-set-automatic" since="0.8"/>
    <keyword type="struct" name="struct ClutterX11TexturePixmap" link="ClutterX11TexturePixmap.html#ClutterX11TexturePixmap-struct"/>
    <keyword type="struct" name="struct ClutterX11TexturePixmapClass" link="ClutterX11TexturePixmap.html#ClutterX11TexturePixmapClass" since="0.8"/>
    <keyword type="function" name="clutter_glx_texture_pixmap_new ()" link="ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-new" deprecated="1.6: Use clutter_x11_texture_pixmap_new() instead" since="0.8"/>
    <keyword type="function" name="clutter_glx_texture_pixmap_new_with_pixmap ()" link="ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-new-with-pixmap" deprecated="1.6: Use clutter_x11_texture_pixmap_new_with_pixmap() instead" since="0.8"/>
    <keyword type="function" name="clutter_glx_texture_pixmap_new_with_window ()" link="ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-new-with-window" deprecated="1.6: Use clutter_x11_texture_pixmap_new_with_window() instead" since="0.8"/>
    <keyword type="function" name="clutter_glx_texture_pixmap_using_extension ()" link="ClutterGLXTexturePixmap.html#clutter-glx-texture-pixmap-using-extension" deprecated="" since="0.8"/>
    <keyword type="struct" name="struct ClutterGLXTexturePixmap" link="ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmap-struct"/>
    <keyword type="struct" name="struct ClutterGLXTexturePixmapClass" link="ClutterGLXTexturePixmap.html#ClutterGLXTexturePixmapClass" deprecated="1.6: Use #ClutterX11TexturePixmapClass instead" since="0.8"/>
    <keyword type="function" name="clutter_win32_disable_event_retrieval ()" link="clutter-Win32-Specific-Support.html#clutter-win32-disable-event-retrieval" since="0.8"/>
    <keyword type="function" name="clutter_win32_set_stage_foreign ()" link="clutter-Win32-Specific-Support.html#clutter-win32-set-stage-foreign" since="0.8"/>
    <keyword type="function" name="clutter_win32_get_stage_from_window ()" link="clutter-Win32-Specific-Support.html#clutter-win32-get-stage-from-window" since="0.8"/>
    <keyword type="function" name="clutter_win32_get_stage_window ()" link="clutter-Win32-Specific-Support.html#clutter-win32-get-stage-window" since="0.8"/>
    <keyword type="function" name="clutter_win32_handle_event ()" link="clutter-Win32-Specific-Support.html#clutter-win32-handle-event" since="1.6"/>
    <keyword type="function" name="clutter_egl_display ()" link="clutter-EGL-Specific-Support.html#clutter-egl-display" deprecated="1.6: Use clutter_egl_get_egl_display() instead." since="0.6"/>
    <keyword type="function" name="clutter_eglx_display ()" link="clutter-EGL-Specific-Support.html#clutter-eglx-display" deprecated="1.6: Use clutter_egl_get_egl_display() instead." since="0.6"/>
    <keyword type="function" name="clutter_egl_get_egl_display ()" link="clutter-EGL-Specific-Support.html#clutter-egl-get-egl-display" since="1.6"/>
    <keyword type="function" name="clutter_egl_set_kms_fd ()" link="clutter-EGL-Specific-Support.html#clutter-egl-set-kms-fd" since="1.18"/>
    <keyword type="function" name="clutter_egl_freeze_master_clock ()" link="clutter-EGL-Specific-Support.html#clutter-egl-freeze-master-clock" since="1.20"/>
    <keyword type="function" name="clutter_egl_thaw_master_clock ()" link="clutter-EGL-Specific-Support.html#clutter-egl-thaw-master-clock" since="1.20"/>
    <keyword type="function" name="clutter_cex100_set_plane ()" link="clutter-Intel-CE3100-CE4100-Specific-Support.html#clutter-cex100-set-plane" since="1.6"/>
    <keyword type="function" name="clutter_cex100_set_buffering_mode ()" link="clutter-Intel-CE3100-CE4100-Specific-Support.html#clutter-cex100-set-buffering-mode" since="1.6"/>
    <keyword type="function" name="clutter_cex100_get_egl_display ()" link="clutter-Intel-CE3100-CE4100-Specific-Support.html#clutter-cex100-get-egl-display" since="1.10"/>
    <keyword type="enum" name="enum ClutterCex100BufferingMode" link="clutter-Intel-CE3100-CE4100-Specific-Support.html#ClutterCex100BufferingMode" since="1.6"/>
    <keyword type="function" name="clutter_gdk_disable_event_retrieval ()" link="clutter-GDK-Specific-Support.html#clutter-gdk-disable-event-retrieval" since="1.10"/>
    <keyword type="function" name="clutter_gdk_get_stage_from_window ()" link="clutter-GDK-Specific-Support.html#clutter-gdk-get-stage-from-window" since="1.10"/>
    <keyword type="function" name="clutter_gdk_get_stage_window ()" link="clutter-GDK-Specific-Support.html#clutter-gdk-get-stage-window" since="1.10"/>
    <keyword type="function" name="clutter_gdk_handle_event ()" link="clutter-GDK-Specific-Support.html#clutter-gdk-handle-event"/>
    <keyword type="function" name="clutter_gdk_set_display ()" link="clutter-GDK-Specific-Support.html#clutter-gdk-set-display" since="0.8"/>
    <keyword type="function" name="clutter_gdk_get_default_display ()" link="clutter-GDK-Specific-Support.html#clutter-gdk-get-default-display" since="0.6"/>
    <keyword type="function" name="clutter_gdk_set_stage_foreign ()" link="clutter-GDK-Specific-Support.html#clutter-gdk-set-stage-foreign" since="1.10"/>
    <keyword type="function" name="clutter_gdk_get_visual ()" link="clutter-GDK-Specific-Support.html#clutter-gdk-get-visual" since="1.22"/>
    <keyword type="function" name="clutter_wayland_input_device_get_wl_seat ()" link="clutter-Wayland-specific-support.html#clutter-wayland-input-device-get-wl-seat" since="1.10"/>
    <keyword type="function" name="clutter_wayland_stage_get_wl_shell_surface ()" link="clutter-Wayland-specific-support.html#clutter-wayland-stage-get-wl-shell-surface" since="1.10"/>
    <keyword type="function" name="clutter_wayland_stage_get_wl_surface ()" link="clutter-Wayland-specific-support.html#clutter-wayland-stage-get-wl-surface" since="1.10"/>
    <keyword type="function" name="clutter_wayland_stage_set_wl_surface ()" link="clutter-Wayland-specific-support.html#clutter-wayland-stage-set-wl-surface" since="1.16"/>
    <keyword type="function" name="clutter_wayland_set_display ()" link="clutter-Wayland-specific-support.html#clutter-wayland-set-display" since="1.16"/>
    <keyword type="function" name="clutter_wayland_disable_event_retrieval ()" link="clutter-Wayland-specific-support.html#clutter-wayland-disable-event-retrieval" since="1.16"/>
    <keyword type="function" name="clutter_wayland_set_compositor_display ()" link="clutter-Wayland-compositor-specific-support.html#clutter-wayland-set-compositor-display" since="1.8" stability="Unstable"/>
    <keyword type="function" name="clutter_wayland_surface_new ()" link="clutter-ClutterWaylandSurface.html#clutter-wayland-surface-new" since="1.8" stability="Unstable"/>
    <keyword type="function" name="clutter_wayland_surface_attach_buffer ()" link="clutter-ClutterWaylandSurface.html#clutter-wayland-surface-attach-buffer" since="1.8" stability="Unstable"/>
    <keyword type="function" name="clutter_wayland_surface_damage_buffer ()" link="clutter-ClutterWaylandSurface.html#clutter-wayland-surface-damage-buffer" since="1.8" stability="Unstable"/>
    <keyword type="function" name="clutter_wayland_surface_get_cogl_texture ()" link="clutter-ClutterWaylandSurface.html#clutter-wayland-surface-get-cogl-texture" since="1.10"/>
    <keyword type="function" name="clutter_wayland_surface_get_surface ()" link="clutter-ClutterWaylandSurface.html#clutter-wayland-surface-get-surface" since="1.10"/>
    <keyword type="function" name="clutter_wayland_surface_set_surface ()" link="clutter-ClutterWaylandSurface.html#clutter-wayland-surface-set-surface" since="1.10"/>
    <keyword type="struct" name="struct ClutterWaylandSurface" link="clutter-ClutterWaylandSurface.html#ClutterWaylandSurface" since="1.10" stability="Unstable"/>
    <keyword type="struct" name="struct ClutterWaylandSurfaceClass" link="clutter-ClutterWaylandSurface.html#ClutterWaylandSurfaceClass" since="1.10" stability="Unstable"/>
    <keyword type="function" name="clutter_mir_disable_event_retrieval ()" link="clutter-clutter-mir.html#clutter-mir-disable-event-retrieval" since="1.22"/>
    <keyword type="function" name="clutter_mir_set_connection ()" link="clutter-clutter-mir.html#clutter-mir-set-connection" since="1.22"/>
    <keyword type="function" name="clutter_mir_stage_get_mir_surface ()" link="clutter-clutter-mir.html#clutter-mir-stage-get-mir-surface" since="1.22"/>
    <keyword type="function" name="clutter_mir_stage_set_mir_surface ()" link="clutter-clutter-mir.html#clutter-mir-stage-set-mir-surface" since="1.22"/>
    <keyword type="function" name="CallyActionFunc ()" link="CallyActor.html#CallyActionFunc" since="1.4"/>
    <keyword type="function" name="CallyActionCallback ()" link="CallyActor.html#CallyActionCallback" since="1.6"/>
    <keyword type="function" name="cally_actor_new ()" link="CallyActor.html#cally-actor-new" since="1.4"/>
    <keyword type="function" name="cally_actor_add_action ()" link="CallyActor.html#cally-actor-add-action" since="1.4"/>
    <keyword type="function" name="cally_actor_add_action_full ()" link="CallyActor.html#cally-actor-add-action-full" since="1.6"/>
    <keyword type="function" name="cally_actor_remove_action ()" link="CallyActor.html#cally-actor-remove-action" since="1.4"/>
    <keyword type="function" name="cally_actor_remove_action_by_name ()" link="CallyActor.html#cally-actor-remove-action-by-name" since="1.4"/>
    <keyword type="struct" name="struct CallyActor" link="CallyActor.html#CallyActor-struct"/>
    <keyword type="struct" name="struct CallyActorClass" link="CallyActor.html#CallyActorClass" since="1.4"/>
    <keyword type="function" name="cally_group_new ()" link="CallyGroup.html#cally-group-new" since="1.4"/>
    <keyword type="struct" name="struct CallyGroup" link="CallyGroup.html#CallyGroup-struct"/>
    <keyword type="struct" name="struct CallyGroupClass" link="CallyGroup.html#CallyGroupClass" since="1.4"/>
    <keyword type="function" name="cally_stage_new ()" link="CallyStage.html#cally-stage-new" since="1.4"/>
    <keyword type="struct" name="struct CallyStage" link="CallyStage.html#CallyStage-struct"/>
    <keyword type="struct" name="struct CallyStageClass" link="CallyStage.html#CallyStageClass" since="1.4"/>
    <keyword type="function" name="cally_texture_new ()" link="CallyTexture.html#cally-texture-new" since="1.4"/>
    <keyword type="struct" name="struct CallyTexture" link="CallyTexture.html#CallyTexture-struct"/>
    <keyword type="struct" name="struct CallyTextureClass" link="CallyTexture.html#CallyTextureClass" since="1.4"/>
    <keyword type="function" name="cally_rectangle_new ()" link="CallyRectangle.html#cally-rectangle-new" since="1.4"/>
    <keyword type="struct" name="struct CallyRectangle" link="CallyRectangle.html#CallyRectangle-struct"/>
    <keyword type="struct" name="struct CallyRectangleClass" link="CallyRectangle.html#CallyRectangleClass" since="1.4"/>
    <keyword type="function" name="cally_text_new ()" link="CallyText.html#cally-text-new" since="1.4"/>
    <keyword type="struct" name="struct CallyText" link="CallyText.html#CallyText-struct"/>
    <keyword type="struct" name="struct CallyTextClass" link="CallyText.html#CallyTextClass" since="1.4"/>
    <keyword type="function" name="cally_clone_new ()" link="CallyClone.html#cally-clone-new" since="1.4"/>
    <keyword type="struct" name="struct CallyClone" link="CallyClone.html#CallyClone-struct"/>
    <keyword type="struct" name="struct CallyCloneClass" link="CallyClone.html#CallyCloneClass" since="1.4"/>
    <keyword type="function" name="cally_get_cally_initialized ()" link="clutter-General-API.html#cally-get-cally-initialized" since="1.4"/>
    <keyword type="function" name="cally_accessibility_init ()" link="clutter-General-API.html#cally-accessibility-init" since="1.4"/>
    <keyword type="macro" name="CALLY_ACCESSIBLE_FACTORY()" link="clutter-General-API.html#CALLY-ACCESSIBLE-FACTORY:CAPS" since="1.4"/>
    <keyword type="macro" name="CALLY_ACTOR_SET_FACTORY()" link="clutter-General-API.html#CALLY-ACTOR-SET-FACTORY:CAPS" since="1.4"/>
    <keyword type="struct" name="struct CallyUtil" link="CallyUtil.html#CallyUtil-struct"/>
    <keyword type="struct" name="struct CallyUtilClass" link="CallyUtil.html#CallyUtilClass" since="1.4"/>
    <keyword type="function" name="cally_root_new ()" link="CallyRoot.html#cally-root-new" since="1.4"/>
    <keyword type="struct" name="struct CallyRoot" link="CallyRoot.html#CallyRoot-struct"/>
    <keyword type="struct" name="struct CallyRootClass" link="CallyRoot.html#CallyRootClass" since="1.4"/>
    <keyword type="function" name="ClutterAlphaFunc ()" link="ClutterAlpha.html#ClutterAlphaFunc" deprecated="1.12: Use #ClutterTimelineProgressFunc instead." since="0.2"/>
    <keyword type="function" name="clutter_alpha_new ()" link="ClutterAlpha.html#clutter-alpha-new" deprecated="1.12: Use #ClutterTimeline instead" since="0.2"/>
    <keyword type="function" name="clutter_alpha_new_full ()" link="ClutterAlpha.html#clutter-alpha-new-full" deprecated="1.12: Use #ClutterTimeline instead" since="1.0"/>
    <keyword type="function" name="clutter_alpha_new_with_func ()" link="ClutterAlpha.html#clutter-alpha-new-with-func" deprecated="1.12: Use #ClutterTimeline instead" since="1.0"/>
    <keyword type="function" name="clutter_alpha_set_timeline ()" link="ClutterAlpha.html#clutter-alpha-set-timeline" deprecated="1.12: Use #ClutterTimeline directly" since="0.2"/>
    <keyword type="function" name="clutter_alpha_get_timeline ()" link="ClutterAlpha.html#clutter-alpha-get-timeline" deprecated="1.12: Use #ClutterTimeline directlry" since="0.2"/>
    <keyword type="function" name="clutter_alpha_set_mode ()" link="ClutterAlpha.html#clutter-alpha-set-mode" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_alpha_get_mode ()" link="ClutterAlpha.html#clutter-alpha-get-mode" deprecated="1.12: Use #ClutterTimeline instead" since="1.0"/>
    <keyword type="function" name="clutter_alpha_get_alpha ()" link="ClutterAlpha.html#clutter-alpha-get-alpha" deprecated="1.12: Use clutter_timeline_get_progress()" since="0.2"/>
    <keyword type="function" name="clutter_alpha_set_func ()" link="ClutterAlpha.html#clutter-alpha-set-func" deprecated="1.12: Use clutter_timeline_set_progress_func()" since="0.2"/>
    <keyword type="function" name="clutter_alpha_set_closure ()" link="ClutterAlpha.html#clutter-alpha-set-closure" deprecated="1.12: Use clutter_timeline_set_progress_func()" since="0.8"/>
    <keyword type="function" name="clutter_alpha_register_closure ()" link="ClutterAlpha.html#clutter-alpha-register-closure" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_alpha_register_func ()" link="ClutterAlpha.html#clutter-alpha-register-func" deprecated="" since="1.0"/>
    <keyword type="struct" name="ClutterAlpha" link="ClutterAlpha.html#ClutterAlpha-struct"/>
    <keyword type="struct" name="struct ClutterAlphaClass" link="ClutterAlpha.html#ClutterAlphaClass" deprecated="1.12: Use #ClutterTimeline instead" since="0.2"/>
    <keyword type="property" name="The “alpha” property" link="ClutterAlpha.html#ClutterAlpha--alpha"/>
    <keyword type="property" name="The “mode” property" link="ClutterAlpha.html#ClutterAlpha--mode"/>
    <keyword type="property" name="The “timeline” property" link="ClutterAlpha.html#ClutterAlpha--timeline"/>
    <keyword type="function" name="clutter_animation_new ()" link="clutter-Implicit-Animations.html#clutter-animation-new" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_set_object ()" link="clutter-Implicit-Animations.html#clutter-animation-set-object" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_get_object ()" link="clutter-Implicit-Animations.html#clutter-animation-get-object" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_set_mode ()" link="clutter-Implicit-Animations.html#clutter-animation-set-mode" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_get_mode ()" link="clutter-Implicit-Animations.html#clutter-animation-get-mode" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_set_duration ()" link="clutter-Implicit-Animations.html#clutter-animation-set-duration" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_get_duration ()" link="clutter-Implicit-Animations.html#clutter-animation-get-duration" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_set_loop ()" link="clutter-Implicit-Animations.html#clutter-animation-set-loop" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_get_loop ()" link="clutter-Implicit-Animations.html#clutter-animation-get-loop" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_set_timeline ()" link="clutter-Implicit-Animations.html#clutter-animation-set-timeline" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_get_timeline ()" link="clutter-Implicit-Animations.html#clutter-animation-get-timeline" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_set_alpha ()" link="clutter-Implicit-Animations.html#clutter-animation-set-alpha" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_animation_get_alpha ()" link="clutter-Implicit-Animations.html#clutter-animation-get-alpha" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_animation_completed ()" link="clutter-Implicit-Animations.html#clutter-animation-completed" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_bind ()" link="clutter-Implicit-Animations.html#clutter-animation-bind" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_bind_interval ()" link="clutter-Implicit-Animations.html#clutter-animation-bind-interval" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_update ()" link="clutter-Implicit-Animations.html#clutter-animation-update" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_update_interval ()" link="clutter-Implicit-Animations.html#clutter-animation-update-interval" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_has_property ()" link="clutter-Implicit-Animations.html#clutter-animation-has-property" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_unbind_property ()" link="clutter-Implicit-Animations.html#clutter-animation-unbind-property" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_animation_get_interval ()" link="clutter-Implicit-Animations.html#clutter-animation-get-interval" deprecated="1.12: Use #ClutterPropertyTransition instead" since="1.0"/>
    <keyword type="function" name="clutter_actor_animate ()" link="clutter-Implicit-Animations.html#clutter-actor-animate" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_animate_with_timeline ()" link="clutter-Implicit-Animations.html#clutter-actor-animate-with-timeline" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_animate_with_alpha ()" link="clutter-Implicit-Animations.html#clutter-actor-animate-with-alpha" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_animatev ()" link="clutter-Implicit-Animations.html#clutter-actor-animatev" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_animate_with_timelinev ()" link="clutter-Implicit-Animations.html#clutter-actor-animate-with-timelinev" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_animate_with_alphav ()" link="clutter-Implicit-Animations.html#clutter-actor-animate-with-alphav" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_get_animation ()" link="clutter-Implicit-Animations.html#clutter-actor-get-animation" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_actor_detach_animation ()" link="clutter-Implicit-Animations.html#clutter-actor-detach-animation" deprecated="" since="1.4"/>
    <keyword type="struct" name="ClutterAnimation" link="clutter-Implicit-Animations.html#ClutterAnimation-struct"/>
    <keyword type="struct" name="struct ClutterAnimationClass" link="clutter-Implicit-Animations.html#ClutterAnimationClass" deprecated="1.12: Use the implicit animation on #ClutterActor" since="1.0"/>
    <keyword type="property" name="The “alpha” property" link="clutter-Implicit-Animations.html#ClutterAnimation--alpha"/>
    <keyword type="property" name="The “duration” property" link="clutter-Implicit-Animations.html#ClutterAnimation--duration"/>
    <keyword type="property" name="The “loop” property" link="clutter-Implicit-Animations.html#ClutterAnimation--loop"/>
    <keyword type="property" name="The “mode” property" link="clutter-Implicit-Animations.html#ClutterAnimation--mode"/>
    <keyword type="property" name="The “object” property" link="clutter-Implicit-Animations.html#ClutterAnimation--object"/>
    <keyword type="property" name="The “timeline” property" link="clutter-Implicit-Animations.html#ClutterAnimation--timeline"/>
    <keyword type="signal" name="The “completed” signal" link="clutter-Implicit-Animations.html#ClutterAnimation-completed"/>
    <keyword type="signal" name="The “started” signal" link="clutter-Implicit-Animations.html#ClutterAnimation-started"/>
    <keyword type="function" name="clutter_animator_new ()" link="ClutterAnimator.html#clutter-animator-new" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_set ()" link="ClutterAnimator.html#clutter-animator-set" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_set_key ()" link="ClutterAnimator.html#clutter-animator-set-key" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_remove_key ()" link="ClutterAnimator.html#clutter-animator-remove-key" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_get_keys ()" link="ClutterAnimator.html#clutter-animator-get-keys" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_start ()" link="ClutterAnimator.html#clutter-animator-start" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_compute_value ()" link="ClutterAnimator.html#clutter-animator-compute-value" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_set_timeline ()" link="ClutterAnimator.html#clutter-animator-set-timeline" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_get_timeline ()" link="ClutterAnimator.html#clutter-animator-get-timeline" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_set_duration ()" link="ClutterAnimator.html#clutter-animator-set-duration" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_get_duration ()" link="ClutterAnimator.html#clutter-animator-get-duration" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_property_set_ease_in ()" link="ClutterAnimator.html#clutter-animator-property-set-ease-in" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_property_get_ease_in ()" link="ClutterAnimator.html#clutter-animator-property-get-ease-in" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_property_set_interpolation ()" link="ClutterAnimator.html#clutter-animator-property-set-interpolation" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_property_get_interpolation ()" link="ClutterAnimator.html#clutter-animator-property-get-interpolation" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_key_get_object ()" link="ClutterAnimator.html#clutter-animator-key-get-object" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_key_get_property_name ()" link="ClutterAnimator.html#clutter-animator-key-get-property-name" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_key_get_property_type ()" link="ClutterAnimator.html#clutter-animator-key-get-property-type" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_key_get_mode ()" link="ClutterAnimator.html#clutter-animator-key-get-mode" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_key_get_progress ()" link="ClutterAnimator.html#clutter-animator-key-get-progress" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="function" name="clutter_animator_key_get_value ()" link="ClutterAnimator.html#clutter-animator-key-get-value" deprecated="1.12: Use #ClutterKeyframeTransition instead" since="1.2"/>
    <keyword type="struct" name="ClutterAnimator" link="ClutterAnimator.html#ClutterAnimator-struct"/>
    <keyword type="struct" name="struct ClutterAnimatorClass" link="ClutterAnimator.html#ClutterAnimatorClass" deprecated="1.12" since="1.2"/>
    <keyword type="enum" name="enum ClutterInterpolation" link="ClutterAnimator.html#ClutterInterpolation" deprecated="1.22" since="1.2"/>
    <keyword type="struct" name="ClutterAnimatorKey" link="ClutterAnimator.html#ClutterAnimatorKey-struct"/>
    <keyword type="property" name="The “duration” property" link="ClutterAnimator.html#ClutterAnimator--duration"/>
    <keyword type="property" name="The “timeline” property" link="ClutterAnimator.html#ClutterAnimator--timeline"/>
    <keyword type="function" name="clutter_behaviour_apply ()" link="ClutterBehaviour.html#clutter-behaviour-apply" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_remove ()" link="ClutterBehaviour.html#clutter-behaviour-remove" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_remove_all ()" link="ClutterBehaviour.html#clutter-behaviour-remove-all" deprecated="1.6" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_is_applied ()" link="ClutterBehaviour.html#clutter-behaviour-is-applied" deprecated="1.6" since="0.4"/>
    <keyword type="function" name="ClutterBehaviourForeachFunc ()" link="ClutterBehaviour.html#ClutterBehaviourForeachFunc" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_actors_foreach ()" link="ClutterBehaviour.html#clutter-behaviour-actors-foreach" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_get_actors ()" link="ClutterBehaviour.html#clutter-behaviour-get-actors" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_get_n_actors ()" link="ClutterBehaviour.html#clutter-behaviour-get-n-actors" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_get_nth_actor ()" link="ClutterBehaviour.html#clutter-behaviour-get-nth-actor" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_get_alpha ()" link="ClutterBehaviour.html#clutter-behaviour-get-alpha" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_set_alpha ()" link="ClutterBehaviour.html#clutter-behaviour-set-alpha" deprecated="1.6" since="0.2"/>
    <keyword type="struct" name="ClutterBehaviour" link="ClutterBehaviour.html#ClutterBehaviour-struct"/>
    <keyword type="struct" name="struct ClutterBehaviourClass" link="ClutterBehaviour.html#ClutterBehaviourClass" deprecated="1.6" since="0.2"/>
    <keyword type="property" name="The “alpha” property" link="ClutterBehaviour.html#ClutterBehaviour--alpha"/>
    <keyword type="signal" name="The “applied” signal" link="ClutterBehaviour.html#ClutterBehaviour-applied"/>
    <keyword type="signal" name="The “removed” signal" link="ClutterBehaviour.html#ClutterBehaviour-removed"/>
    <keyword type="function" name="clutter_behaviour_depth_new ()" link="ClutterBehaviourDepth.html#clutter-behaviour-depth-new" deprecated="1.6" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_depth_set_bounds ()" link="ClutterBehaviourDepth.html#clutter-behaviour-depth-set-bounds" deprecated="1.6" since="0.6"/>
    <keyword type="function" name="clutter_behaviour_depth_get_bounds ()" link="ClutterBehaviourDepth.html#clutter-behaviour-depth-get-bounds" deprecated="1.6" since="0.6"/>
    <keyword type="struct" name="struct ClutterBehaviourDepth" link="ClutterBehaviourDepth.html#ClutterBehaviourDepth-struct"/>
    <keyword type="struct" name="struct ClutterBehaviourDepthClass" link="ClutterBehaviourDepth.html#ClutterBehaviourDepthClass" deprecated="1.6" since="0.2"/>
    <keyword type="property" name="The “depth-end” property" link="ClutterBehaviourDepth.html#ClutterBehaviourDepth--depth-end"/>
    <keyword type="property" name="The “depth-start” property" link="ClutterBehaviourDepth.html#ClutterBehaviourDepth--depth-start"/>
    <keyword type="function" name="clutter_behaviour_ellipse_new ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-new" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_set_center ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-set-center" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_get_center ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-get-center" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_set_angle_start ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-set-angle-start" deprecated="" since="0.6"/>
    <keyword type="function" name="clutter_behaviour_ellipse_get_angle_start ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-get-angle-start" deprecated="" since="0.6"/>
    <keyword type="function" name="clutter_behaviour_ellipse_set_angle_end ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-set-angle-end" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_get_angle_end ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-get-angle-end" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_set_angle_tilt ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-set-angle-tilt" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_get_angle_tilt ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-get-angle-tilt" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_set_height ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-set-height" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_get_height ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-get-height" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_set_width ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-set-width" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_get_width ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-get-width" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_set_tilt ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-set-tilt" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_get_tilt ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-get-tilt" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_set_direction ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-set-direction" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_ellipse_get_direction ()" link="ClutterBehaviourEllipse.html#clutter-behaviour-ellipse-get-direction" deprecated="" since="0.4"/>
    <keyword type="struct" name="struct ClutterBehaviourEllipse" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse-struct"/>
    <keyword type="struct" name="struct ClutterBehaviourEllipseClass" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipseClass" deprecated="1.6" since="0.4"/>
    <keyword type="property" name="The “angle-end” property" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse--angle-end"/>
    <keyword type="property" name="The “angle-start” property" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse--angle-start"/>
    <keyword type="property" name="The “angle-tilt-x” property" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse--angle-tilt-x"/>
    <keyword type="property" name="The “angle-tilt-y” property" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse--angle-tilt-y"/>
    <keyword type="property" name="The “angle-tilt-z” property" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse--angle-tilt-z"/>
    <keyword type="property" name="The “center” property" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse--center"/>
    <keyword type="property" name="The “direction” property" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse--direction"/>
    <keyword type="property" name="The “height” property" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse--height"/>
    <keyword type="property" name="The “width” property" link="ClutterBehaviourEllipse.html#ClutterBehaviourEllipse--width"/>
    <keyword type="function" name="clutter_behaviour_opacity_new ()" link="ClutterBehaviourOpacity.html#clutter-behaviour-opacity-new" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_opacity_set_bounds ()" link="ClutterBehaviourOpacity.html#clutter-behaviour-opacity-set-bounds" deprecated="1.6" since="0.6"/>
    <keyword type="function" name="clutter_behaviour_opacity_get_bounds ()" link="ClutterBehaviourOpacity.html#clutter-behaviour-opacity-get-bounds" deprecated="1.6" since="0.6"/>
    <keyword type="struct" name="struct ClutterBehaviourOpacity" link="ClutterBehaviourOpacity.html#ClutterBehaviourOpacity-struct"/>
    <keyword type="struct" name="struct ClutterBehaviourOpacityClass" link="ClutterBehaviourOpacity.html#ClutterBehaviourOpacityClass" deprecated="1.6" since="0.2"/>
    <keyword type="property" name="The “opacity-end” property" link="ClutterBehaviourOpacity.html#ClutterBehaviourOpacity--opacity-end"/>
    <keyword type="property" name="The “opacity-start” property" link="ClutterBehaviourOpacity.html#ClutterBehaviourOpacity--opacity-start"/>
    <keyword type="function" name="clutter_behaviour_path_new ()" link="ClutterBehaviourPath.html#clutter-behaviour-path-new" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_path_new_with_description ()" link="ClutterBehaviourPath.html#clutter-behaviour-path-new-with-description" deprecated="1.6" since="1.0"/>
    <keyword type="function" name="clutter_behaviour_path_new_with_knots ()" link="ClutterBehaviourPath.html#clutter-behaviour-path-new-with-knots" deprecated="1.6" since="1.0"/>
    <keyword type="function" name="clutter_behaviour_path_set_path ()" link="ClutterBehaviourPath.html#clutter-behaviour-path-set-path" deprecated="1.6" since="1.0"/>
    <keyword type="function" name="clutter_behaviour_path_get_path ()" link="ClutterBehaviourPath.html#clutter-behaviour-path-get-path" deprecated="1.6" since="1.0"/>
    <keyword type="struct" name="struct ClutterBehaviourPath" link="ClutterBehaviourPath.html#ClutterBehaviourPath-struct"/>
    <keyword type="struct" name="struct ClutterBehaviourPathClass" link="ClutterBehaviourPath.html#ClutterBehaviourPathClass" deprecated="1.6" since="0.2"/>
    <keyword type="property" name="The “path” property" link="ClutterBehaviourPath.html#ClutterBehaviourPath--path"/>
    <keyword type="signal" name="The “knot-reached” signal" link="ClutterBehaviourPath.html#ClutterBehaviourPath-knot-reached"/>
    <keyword type="function" name="clutter_behaviour_rotate_new ()" link="ClutterBehaviourRotate.html#clutter-behaviour-rotate-new" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_rotate_set_axis ()" link="ClutterBehaviourRotate.html#clutter-behaviour-rotate-set-axis" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_rotate_get_axis ()" link="ClutterBehaviourRotate.html#clutter-behaviour-rotate-get-axis" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_rotate_set_direction ()" link="ClutterBehaviourRotate.html#clutter-behaviour-rotate-set-direction" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_rotate_get_direction ()" link="ClutterBehaviourRotate.html#clutter-behaviour-rotate-get-direction" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_rotate_set_bounds ()" link="ClutterBehaviourRotate.html#clutter-behaviour-rotate-set-bounds" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_rotate_get_bounds ()" link="ClutterBehaviourRotate.html#clutter-behaviour-rotate-get-bounds" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_rotate_set_center ()" link="ClutterBehaviourRotate.html#clutter-behaviour-rotate-set-center" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_behaviour_rotate_get_center ()" link="ClutterBehaviourRotate.html#clutter-behaviour-rotate-get-center" deprecated="" since="0.4"/>
    <keyword type="enum" name="enum ClutterRotateAxis" link="ClutterBehaviourRotate.html#ClutterRotateAxis" since="0.4"/>
    <keyword type="enum" name="enum ClutterRotateDirection" link="ClutterBehaviourRotate.html#ClutterRotateDirection" deprecated="1.22" since="0.4"/>
    <keyword type="struct" name="struct ClutterBehaviourRotate" link="ClutterBehaviourRotate.html#ClutterBehaviourRotate-struct"/>
    <keyword type="struct" name="struct ClutterBehaviourRotateClass" link="ClutterBehaviourRotate.html#ClutterBehaviourRotateClass" deprecated="1.6" since="0.4"/>
    <keyword type="property" name="The “angle-end” property" link="ClutterBehaviourRotate.html#ClutterBehaviourRotate--angle-end"/>
    <keyword type="property" name="The “angle-start” property" link="ClutterBehaviourRotate.html#ClutterBehaviourRotate--angle-start"/>
    <keyword type="property" name="The “axis” property" link="ClutterBehaviourRotate.html#ClutterBehaviourRotate--axis"/>
    <keyword type="property" name="The “center-x” property" link="ClutterBehaviourRotate.html#ClutterBehaviourRotate--center-x"/>
    <keyword type="property" name="The “center-y” property" link="ClutterBehaviourRotate.html#ClutterBehaviourRotate--center-y"/>
    <keyword type="property" name="The “center-z” property" link="ClutterBehaviourRotate.html#ClutterBehaviourRotate--center-z"/>
    <keyword type="property" name="The “direction” property" link="ClutterBehaviourRotate.html#ClutterBehaviourRotate--direction"/>
    <keyword type="function" name="clutter_behaviour_scale_new ()" link="ClutterBehaviourScale.html#clutter-behaviour-scale-new" deprecated="1.6" since="0.2"/>
    <keyword type="function" name="clutter_behaviour_scale_set_bounds ()" link="ClutterBehaviourScale.html#clutter-behaviour-scale-set-bounds" deprecated="1.6" since="0.6"/>
    <keyword type="function" name="clutter_behaviour_scale_get_bounds ()" link="ClutterBehaviourScale.html#clutter-behaviour-scale-get-bounds" deprecated="1.6" since="0.4"/>
    <keyword type="enum" name="enum ClutterGravity" link="ClutterBehaviourScale.html#ClutterGravity" deprecated="1.22: Use the normalized #ClutterActor pivot point instead" since="0.2"/>
    <keyword type="struct" name="struct ClutterBehaviourScale" link="ClutterBehaviourScale.html#ClutterBehaviourScale-struct"/>
    <keyword type="struct" name="struct ClutterBehaviourScaleClass" link="ClutterBehaviourScale.html#ClutterBehaviourScaleClass" deprecated="1.6" since="0.2"/>
    <keyword type="property" name="The “x-scale-end” property" link="ClutterBehaviourScale.html#ClutterBehaviourScale--x-scale-end"/>
    <keyword type="property" name="The “x-scale-start” property" link="ClutterBehaviourScale.html#ClutterBehaviourScale--x-scale-start"/>
    <keyword type="property" name="The “y-scale-end” property" link="ClutterBehaviourScale.html#ClutterBehaviourScale--y-scale-end"/>
    <keyword type="property" name="The “y-scale-start” property" link="ClutterBehaviourScale.html#ClutterBehaviourScale--y-scale-start"/>
    <keyword type="function" name="clutter_box_new ()" link="ClutterBox.html#clutter-box-new" deprecated="1.10: Use clutter_actor_new() instead." since="1.2"/>
    <keyword type="function" name="clutter_box_set_layout_manager ()" link="ClutterBox.html#clutter-box-set-layout-manager" deprecated="1.10: Use clutter_actor_set_layout_manager() instead." since="1.2"/>
    <keyword type="function" name="clutter_box_get_layout_manager ()" link="ClutterBox.html#clutter-box-get-layout-manager" deprecated="1.10: Use clutter_actor_get_layout_manager() instead." since="1.2"/>
    <keyword type="function" name="clutter_box_set_color ()" link="ClutterBox.html#clutter-box-set-color" deprecated="1.10: Use clutter_actor_set_background_color() instead." since="1.2"/>
    <keyword type="function" name="clutter_box_get_color ()" link="ClutterBox.html#clutter-box-get-color" deprecated="1.10: Use clutter_actor_get_background_color() instead." since="1.2"/>
    <keyword type="function" name="clutter_box_pack ()" link="ClutterBox.html#clutter-box-pack" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_packv ()" link="ClutterBox.html#clutter-box-packv" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_pack_after ()" link="ClutterBox.html#clutter-box-pack-after" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_pack_before ()" link="ClutterBox.html#clutter-box-pack-before" deprecated="" since="1.2"/>
    <keyword type="function" name="clutter_box_pack_at ()" link="ClutterBox.html#clutter-box-pack-at" deprecated="" since="1.2"/>
    <keyword type="struct" name="struct ClutterBox" link="ClutterBox.html#ClutterBox-struct"/>
    <keyword type="struct" name="struct ClutterBoxClass" link="ClutterBox.html#ClutterBoxClass" since="1.2"/>
    <keyword type="property" name="The “color” property" link="ClutterBox.html#ClutterBox--color"/>
    <keyword type="property" name="The “color-set” property" link="ClutterBox.html#ClutterBox--color-set"/>
    <keyword type="function" name="clutter_cairo_texture_new ()" link="ClutterCairoTexture.html#clutter-cairo-texture-new" deprecated="1.12: Use #ClutterCanvas instead" since="1.0"/>
    <keyword type="function" name="clutter_cairo_texture_set_surface_size ()" link="ClutterCairoTexture.html#clutter-cairo-texture-set-surface-size" deprecated="1.12: Use #ClutterCanvas instead" since="1.0"/>
    <keyword type="function" name="clutter_cairo_texture_get_surface_size ()" link="ClutterCairoTexture.html#clutter-cairo-texture-get-surface-size" deprecated="1.12: Use #ClutterCanvas instead" since="1.0"/>
    <keyword type="function" name="clutter_cairo_texture_set_auto_resize ()" link="ClutterCairoTexture.html#clutter-cairo-texture-set-auto-resize" deprecated="1.12: Use #ClutterCanvas instead" since="1.8"/>
    <keyword type="function" name="clutter_cairo_texture_get_auto_resize ()" link="ClutterCairoTexture.html#clutter-cairo-texture-get-auto-resize" deprecated="1.12: Use #ClutterCanvas instead" since="1.8"/>
    <keyword type="function" name="clutter_cairo_texture_create ()" link="ClutterCairoTexture.html#clutter-cairo-texture-create" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_cairo_texture_create_region ()" link="ClutterCairoTexture.html#clutter-cairo-texture-create-region" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_cairo_texture_invalidate_rectangle ()" link="ClutterCairoTexture.html#clutter-cairo-texture-invalidate-rectangle" deprecated="1.12: Use #ClutterCanvas instead" since="1.8"/>
    <keyword type="function" name="clutter_cairo_texture_invalidate ()" link="ClutterCairoTexture.html#clutter-cairo-texture-invalidate" deprecated="1.12: Use #ClutterCanvas instead" since="1.8"/>
    <keyword type="function" name="clutter_cairo_texture_clear ()" link="ClutterCairoTexture.html#clutter-cairo-texture-clear" deprecated="1.12: Use #ClutterCanvas instead" since="1.0"/>
    <keyword type="struct" name="struct ClutterCairoTexture" link="ClutterCairoTexture.html#ClutterCairoTexture-struct"/>
    <keyword type="struct" name="struct ClutterCairoTextureClass" link="ClutterCairoTexture.html#ClutterCairoTextureClass" deprecated="1.12: Use #ClutterCanvas instead" since="1.0"/>
    <keyword type="property" name="The “auto-resize” property" link="ClutterCairoTexture.html#ClutterCairoTexture--auto-resize"/>
    <keyword type="property" name="The “surface-height” property" link="ClutterCairoTexture.html#ClutterCairoTexture--surface-height"/>
    <keyword type="property" name="The “surface-width” property" link="ClutterCairoTexture.html#ClutterCairoTexture--surface-width"/>
    <keyword type="signal" name="The “create-surface” signal" link="ClutterCairoTexture.html#ClutterCairoTexture-create-surface"/>
    <keyword type="signal" name="The “draw” signal" link="ClutterCairoTexture.html#ClutterCairoTexture-draw"/>
    <keyword type="function" name="clutter_group_new ()" link="ClutterGroup.html#clutter-group-new" deprecated="1.10: Use clutter_actor_new() instead."/>
    <keyword type="function" name="clutter_group_remove_all ()" link="ClutterGroup.html#clutter-group-remove-all" deprecated="1.10: Use clutter_actor_remove_all_children() instead."/>
    <keyword type="function" name="clutter_group_get_n_children ()" link="ClutterGroup.html#clutter-group-get-n-children" deprecated="1.10: Use clutter_actor_get_n_children() instead." since="0.2"/>
    <keyword type="function" name="clutter_group_get_nth_child ()" link="ClutterGroup.html#clutter-group-get-nth-child" deprecated="1.10: Use clutter_actor_get_child_at_index() instead." since="0.2"/>
    <keyword type="struct" name="struct ClutterGroup" link="ClutterGroup.html#ClutterGroup-struct"/>
    <keyword type="struct" name="struct ClutterGroupClass" link="ClutterGroup.html#ClutterGroupClass" since="0.2"/>
    <keyword type="function" name="clutter_rectangle_new ()" link="ClutterRectangle.html#clutter-rectangle-new" deprecated="1.10: Use clutter_actor_new() instead"/>
    <keyword type="function" name="clutter_rectangle_new_with_color ()" link="ClutterRectangle.html#clutter-rectangle-new-with-color" deprecated=""/>
    <keyword type="function" name="clutter_rectangle_get_color ()" link="ClutterRectangle.html#clutter-rectangle-get-color" deprecated=""/>
    <keyword type="function" name="clutter_rectangle_set_color ()" link="ClutterRectangle.html#clutter-rectangle-set-color" deprecated=""/>
    <keyword type="function" name="clutter_rectangle_get_border_color ()" link="ClutterRectangle.html#clutter-rectangle-get-border-color" deprecated="" since="0.2"/>
    <keyword type="function" name="clutter_rectangle_set_border_color ()" link="ClutterRectangle.html#clutter-rectangle-set-border-color" deprecated=""/>
    <keyword type="function" name="clutter_rectangle_get_border_width ()" link="ClutterRectangle.html#clutter-rectangle-get-border-width" deprecated="" since="0.2"/>
    <keyword type="function" name="clutter_rectangle_set_border_width ()" link="ClutterRectangle.html#clutter-rectangle-set-border-width" deprecated="" since="0.2"/>
    <keyword type="struct" name="struct ClutterRectangle" link="ClutterRectangle.html#ClutterRectangle-struct"/>
    <keyword type="struct" name="struct ClutterRectangleClass" link="ClutterRectangle.html#ClutterRectangleClass" since="0.2"/>
    <keyword type="property" name="The “border-color” property" link="ClutterRectangle.html#ClutterRectangle--border-color"/>
    <keyword type="property" name="The “border-width” property" link="ClutterRectangle.html#ClutterRectangle--border-width"/>
    <keyword type="property" name="The “color” property" link="ClutterRectangle.html#ClutterRectangle--color"/>
    <keyword type="property" name="The “has-border” property" link="ClutterRectangle.html#ClutterRectangle--has-border"/>
    <keyword type="function" name="clutter_score_new ()" link="ClutterScore.html#clutter-score-new" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_set_loop ()" link="ClutterScore.html#clutter-score-set-loop" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_get_loop ()" link="ClutterScore.html#clutter-score-get-loop" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_append ()" link="ClutterScore.html#clutter-score-append" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_append_at_marker ()" link="ClutterScore.html#clutter-score-append-at-marker" deprecated="1.8" since="0.8"/>
    <keyword type="function" name="clutter_score_remove ()" link="ClutterScore.html#clutter-score-remove" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_remove_all ()" link="ClutterScore.html#clutter-score-remove-all" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_get_timeline ()" link="ClutterScore.html#clutter-score-get-timeline" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_list_timelines ()" link="ClutterScore.html#clutter-score-list-timelines" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_start ()" link="ClutterScore.html#clutter-score-start" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_pause ()" link="ClutterScore.html#clutter-score-pause" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_stop ()" link="ClutterScore.html#clutter-score-stop" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_is_playing ()" link="ClutterScore.html#clutter-score-is-playing" deprecated="1.8" since="0.6"/>
    <keyword type="function" name="clutter_score_rewind ()" link="ClutterScore.html#clutter-score-rewind" deprecated="1.8" since="0.6"/>
    <keyword type="struct" name="struct ClutterScore" link="ClutterScore.html#ClutterScore-struct"/>
    <keyword type="struct" name="struct ClutterScoreClass" link="ClutterScore.html#ClutterScoreClass" since="0.6"/>
    <keyword type="property" name="The “loop” property" link="ClutterScore.html#ClutterScore--loop"/>
    <keyword type="signal" name="The “completed” signal" link="ClutterScore.html#ClutterScore-completed"/>
    <keyword type="signal" name="The “paused” signal" link="ClutterScore.html#ClutterScore-paused"/>
    <keyword type="signal" name="The “started” signal" link="ClutterScore.html#ClutterScore-started"/>
    <keyword type="signal" name="The “timeline-completed” signal" link="ClutterScore.html#ClutterScore-timeline-completed"/>
    <keyword type="signal" name="The “timeline-started” signal" link="ClutterScore.html#ClutterScore-timeline-started"/>
    <keyword type="function" name="clutter_shader_new ()" link="clutter-Shaders.html#clutter-shader-new" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.6"/>
    <keyword type="function" name="clutter_shader_set_vertex_source ()" link="clutter-Shaders.html#clutter-shader-set-vertex-source" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.6"/>
    <keyword type="function" name="clutter_shader_get_vertex_source ()" link="clutter-Shaders.html#clutter-shader-get-vertex-source" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.6"/>
    <keyword type="function" name="clutter_shader_set_fragment_source ()" link="clutter-Shaders.html#clutter-shader-set-fragment-source" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.6"/>
    <keyword type="function" name="clutter_shader_get_fragment_source ()" link="clutter-Shaders.html#clutter-shader-get-fragment-source" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.6"/>
    <keyword type="function" name="clutter_shader_compile ()" link="clutter-Shaders.html#clutter-shader-compile" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.8"/>
    <keyword type="function" name="clutter_shader_release ()" link="clutter-Shaders.html#clutter-shader-release" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.6"/>
    <keyword type="function" name="clutter_shader_is_compiled ()" link="clutter-Shaders.html#clutter-shader-is-compiled" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.8"/>
    <keyword type="function" name="clutter_shader_set_is_enabled ()" link="clutter-Shaders.html#clutter-shader-set-is-enabled" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.6"/>
    <keyword type="function" name="clutter_shader_get_is_enabled ()" link="clutter-Shaders.html#clutter-shader-get-is-enabled" deprecated="1.8: Use #ClutterShaderEffect instead." since="0.6"/>
    <keyword type="function" name="clutter_shader_set_uniform ()" link="clutter-Shaders.html#clutter-shader-set-uniform" deprecated="1.8: Use #ClutterShaderEffect instead." since="1.0"/>
    <keyword type="function" name="clutter_shader_get_cogl_program ()" link="clutter-Shaders.html#clutter-shader-get-cogl-program" deprecated="1.8: Use #ClutterShaderEffect instead." since="1.0"/>
    <keyword type="function" name="clutter_shader_get_cogl_fragment_shader ()" link="clutter-Shaders.html#clutter-shader-get-cogl-fragment-shader" deprecated="1.8: Use #ClutterShaderEffect instead." since="1.0"/>
    <keyword type="function" name="clutter_shader_get_cogl_vertex_shader ()" link="clutter-Shaders.html#clutter-shader-get-cogl-vertex-shader" deprecated="1.8: Use #ClutterShaderEffect instead." since="1.0"/>
    <keyword type="macro" name="CLUTTER_VALUE_HOLDS_SHADER_FLOAT()" link="clutter-Shaders.html#CLUTTER-VALUE-HOLDS-SHADER-FLOAT:CAPS" since="1.0"/>
    <keyword type="function" name="clutter_value_set_shader_float ()" link="clutter-Shaders.html#clutter-value-set-shader-float" since="0.8"/>
    <keyword type="function" name="clutter_value_get_shader_float ()" link="clutter-Shaders.html#clutter-value-get-shader-float" since="0.8"/>
    <keyword type="macro" name="CLUTTER_VALUE_HOLDS_SHADER_INT()" link="clutter-Shaders.html#CLUTTER-VALUE-HOLDS-SHADER-INT:CAPS" since="1.0"/>
    <keyword type="function" name="clutter_value_set_shader_int ()" link="clutter-Shaders.html#clutter-value-set-shader-int" since="0.8"/>
    <keyword type="function" name="clutter_value_get_shader_int ()" link="clutter-Shaders.html#clutter-value-get-shader-int" since="0.8"/>
    <keyword type="macro" name="CLUTTER_VALUE_HOLDS_SHADER_MATRIX()" link="clutter-Shaders.html#CLUTTER-VALUE-HOLDS-SHADER-MATRIX:CAPS" since="1.0"/>
    <keyword type="function" name="clutter_value_set_shader_matrix ()" link="clutter-Shaders.html#clutter-value-set-shader-matrix" since="0.8"/>
    <keyword type="function" name="clutter_value_get_shader_matrix ()" link="clutter-Shaders.html#clutter-value-get-shader-matrix" since="0.8"/>
    <keyword type="enum" name="enum ClutterShaderError" link="clutter-Shaders.html#ClutterShaderError" deprecated="1.8" since="0.6"/>
    <keyword type="struct" name="ClutterShader" link="clutter-Shaders.html#ClutterShader-struct"/>
    <keyword type="struct" name="struct ClutterShaderClass" link="clutter-Shaders.html#ClutterShaderClass" deprecated="1.8: Use #ClutterShaderEffectClass instead" since="0.6"/>
    <keyword type="property" name="The “compiled” property" link="clutter-Shaders.html#ClutterShader--compiled"/>
    <keyword type="property" name="The “enabled” property" link="clutter-Shaders.html#ClutterShader--enabled"/>
    <keyword type="property" name="The “fragment-source” property" link="clutter-Shaders.html#ClutterShader--fragment-source"/>
    <keyword type="property" name="The “vertex-source” property" link="clutter-Shaders.html#ClutterShader--vertex-source"/>
    <keyword type="function" name="clutter_state_new ()" link="ClutterState.html#clutter-state-new" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_set_state ()" link="ClutterState.html#clutter-state-set-state" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_get_state ()" link="ClutterState.html#clutter-state-get-state" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_warp_to_state ()" link="ClutterState.html#clutter-state-warp-to-state" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_set ()" link="ClutterState.html#clutter-state-set" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_set_key ()" link="ClutterState.html#clutter-state-set-key" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_set_duration ()" link="ClutterState.html#clutter-state-set-duration" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_get_duration ()" link="ClutterState.html#clutter-state-get-duration" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_get_states ()" link="ClutterState.html#clutter-state-get-states" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_get_keys ()" link="ClutterState.html#clutter-state-get-keys" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_remove_key ()" link="ClutterState.html#clutter-state-remove-key" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_get_timeline ()" link="ClutterState.html#clutter-state-get-timeline" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_set_animator ()" link="ClutterState.html#clutter-state-set-animator" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_get_animator ()" link="ClutterState.html#clutter-state-get-animator" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_key_get_source_state_name ()" link="ClutterState.html#clutter-state-key-get-source-state-name" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_key_get_target_state_name ()" link="ClutterState.html#clutter-state-key-get-target-state-name" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_key_get_object ()" link="ClutterState.html#clutter-state-key-get-object" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_key_get_property_name ()" link="ClutterState.html#clutter-state-key-get-property-name" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_key_get_mode ()" link="ClutterState.html#clutter-state-key-get-mode" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_key_get_value ()" link="ClutterState.html#clutter-state-key-get-value" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_key_get_property_type ()" link="ClutterState.html#clutter-state-key-get-property-type" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_key_get_pre_delay ()" link="ClutterState.html#clutter-state-key-get-pre-delay" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_state_key_get_post_delay ()" link="ClutterState.html#clutter-state-key-get-post-delay" deprecated="" since="1.4"/>
    <keyword type="struct" name="ClutterState" link="ClutterState.html#ClutterState-struct"/>
    <keyword type="struct" name="struct ClutterStateClass" link="ClutterState.html#ClutterStateClass" deprecated="1.12" since="1.4"/>
    <keyword type="struct" name="ClutterStateKey" link="ClutterState.html#ClutterStateKey-struct"/>
    <keyword type="property" name="The “duration” property" link="ClutterState.html#ClutterState--duration"/>
    <keyword type="property" name="The “state” property" link="ClutterState.html#ClutterState--state"/>
    <keyword type="signal" name="The “completed” signal" link="ClutterState.html#ClutterState-completed"/>
    <keyword type="function" name="clutter_table_layout_new ()" link="ClutterTableLayout.html#clutter-table-layout-new" deprecated="1.18: Use #ClutterGridLayout instead" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_set_row_spacing ()" link="ClutterTableLayout.html#clutter-table-layout-set-row-spacing" deprecated="1.18: Use #ClutterGridLayout:row-spacing instead" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_row_spacing ()" link="ClutterTableLayout.html#clutter-table-layout-get-row-spacing" deprecated="1.18: Use #ClutterGridLayout:row-spacing instead" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_set_column_spacing ()" link="ClutterTableLayout.html#clutter-table-layout-set-column-spacing" deprecated="1.18: Use #ClutterGridLayout:column-spacing instead" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_column_spacing ()" link="ClutterTableLayout.html#clutter-table-layout-get-column-spacing" deprecated="1.18: Use #ClutterGridLayout:column-spacing" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_row_count ()" link="ClutterTableLayout.html#clutter-table-layout-get-row-count" deprecated="1.18: No direct replacement is available" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_column_count ()" link="ClutterTableLayout.html#clutter-table-layout-get-column-count" deprecated="1.18: No direct replacement is available" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_pack ()" link="ClutterTableLayout.html#clutter-table-layout-pack" deprecated="1.18: Use clutter_grid_layout_attach_child() instead" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_set_alignment ()" link="ClutterTableLayout.html#clutter-table-layout-set-alignment" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_alignment ()" link="ClutterTableLayout.html#clutter-table-layout-get-alignment" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_set_expand ()" link="ClutterTableLayout.html#clutter-table-layout-set-expand" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_expand ()" link="ClutterTableLayout.html#clutter-table-layout-get-expand" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_set_fill ()" link="ClutterTableLayout.html#clutter-table-layout-set-fill" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_fill ()" link="ClutterTableLayout.html#clutter-table-layout-get-fill" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_span ()" link="ClutterTableLayout.html#clutter-table-layout-get-span" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_set_span ()" link="ClutterTableLayout.html#clutter-table-layout-set-span" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_set_use_animations ()" link="ClutterTableLayout.html#clutter-table-layout-set-use-animations" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_use_animations ()" link="ClutterTableLayout.html#clutter-table-layout-get-use-animations" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_set_easing_duration ()" link="ClutterTableLayout.html#clutter-table-layout-set-easing-duration" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_easing_duration ()" link="ClutterTableLayout.html#clutter-table-layout-get-easing-duration" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_set_easing_mode ()" link="ClutterTableLayout.html#clutter-table-layout-set-easing-mode" deprecated="" since="1.4"/>
    <keyword type="function" name="clutter_table_layout_get_easing_mode ()" link="ClutterTableLayout.html#clutter-table-layout-get-easing-mode" deprecated="" since="1.4"/>
    <keyword type="enum" name="enum ClutterTableAlignment" link="ClutterTableLayout.html#ClutterTableAlignment" deprecated="1.22: Use the alignment properties of #ClutterActor" since="1.4"/>
    <keyword type="struct" name="struct ClutterTableLayout" link="ClutterTableLayout.html#ClutterTableLayout-struct"/>
    <keyword type="struct" name="struct ClutterTableLayoutClass" link="ClutterTableLayout.html#ClutterTableLayoutClass" deprecated="1.18: Use #ClutterGridLayout instead" since="1.4"/>
    <keyword type="property" name="The “column-spacing” property" link="ClutterTableLayout.html#ClutterTableLayout--column-spacing"/>
    <keyword type="property" name="The “easing-duration” property" link="ClutterTableLayout.html#ClutterTableLayout--easing-duration"/>
    <keyword type="property" name="The “easing-mode” property" link="ClutterTableLayout.html#ClutterTableLayout--easing-mode"/>
    <keyword type="property" name="The “row-spacing” property" link="ClutterTableLayout.html#ClutterTableLayout--row-spacing"/>
    <keyword type="property" name="The “use-animations” property" link="ClutterTableLayout.html#ClutterTableLayout--use-animations"/>
    <keyword type="function" name="clutter_texture_new ()" link="ClutterTexture.html#clutter-texture-new" deprecated="1.12: Use #ClutterImage instead"/>
    <keyword type="function" name="clutter_texture_new_from_file ()" link="ClutterTexture.html#clutter-texture-new-from-file" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_texture_new_from_actor ()" link="ClutterTexture.html#clutter-texture-new-from-actor" deprecated="" since="0.6"/>
    <keyword type="macro" name="CLUTTER_TEXTURE_ERROR" link="ClutterTexture.html#CLUTTER-TEXTURE-ERROR:CAPS" since="0.4"/>
    <keyword type="function" name="clutter_texture_set_from_file ()" link="ClutterTexture.html#clutter-texture-set-from-file" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_texture_set_from_rgb_data ()" link="ClutterTexture.html#clutter-texture-set-from-rgb-data" deprecated="1.12: Use #ClutterImage and clutter_image_set_data() instead" since="0.4"/>
    <keyword type="function" name="clutter_texture_set_from_yuv_data ()" link="ClutterTexture.html#clutter-texture-set-from-yuv-data" deprecated="" since="0.4"/>
    <keyword type="function" name="clutter_texture_set_area_from_rgb_data ()" link="ClutterTexture.html#clutter-texture-set-area-from-rgb-data" deprecated="1.12: Use #ClutterImage and clutter_image_set_area() instead" since="0.6"/>
    <keyword type="function" name="clutter_texture_get_base_size ()" link="ClutterTexture.html#clutter-texture-get-base-size" deprecated=""/>
    <keyword type="function" name="clutter_texture_get_pixel_format ()" link="ClutterTexture.html#clutter-texture-get-pixel-format" deprecated="1.12: There is no direct replacement for this function" since="1.0"/>
    <keyword type="function" name="clutter_texture_get_max_tile_waste ()" link="ClutterTexture.html#clutter-texture-get-max-tile-waste" deprecated="1.12: No replacement is available" since="0.8"/>
    <keyword type="function" name="clutter_texture_get_filter_quality ()" link="ClutterTexture.html#clutter-texture-get-filter-quality" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_texture_set_filter_quality ()" link="ClutterTexture.html#clutter-texture-set-filter-quality" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_texture_get_cogl_texture ()" link="ClutterTexture.html#clutter-texture-get-cogl-texture" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_texture_set_cogl_texture ()" link="ClutterTexture.html#clutter-texture-set-cogl-texture" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_texture_get_cogl_material ()" link="ClutterTexture.html#clutter-texture-get-cogl-material" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_texture_set_cogl_material ()" link="ClutterTexture.html#clutter-texture-set-cogl-material" deprecated="" since="0.8"/>
    <keyword type="function" name="clutter_texture_get_sync_size ()" link="ClutterTexture.html#clutter-texture-get-sync-size" deprecated="1.12: There is no direct replacement" since="1.0"/>
    <keyword type="function" name="clutter_texture_set_sync_size ()" link="ClutterTexture.html#clutter-texture-set-sync-size" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_texture_get_repeat ()" link="ClutterTexture.html#clutter-texture-get-repeat" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_texture_set_repeat ()" link="ClutterTexture.html#clutter-texture-set-repeat" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_texture_get_keep_aspect_ratio ()" link="ClutterTexture.html#clutter-texture-get-keep-aspect-ratio" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_texture_set_keep_aspect_ratio ()" link="ClutterTexture.html#clutter-texture-set-keep-aspect-ratio" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_texture_get_load_async ()" link="ClutterTexture.html#clutter-texture-get-load-async" deprecated="1.12: There is no direct replacement for this function" since="1.0"/>
    <keyword type="function" name="clutter_texture_set_load_async ()" link="ClutterTexture.html#clutter-texture-set-load-async" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_texture_get_load_data_async ()" link="ClutterTexture.html#clutter-texture-get-load-data-async" deprecated="1.12: There is no direct replacement for this function" since="1.0"/>
    <keyword type="function" name="clutter_texture_set_load_data_async ()" link="ClutterTexture.html#clutter-texture-set-load-data-async" deprecated="" since="1.0"/>
    <keyword type="function" name="clutter_texture_get_pick_with_alpha ()" link="ClutterTexture.html#clutter-texture-get-pick-with-alpha" deprecated="1.12: There is no direct replacement for this function" since="1.4"/>
    <keyword type="function" name="clutter_texture_set_pick_with_alpha ()" link="ClutterTexture.html#clutter-texture-set-pick-with-alpha" deprecated="1.12: There is no direct replacement for this function" since="1.4"/>
    <keyword type="struct" name="struct ClutterTexture" link="ClutterTexture.html#ClutterTexture-struct"/>
    <keyword type="struct" name="struct ClutterTextureClass" link="ClutterTexture.html#ClutterTextureClass" since="0.2"/>
    <keyword type="enum" name="enum ClutterTextureFlags" link="ClutterTexture.html#ClutterTextureFlags" deprecated="" since="0.4"/>
    <keyword type="enum" name="enum ClutterTextureQuality" link="ClutterTexture.html#ClutterTextureQuality" deprecated="" since="0.8"/>
    <keyword type="enum" name="enum ClutterTextureError" link="ClutterTexture.html#ClutterTextureError" since="0.4"/>
    <keyword type="property" name="The “cogl-material” property" link="ClutterTexture.html#ClutterTexture--cogl-material"/>
    <keyword type="property" name="The “cogl-texture” property" link="ClutterTexture.html#ClutterTexture--cogl-texture"/>
    <keyword type="property" name="The “disable-slicing” property" link="ClutterTexture.html#ClutterTexture--disable-slicing"/>
    <keyword type="property" name="The “filename” property" link="ClutterTexture.html#ClutterTexture--filename"/>
    <keyword type="property" name="The “filter-quality” property" link="ClutterTexture.html#ClutterTexture--filter-quality"/>
    <keyword type="property" name="The “keep-aspect-ratio” property" link="ClutterTexture.html#ClutterTexture--keep-aspect-ratio"/>
    <keyword type="property" name="The “load-async” property" link="ClutterTexture.html#ClutterTexture--load-async"/>
    <keyword type="property" name="The “load-data-async” property" link="ClutterTexture.html#ClutterTexture--load-data-async"/>
    <keyword type="property" name="The “pick-with-alpha” property" link="ClutterTexture.html#ClutterTexture--pick-with-alpha"/>
    <keyword type="property" name="The “pixel-format” property" link="ClutterTexture.html#ClutterTexture--pixel-format"/>
    <keyword type="property" name="The “repeat-x” property" link="ClutterTexture.html#ClutterTexture--repeat-x"/>
    <keyword type="property" name="The “repeat-y” property" link="ClutterTexture.html#ClutterTexture--repeat-y"/>
    <keyword type="property" name="The “sync-size” property" link="ClutterTexture.html#ClutterTexture--sync-size"/>
    <keyword type="property" name="The “tile-waste” property" link="ClutterTexture.html#ClutterTexture--tile-waste"/>
    <keyword type="signal" name="The “load-finished” signal" link="ClutterTexture.html#ClutterTexture-load-finished"/>
    <keyword type="signal" name="The “pixbuf-change” signal" link="ClutterTexture.html#ClutterTexture-pixbuf-change"/>
    <keyword type="signal" name="The “size-change” signal" link="ClutterTexture.html#ClutterTexture-size-change"/>
    <keyword type="constant" name="CLUTTER_ACTOR_MAPPED" link="ClutterActor.html#CLUTTER-ACTOR-MAPPED:CAPS"/>
    <keyword type="constant" name="CLUTTER_ACTOR_REALIZED" link="ClutterActor.html#CLUTTER-ACTOR-REALIZED:CAPS"/>
    <keyword type="constant" name="CLUTTER_ACTOR_REACTIVE" link="ClutterActor.html#CLUTTER-ACTOR-REACTIVE:CAPS"/>
    <keyword type="constant" name="CLUTTER_ACTOR_VISIBLE" link="ClutterActor.html#CLUTTER-ACTOR-VISIBLE:CAPS"/>
    <keyword type="constant" name="CLUTTER_ACTOR_NO_LAYOUT" link="ClutterActor.html#CLUTTER-ACTOR-NO-LAYOUT:CAPS"/>
    <keyword type="constant" name="CLUTTER_REQUEST_HEIGHT_FOR_WIDTH" link="ClutterActor.html#CLUTTER-REQUEST-HEIGHT-FOR-WIDTH:CAPS"/>
    <keyword type="constant" name="CLUTTER_REQUEST_WIDTH_FOR_HEIGHT" link="ClutterActor.html#CLUTTER-REQUEST-WIDTH-FOR-HEIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_REQUEST_CONTENT_SIZE" link="ClutterActor.html#CLUTTER-REQUEST-CONTENT-SIZE:CAPS"/>
    <keyword type="constant" name="CLUTTER_ALLOCATION_NONE" link="ClutterActor.html#CLUTTER-ALLOCATION-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_ABSOLUTE_ORIGIN_CHANGED" link="ClutterActor.html#CLUTTER-ABSOLUTE-ORIGIN-CHANGED:CAPS"/>
    <keyword type="constant" name="CLUTTER_DELEGATE_LAYOUT" link="ClutterActor.html#CLUTTER-DELEGATE-LAYOUT:CAPS"/>
    <keyword type="constant" name="CLUTTER_ACTOR_ALIGN_FILL" link="ClutterActor.html#CLUTTER-ACTOR-ALIGN-FILL:CAPS"/>
    <keyword type="constant" name="CLUTTER_ACTOR_ALIGN_START" link="ClutterActor.html#CLUTTER-ACTOR-ALIGN-START:CAPS"/>
    <keyword type="constant" name="CLUTTER_ACTOR_ALIGN_CENTER" link="ClutterActor.html#CLUTTER-ACTOR-ALIGN-CENTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_ACTOR_ALIGN_END" link="ClutterActor.html#CLUTTER-ACTOR-ALIGN-END:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_TOP_LEFT" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-TOP-LEFT:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_TOP" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-TOP:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_TOP_RIGHT" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-TOP-RIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_LEFT" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-LEFT:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_CENTER" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-CENTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_RIGHT" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-RIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_BOTTOM_LEFT" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-BOTTOM-LEFT:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_BOTTOM" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-BOTTOM:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_BOTTOM_RIGHT" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-BOTTOM-RIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_RESIZE_FILL" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-RESIZE-FILL:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTENT_GRAVITY_RESIZE_ASPECT" link="ClutterActor.html#CLUTTER-CONTENT-GRAVITY-RESIZE-ASPECT:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCALING_FILTER_LINEAR" link="ClutterActor.html#CLUTTER-SCALING-FILTER-LINEAR:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCALING_FILTER_NEAREST" link="ClutterActor.html#CLUTTER-SCALING-FILTER-NEAREST:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCALING_FILTER_TRILINEAR" link="ClutterActor.html#CLUTTER-SCALING-FILTER-TRILINEAR:CAPS"/>
    <keyword type="constant" name="CLUTTER_REPEAT_NONE" link="ClutterActor.html#CLUTTER-REPEAT-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_REPEAT_X_AXIS" link="ClutterActor.html#CLUTTER-REPEAT-X-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_REPEAT_Y_AXIS" link="ClutterActor.html#CLUTTER-REPEAT-Y-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_REPEAT_BOTH" link="ClutterActor.html#CLUTTER-REPEAT-BOTH:CAPS"/>
    <keyword type="constant" name="CLUTTER_OFFSCREEN_REDIRECT_AUTOMATIC_FOR_OPACITY" link="ClutterActor.html#CLUTTER-OFFSCREEN-REDIRECT-AUTOMATIC-FOR-OPACITY:CAPS"/>
    <keyword type="constant" name="CLUTTER_OFFSCREEN_REDIRECT_ALWAYS" link="ClutterActor.html#CLUTTER-OFFSCREEN-REDIRECT-ALWAYS:CAPS"/>
    <keyword type="constant" name="CLUTTER_EFFECT_PAINT_ACTOR_DIRTY" link="ClutterEffect.html#CLUTTER-EFFECT-PAINT-ACTOR-DIRTY:CAPS"/>
    <keyword type="constant" name="CLUTTER_PICK_NONE" link="ClutterStage.html#CLUTTER-PICK-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_PICK_REACTIVE" link="ClutterStage.html#CLUTTER-PICK-REACTIVE:CAPS"/>
    <keyword type="constant" name="CLUTTER_PICK_ALL" link="ClutterStage.html#CLUTTER-PICK-ALL:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL_NONE" link="ClutterScrollActor.html#CLUTTER-SCROLL-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL_HORIZONTALLY" link="ClutterScrollActor.html#CLUTTER-SCROLL-HORIZONTALLY:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL_VERTICALLY" link="ClutterScrollActor.html#CLUTTER-SCROLL-VERTICALLY:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL_BOTH" link="ClutterScrollActor.html#CLUTTER-SCROLL-BOTH:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIN_ALIGNMENT_FIXED" link="ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-FIXED:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIN_ALIGNMENT_FILL" link="ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-FILL:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIN_ALIGNMENT_START" link="ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-START:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIN_ALIGNMENT_END" link="ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-END:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIN_ALIGNMENT_CENTER" link="ClutterBinLayout.html#CLUTTER-BIN-ALIGNMENT-CENTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_FLOW_HORIZONTAL" link="ClutterFlowLayout.html#CLUTTER-FLOW-HORIZONTAL:CAPS"/>
    <keyword type="constant" name="CLUTTER_FLOW_VERTICAL" link="ClutterFlowLayout.html#CLUTTER-FLOW-VERTICAL:CAPS"/>
    <keyword type="constant" name="CLUTTER_BOX_ALIGNMENT_START" link="ClutterBoxLayout.html#CLUTTER-BOX-ALIGNMENT-START:CAPS"/>
    <keyword type="constant" name="CLUTTER_BOX_ALIGNMENT_END" link="ClutterBoxLayout.html#CLUTTER-BOX-ALIGNMENT-END:CAPS"/>
    <keyword type="constant" name="CLUTTER_BOX_ALIGNMENT_CENTER" link="ClutterBoxLayout.html#CLUTTER-BOX-ALIGNMENT-CENTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_ORIENTATION_HORIZONTAL" link="ClutterBoxLayout.html#CLUTTER-ORIENTATION-HORIZONTAL:CAPS"/>
    <keyword type="constant" name="CLUTTER_ORIENTATION_VERTICAL" link="ClutterBoxLayout.html#CLUTTER-ORIENTATION-VERTICAL:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRID_POSITION_LEFT" link="ClutterGridLayout.html#CLUTTER-GRID-POSITION-LEFT:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRID_POSITION_RIGHT" link="ClutterGridLayout.html#CLUTTER-GRID-POSITION-RIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRID_POSITION_TOP" link="ClutterGridLayout.html#CLUTTER-GRID-POSITION-TOP:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRID_POSITION_BOTTOM" link="ClutterGridLayout.html#CLUTTER-GRID-POSITION-BOTTOM:CAPS"/>
    <keyword type="constant" name="CLUTTER_LONG_PRESS_QUERY" link="ClutterClickAction.html#CLUTTER-LONG-PRESS-QUERY:CAPS"/>
    <keyword type="constant" name="CLUTTER_LONG_PRESS_ACTIVATE" link="ClutterClickAction.html#CLUTTER-LONG-PRESS-ACTIVATE:CAPS"/>
    <keyword type="constant" name="CLUTTER_LONG_PRESS_CANCEL" link="ClutterClickAction.html#CLUTTER-LONG-PRESS-CANCEL:CAPS"/>
    <keyword type="constant" name="CLUTTER_DRAG_AXIS_NONE" link="ClutterDragAction.html#CLUTTER-DRAG-AXIS-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_DRAG_X_AXIS" link="ClutterDragAction.html#CLUTTER-DRAG-X-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_DRAG_Y_AXIS" link="ClutterDragAction.html#CLUTTER-DRAG-Y-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_GESTURE_TRIGGER_EDGE_NONE" link="ClutterGestureAction.html#CLUTTER-GESTURE-TRIGGER-EDGE-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_GESTURE_TRIGGER_EDGE_AFTER" link="ClutterGestureAction.html#CLUTTER-GESTURE-TRIGGER-EDGE-AFTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_GESTURE_TRIGGER_EDGE_BEFORE" link="ClutterGestureAction.html#CLUTTER-GESTURE-TRIGGER-EDGE-BEFORE:CAPS"/>
    <keyword type="constant" name="CLUTTER_PAN_AXIS_NONE" link="ClutterPanAction.html#CLUTTER-PAN-AXIS-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_PAN_X_AXIS" link="ClutterPanAction.html#CLUTTER-PAN-X-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_PAN_Y_AXIS" link="ClutterPanAction.html#CLUTTER-PAN-Y-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_PAN_AXIS_AUTO" link="ClutterPanAction.html#CLUTTER-PAN-AXIS-AUTO:CAPS"/>
    <keyword type="constant" name="CLUTTER_SWIPE_DIRECTION_UP" link="ClutterSwipeAction.html#CLUTTER-SWIPE-DIRECTION-UP:CAPS"/>
    <keyword type="constant" name="CLUTTER_SWIPE_DIRECTION_DOWN" link="ClutterSwipeAction.html#CLUTTER-SWIPE-DIRECTION-DOWN:CAPS"/>
    <keyword type="constant" name="CLUTTER_SWIPE_DIRECTION_LEFT" link="ClutterSwipeAction.html#CLUTTER-SWIPE-DIRECTION-LEFT:CAPS"/>
    <keyword type="constant" name="CLUTTER_SWIPE_DIRECTION_RIGHT" link="ClutterSwipeAction.html#CLUTTER-SWIPE-DIRECTION-RIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_ZOOM_X_AXIS" link="ClutterZoomAction.html#CLUTTER-ZOOM-X-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_ZOOM_Y_AXIS" link="ClutterZoomAction.html#CLUTTER-ZOOM-Y-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_ZOOM_BOTH" link="ClutterZoomAction.html#CLUTTER-ZOOM-BOTH:CAPS"/>
    <keyword type="constant" name="CLUTTER_ALIGN_X_AXIS" link="ClutterAlignConstraint.html#CLUTTER-ALIGN-X-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_ALIGN_Y_AXIS" link="ClutterAlignConstraint.html#CLUTTER-ALIGN-Y-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_ALIGN_BOTH" link="ClutterAlignConstraint.html#CLUTTER-ALIGN-BOTH:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIND_X" link="ClutterBindConstraint.html#CLUTTER-BIND-X:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIND_Y" link="ClutterBindConstraint.html#CLUTTER-BIND-Y:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIND_WIDTH" link="ClutterBindConstraint.html#CLUTTER-BIND-WIDTH:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIND_HEIGHT" link="ClutterBindConstraint.html#CLUTTER-BIND-HEIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIND_POSITION" link="ClutterBindConstraint.html#CLUTTER-BIND-POSITION:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIND_SIZE" link="ClutterBindConstraint.html#CLUTTER-BIND-SIZE:CAPS"/>
    <keyword type="constant" name="CLUTTER_BIND_ALL" link="ClutterBindConstraint.html#CLUTTER-BIND-ALL:CAPS"/>
    <keyword type="constant" name="CLUTTER_SNAP_EDGE_TOP" link="ClutterSnapConstraint.html#CLUTTER-SNAP-EDGE-TOP:CAPS"/>
    <keyword type="constant" name="CLUTTER_SNAP_EDGE_RIGHT" link="ClutterSnapConstraint.html#CLUTTER-SNAP-EDGE-RIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_SNAP_EDGE_BOTTOM" link="ClutterSnapConstraint.html#CLUTTER-SNAP-EDGE-BOTTOM:CAPS"/>
    <keyword type="constant" name="CLUTTER_SNAP_EDGE_LEFT" link="ClutterSnapConstraint.html#CLUTTER-SNAP-EDGE-LEFT:CAPS"/>
    <keyword type="constant" name="CLUTTER_VERTEX_SHADER" link="ClutterShaderEffect.html#CLUTTER-VERTEX-SHADER:CAPS"/>
    <keyword type="constant" name="CLUTTER_FRAGMENT_SHADER" link="ClutterShaderEffect.html#CLUTTER-FRAGMENT-SHADER:CAPS"/>
    <keyword type="constant" name="CLUTTER_IMAGE_ERROR_INVALID_DATA" link="ClutterImage.html#CLUTTER-IMAGE-ERROR-INVALID-DATA:CAPS"/>
    <keyword type="constant" name="CLUTTER_TIMELINE_FORWARD" link="ClutterTimeline.html#CLUTTER-TIMELINE-FORWARD:CAPS"/>
    <keyword type="constant" name="CLUTTER_TIMELINE_BACKWARD" link="ClutterTimeline.html#CLUTTER-TIMELINE-BACKWARD:CAPS"/>
    <keyword type="constant" name="CLUTTER_CUSTOM_MODE" link="ClutterTimeline.html#CLUTTER-CUSTOM-MODE:CAPS"/>
    <keyword type="constant" name="CLUTTER_LINEAR" link="ClutterTimeline.html#CLUTTER-LINEAR:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_QUAD" link="ClutterTimeline.html#CLUTTER-EASE-IN-QUAD:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_QUAD" link="ClutterTimeline.html#CLUTTER-EASE-OUT-QUAD:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_QUAD" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-QUAD:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_CUBIC" link="ClutterTimeline.html#CLUTTER-EASE-IN-CUBIC:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_CUBIC" link="ClutterTimeline.html#CLUTTER-EASE-OUT-CUBIC:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_CUBIC" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-CUBIC:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_QUART" link="ClutterTimeline.html#CLUTTER-EASE-IN-QUART:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_QUART" link="ClutterTimeline.html#CLUTTER-EASE-OUT-QUART:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_QUART" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-QUART:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_QUINT" link="ClutterTimeline.html#CLUTTER-EASE-IN-QUINT:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_QUINT" link="ClutterTimeline.html#CLUTTER-EASE-OUT-QUINT:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_QUINT" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-QUINT:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_SINE" link="ClutterTimeline.html#CLUTTER-EASE-IN-SINE:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_SINE" link="ClutterTimeline.html#CLUTTER-EASE-OUT-SINE:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_SINE" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-SINE:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_EXPO" link="ClutterTimeline.html#CLUTTER-EASE-IN-EXPO:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_EXPO" link="ClutterTimeline.html#CLUTTER-EASE-OUT-EXPO:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_EXPO" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-EXPO:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_CIRC" link="ClutterTimeline.html#CLUTTER-EASE-IN-CIRC:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_CIRC" link="ClutterTimeline.html#CLUTTER-EASE-OUT-CIRC:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_CIRC" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-CIRC:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_ELASTIC" link="ClutterTimeline.html#CLUTTER-EASE-IN-ELASTIC:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_ELASTIC" link="ClutterTimeline.html#CLUTTER-EASE-OUT-ELASTIC:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_ELASTIC" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-ELASTIC:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_BACK" link="ClutterTimeline.html#CLUTTER-EASE-IN-BACK:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_BACK" link="ClutterTimeline.html#CLUTTER-EASE-OUT-BACK:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_BACK" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-BACK:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_BOUNCE" link="ClutterTimeline.html#CLUTTER-EASE-IN-BOUNCE:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT_BOUNCE" link="ClutterTimeline.html#CLUTTER-EASE-OUT-BOUNCE:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT_BOUNCE" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT-BOUNCE:CAPS"/>
    <keyword type="constant" name="CLUTTER_STEPS" link="ClutterTimeline.html#CLUTTER-STEPS:CAPS"/>
    <keyword type="constant" name="CLUTTER_STEP_START" link="ClutterTimeline.html#CLUTTER-STEP-START:CAPS"/>
    <keyword type="constant" name="CLUTTER_STEP_END" link="ClutterTimeline.html#CLUTTER-STEP-END:CAPS"/>
    <keyword type="constant" name="CLUTTER_CUBIC_BEZIER" link="ClutterTimeline.html#CLUTTER-CUBIC-BEZIER:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE" link="ClutterTimeline.html#CLUTTER-EASE:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN" link="ClutterTimeline.html#CLUTTER-EASE-IN:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_OUT" link="ClutterTimeline.html#CLUTTER-EASE-OUT:CAPS"/>
    <keyword type="constant" name="CLUTTER_EASE_IN_OUT" link="ClutterTimeline.html#CLUTTER-EASE-IN-OUT:CAPS"/>
    <keyword type="constant" name="CLUTTER_ANIMATION_LAST" link="ClutterTimeline.html#CLUTTER-ANIMATION-LAST:CAPS"/>
    <keyword type="constant" name="CLUTTER_STEP_MODE_START" link="ClutterTimeline.html#CLUTTER-STEP-MODE-START:CAPS"/>
    <keyword type="constant" name="CLUTTER_STEP_MODE_END" link="ClutterTimeline.html#CLUTTER-STEP-MODE-END:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_WHITE" link="clutter-Colors.html#CLUTTER-COLOR-WHITE:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_BLACK" link="clutter-Colors.html#CLUTTER-COLOR-BLACK:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_RED" link="clutter-Colors.html#CLUTTER-COLOR-RED:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_DARK_RED" link="clutter-Colors.html#CLUTTER-COLOR-DARK-RED:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_GREEN" link="clutter-Colors.html#CLUTTER-COLOR-GREEN:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_DARK_GREEN" link="clutter-Colors.html#CLUTTER-COLOR-DARK-GREEN:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_BLUE" link="clutter-Colors.html#CLUTTER-COLOR-BLUE:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_DARK_BLUE" link="clutter-Colors.html#CLUTTER-COLOR-DARK-BLUE:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_CYAN" link="clutter-Colors.html#CLUTTER-COLOR-CYAN:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_DARK_CYAN" link="clutter-Colors.html#CLUTTER-COLOR-DARK-CYAN:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_MAGENTA" link="clutter-Colors.html#CLUTTER-COLOR-MAGENTA:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_DARK_MAGENTA" link="clutter-Colors.html#CLUTTER-COLOR-DARK-MAGENTA:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_YELLOW" link="clutter-Colors.html#CLUTTER-COLOR-YELLOW:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_DARK_YELLOW" link="clutter-Colors.html#CLUTTER-COLOR-DARK-YELLOW:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_GRAY" link="clutter-Colors.html#CLUTTER-COLOR-GRAY:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_DARK_GRAY" link="clutter-Colors.html#CLUTTER-COLOR-DARK-GRAY:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_LIGHT_GRAY" link="clutter-Colors.html#CLUTTER-COLOR-LIGHT-GRAY:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_BUTTER" link="clutter-Colors.html#CLUTTER-COLOR-BUTTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_BUTTER_LIGHT" link="clutter-Colors.html#CLUTTER-COLOR-BUTTER-LIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_BUTTER_DARK" link="clutter-Colors.html#CLUTTER-COLOR-BUTTER-DARK:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_ORANGE" link="clutter-Colors.html#CLUTTER-COLOR-ORANGE:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_ORANGE_LIGHT" link="clutter-Colors.html#CLUTTER-COLOR-ORANGE-LIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_ORANGE_DARK" link="clutter-Colors.html#CLUTTER-COLOR-ORANGE-DARK:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_CHOCOLATE" link="clutter-Colors.html#CLUTTER-COLOR-CHOCOLATE:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_CHOCOLATE_LIGHT" link="clutter-Colors.html#CLUTTER-COLOR-CHOCOLATE-LIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_CHOCOLATE_DARK" link="clutter-Colors.html#CLUTTER-COLOR-CHOCOLATE-DARK:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_CHAMELEON" link="clutter-Colors.html#CLUTTER-COLOR-CHAMELEON:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_CHAMELEON_LIGHT" link="clutter-Colors.html#CLUTTER-COLOR-CHAMELEON-LIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_CHAMELEON_DARK" link="clutter-Colors.html#CLUTTER-COLOR-CHAMELEON-DARK:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_SKY_BLUE" link="clutter-Colors.html#CLUTTER-COLOR-SKY-BLUE:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_SKY_BLUE_LIGHT" link="clutter-Colors.html#CLUTTER-COLOR-SKY-BLUE-LIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_SKY_BLUE_DARK" link="clutter-Colors.html#CLUTTER-COLOR-SKY-BLUE-DARK:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_PLUM" link="clutter-Colors.html#CLUTTER-COLOR-PLUM:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_PLUM_LIGHT" link="clutter-Colors.html#CLUTTER-COLOR-PLUM-LIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_PLUM_DARK" link="clutter-Colors.html#CLUTTER-COLOR-PLUM-DARK:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_SCARLET_RED" link="clutter-Colors.html#CLUTTER-COLOR-SCARLET-RED:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_SCARLET_RED_LIGHT" link="clutter-Colors.html#CLUTTER-COLOR-SCARLET-RED-LIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_SCARLET_RED_DARK" link="clutter-Colors.html#CLUTTER-COLOR-SCARLET-RED-DARK:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_ALUMINIUM_1" link="clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-1:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_ALUMINIUM_2" link="clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-2:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_ALUMINIUM_3" link="clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-3:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_ALUMINIUM_4" link="clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-4:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_ALUMINIUM_5" link="clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-5:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_ALUMINIUM_6" link="clutter-Colors.html#CLUTTER-COLOR-ALUMINIUM-6:CAPS"/>
    <keyword type="constant" name="CLUTTER_COLOR_TRANSPARENT" link="clutter-Colors.html#CLUTTER-COLOR-TRANSPARENT:CAPS"/>
    <keyword type="constant" name="CLUTTER_SHIFT_MASK" link="clutter-Events.html#CLUTTER-SHIFT-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_LOCK_MASK" link="clutter-Events.html#CLUTTER-LOCK-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_CONTROL_MASK" link="clutter-Events.html#CLUTTER-CONTROL-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_MOD1_MASK" link="clutter-Events.html#CLUTTER-MOD1-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_MOD2_MASK" link="clutter-Events.html#CLUTTER-MOD2-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_MOD3_MASK" link="clutter-Events.html#CLUTTER-MOD3-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_MOD4_MASK" link="clutter-Events.html#CLUTTER-MOD4-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_MOD5_MASK" link="clutter-Events.html#CLUTTER-MOD5-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_BUTTON1_MASK" link="clutter-Events.html#CLUTTER-BUTTON1-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_BUTTON2_MASK" link="clutter-Events.html#CLUTTER-BUTTON2-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_BUTTON3_MASK" link="clutter-Events.html#CLUTTER-BUTTON3-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_BUTTON4_MASK" link="clutter-Events.html#CLUTTER-BUTTON4-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_BUTTON5_MASK" link="clutter-Events.html#CLUTTER-BUTTON5-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_SUPER_MASK" link="clutter-Events.html#CLUTTER-SUPER-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_HYPER_MASK" link="clutter-Events.html#CLUTTER-HYPER-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_META_MASK" link="clutter-Events.html#CLUTTER-META-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_RELEASE_MASK" link="clutter-Events.html#CLUTTER-RELEASE-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_MODIFIER_MASK" link="clutter-Events.html#CLUTTER-MODIFIER-MASK:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL_UP" link="clutter-Events.html#CLUTTER-SCROLL-UP:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL_DOWN" link="clutter-Events.html#CLUTTER-SCROLL-DOWN:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL_LEFT" link="clutter-Events.html#CLUTTER-SCROLL-LEFT:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL_RIGHT" link="clutter-Events.html#CLUTTER-SCROLL-RIGHT:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL_SMOOTH" link="clutter-Events.html#CLUTTER-SCROLL-SMOOTH:CAPS"/>
    <keyword type="constant" name="CLUTTER_STAGE_STATE_FULLSCREEN" link="clutter-Events.html#CLUTTER-STAGE-STATE-FULLSCREEN:CAPS"/>
    <keyword type="constant" name="CLUTTER_STAGE_STATE_OFFSCREEN" link="clutter-Events.html#CLUTTER-STAGE-STATE-OFFSCREEN:CAPS"/>
    <keyword type="constant" name="CLUTTER_STAGE_STATE_ACTIVATED" link="clutter-Events.html#CLUTTER-STAGE-STATE-ACTIVATED:CAPS"/>
    <keyword type="constant" name="CLUTTER_NOTHING" link="clutter-Events.html#CLUTTER-NOTHING:CAPS"/>
    <keyword type="constant" name="CLUTTER_KEY_PRESS" link="clutter-Events.html#CLUTTER-KEY-PRESS:CAPS"/>
    <keyword type="constant" name="CLUTTER_KEY_RELEASE" link="clutter-Events.html#CLUTTER-KEY-RELEASE:CAPS"/>
    <keyword type="constant" name="CLUTTER_MOTION" link="clutter-Events.html#CLUTTER-MOTION:CAPS"/>
    <keyword type="constant" name="CLUTTER_ENTER" link="clutter-Events.html#CLUTTER-ENTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_LEAVE" link="clutter-Events.html#CLUTTER-LEAVE:CAPS"/>
    <keyword type="constant" name="CLUTTER_BUTTON_PRESS" link="clutter-Events.html#CLUTTER-BUTTON-PRESS:CAPS"/>
    <keyword type="constant" name="CLUTTER_BUTTON_RELEASE" link="clutter-Events.html#CLUTTER-BUTTON-RELEASE:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCROLL" link="clutter-Events.html#CLUTTER-SCROLL:CAPS"/>
    <keyword type="constant" name="CLUTTER_STAGE_STATE" link="clutter-Events.html#CLUTTER-STAGE-STATE:CAPS"/>
    <keyword type="constant" name="CLUTTER_DESTROY_NOTIFY" link="clutter-Events.html#CLUTTER-DESTROY-NOTIFY:CAPS"/>
    <keyword type="constant" name="CLUTTER_CLIENT_MESSAGE" link="clutter-Events.html#CLUTTER-CLIENT-MESSAGE:CAPS"/>
    <keyword type="constant" name="CLUTTER_DELETE" link="clutter-Events.html#CLUTTER-DELETE:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCH_BEGIN" link="clutter-Events.html#CLUTTER-TOUCH-BEGIN:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCH_UPDATE" link="clutter-Events.html#CLUTTER-TOUCH-UPDATE:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCH_END" link="clutter-Events.html#CLUTTER-TOUCH-END:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCH_CANCEL" link="clutter-Events.html#CLUTTER-TOUCH-CANCEL:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCHPAD_PINCH" link="clutter-Events.html#CLUTTER-TOUCHPAD-PINCH:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCHPAD_SWIPE" link="clutter-Events.html#CLUTTER-TOUCHPAD-SWIPE:CAPS"/>
    <keyword type="constant" name="CLUTTER_EVENT_LAST" link="clutter-Events.html#CLUTTER-EVENT-LAST:CAPS"/>
    <keyword type="constant" name="CLUTTER_EVENT_NONE" link="clutter-Events.html#CLUTTER-EVENT-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_EVENT_FLAG_SYNTHETIC" link="clutter-Events.html#CLUTTER-EVENT-FLAG-SYNTHETIC:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCHPAD_GESTURE_PHASE_BEGIN" link="clutter-Events.html#CLUTTER-TOUCHPAD-GESTURE-PHASE-BEGIN:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCHPAD_GESTURE_PHASE_UPDATE" link="clutter-Events.html#CLUTTER-TOUCHPAD-GESTURE-PHASE-UPDATE:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCHPAD_GESTURE_PHASE_END" link="clutter-Events.html#CLUTTER-TOUCHPAD-GESTURE-PHASE-END:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCHPAD_GESTURE_PHASE_CANCEL" link="clutter-Events.html#CLUTTER-TOUCHPAD-GESTURE-PHASE-CANCEL:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_TEXTURE_NPOT" link="clutter-Features.html#CLUTTER-FEATURE-TEXTURE-NPOT:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_SYNC_TO_VBLANK" link="clutter-Features.html#CLUTTER-FEATURE-SYNC-TO-VBLANK:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_TEXTURE_YUV" link="clutter-Features.html#CLUTTER-FEATURE-TEXTURE-YUV:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_TEXTURE_READ_PIXELS" link="clutter-Features.html#CLUTTER-FEATURE-TEXTURE-READ-PIXELS:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_STAGE_STATIC" link="clutter-Features.html#CLUTTER-FEATURE-STAGE-STATIC:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_STAGE_USER_RESIZE" link="clutter-Features.html#CLUTTER-FEATURE-STAGE-USER-RESIZE:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_STAGE_CURSOR" link="clutter-Features.html#CLUTTER-FEATURE-STAGE-CURSOR:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_SHADERS_GLSL" link="clutter-Features.html#CLUTTER-FEATURE-SHADERS-GLSL:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_OFFSCREEN" link="clutter-Features.html#CLUTTER-FEATURE-OFFSCREEN:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_STAGE_MULTIPLE" link="clutter-Features.html#CLUTTER-FEATURE-STAGE-MULTIPLE:CAPS"/>
    <keyword type="constant" name="CLUTTER_FEATURE_SWAP_EVENTS" link="clutter-Features.html#CLUTTER-FEATURE-SWAP-EVENTS:CAPS"/>
    <keyword type="constant" name="CLUTTER_POINTER_DEVICE" link="ClutterInputDevice.html#CLUTTER-POINTER-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_KEYBOARD_DEVICE" link="ClutterInputDevice.html#CLUTTER-KEYBOARD-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_EXTENSION_DEVICE" link="ClutterInputDevice.html#CLUTTER-EXTENSION-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_JOYSTICK_DEVICE" link="ClutterInputDevice.html#CLUTTER-JOYSTICK-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_TABLET_DEVICE" link="ClutterInputDevice.html#CLUTTER-TABLET-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCHPAD_DEVICE" link="ClutterInputDevice.html#CLUTTER-TOUCHPAD-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_TOUCHSCREEN_DEVICE" link="ClutterInputDevice.html#CLUTTER-TOUCHSCREEN-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_PEN_DEVICE" link="ClutterInputDevice.html#CLUTTER-PEN-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_ERASER_DEVICE" link="ClutterInputDevice.html#CLUTTER-ERASER-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_CURSOR_DEVICE" link="ClutterInputDevice.html#CLUTTER-CURSOR-DEVICE:CAPS"/>
    <keyword type="constant" name="CLUTTER_N_DEVICE_TYPES" link="ClutterInputDevice.html#CLUTTER-N-DEVICE-TYPES:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_AXIS_IGNORE" link="ClutterInputDevice.html#CLUTTER-INPUT-AXIS-IGNORE:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_AXIS_X" link="ClutterInputDevice.html#CLUTTER-INPUT-AXIS-X:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_AXIS_Y" link="ClutterInputDevice.html#CLUTTER-INPUT-AXIS-Y:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_AXIS_PRESSURE" link="ClutterInputDevice.html#CLUTTER-INPUT-AXIS-PRESSURE:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_AXIS_XTILT" link="ClutterInputDevice.html#CLUTTER-INPUT-AXIS-XTILT:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_AXIS_YTILT" link="ClutterInputDevice.html#CLUTTER-INPUT-AXIS-YTILT:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_AXIS_WHEEL" link="ClutterInputDevice.html#CLUTTER-INPUT-AXIS-WHEEL:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_AXIS_DISTANCE" link="ClutterInputDevice.html#CLUTTER-INPUT-AXIS-DISTANCE:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_AXIS_LAST" link="ClutterInputDevice.html#CLUTTER-INPUT-AXIS-LAST:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_MODE_MASTER" link="ClutterInputDevice.html#CLUTTER-INPUT-MODE-MASTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_MODE_SLAVE" link="ClutterInputDevice.html#CLUTTER-INPUT-MODE-SLAVE:CAPS"/>
    <keyword type="constant" name="CLUTTER_INPUT_MODE_FLOATING" link="ClutterInputDevice.html#CLUTTER-INPUT-MODE-FLOATING:CAPS"/>
    <keyword type="constant" name="CLUTTER_INIT_SUCCESS" link="clutter-General.html#CLUTTER-INIT-SUCCESS:CAPS"/>
    <keyword type="constant" name="CLUTTER_INIT_ERROR_UNKNOWN" link="clutter-General.html#CLUTTER-INIT-ERROR-UNKNOWN:CAPS"/>
    <keyword type="constant" name="CLUTTER_INIT_ERROR_THREADS" link="clutter-General.html#CLUTTER-INIT-ERROR-THREADS:CAPS"/>
    <keyword type="constant" name="CLUTTER_INIT_ERROR_BACKEND" link="clutter-General.html#CLUTTER-INIT-ERROR-BACKEND:CAPS"/>
    <keyword type="constant" name="CLUTTER_INIT_ERROR_INTERNAL" link="clutter-General.html#CLUTTER-INIT-ERROR-INTERNAL:CAPS"/>
    <keyword type="constant" name="CLUTTER_FONT_MIPMAPPING" link="clutter-General.html#CLUTTER-FONT-MIPMAPPING:CAPS"/>
    <keyword type="constant" name="CLUTTER_FONT_HINTING" link="clutter-General.html#CLUTTER-FONT-HINTING:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXT_DIRECTION_DEFAULT" link="clutter-General.html#CLUTTER-TEXT-DIRECTION-DEFAULT:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXT_DIRECTION_LTR" link="clutter-General.html#CLUTTER-TEXT-DIRECTION-LTR:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXT_DIRECTION_RTL" link="clutter-General.html#CLUTTER-TEXT-DIRECTION-RTL:CAPS"/>
    <keyword type="constant" name="CLUTTER_REPAINT_FLAGS_PRE_PAINT" link="clutter-General.html#CLUTTER-REPAINT-FLAGS-PRE-PAINT:CAPS"/>
    <keyword type="constant" name="CLUTTER_REPAINT_FLAGS_POST_PAINT" link="clutter-General.html#CLUTTER-REPAINT-FLAGS-POST-PAINT:CAPS"/>
    <keyword type="constant" name="CLUTTER_REPAINT_FLAGS_QUEUE_REDRAW_ON_ADD" link="clutter-General.html#CLUTTER-REPAINT-FLAGS-QUEUE-REDRAW-ON-ADD:CAPS"/>
    <keyword type="constant" name="CLUTTER_PATH_MOVE_TO" link="ClutterPath.html#CLUTTER-PATH-MOVE-TO:CAPS"/>
    <keyword type="constant" name="CLUTTER_PATH_LINE_TO" link="ClutterPath.html#CLUTTER-PATH-LINE-TO:CAPS"/>
    <keyword type="constant" name="CLUTTER_PATH_CURVE_TO" link="ClutterPath.html#CLUTTER-PATH-CURVE-TO:CAPS"/>
    <keyword type="constant" name="CLUTTER_PATH_CLOSE" link="ClutterPath.html#CLUTTER-PATH-CLOSE:CAPS"/>
    <keyword type="constant" name="CLUTTER_PATH_REL_MOVE_TO" link="ClutterPath.html#CLUTTER-PATH-REL-MOVE-TO:CAPS"/>
    <keyword type="constant" name="CLUTTER_PATH_REL_LINE_TO" link="ClutterPath.html#CLUTTER-PATH-REL-LINE-TO:CAPS"/>
    <keyword type="constant" name="CLUTTER_PATH_REL_CURVE_TO" link="ClutterPath.html#CLUTTER-PATH-REL-CURVE-TO:CAPS"/>
    <keyword type="constant" name="CLUTTER_UNIT_PIXEL" link="clutter-Unit-conversion.html#CLUTTER-UNIT-PIXEL:CAPS"/>
    <keyword type="constant" name="CLUTTER_UNIT_EM" link="clutter-Unit-conversion.html#CLUTTER-UNIT-EM:CAPS"/>
    <keyword type="constant" name="CLUTTER_UNIT_MM" link="clutter-Unit-conversion.html#CLUTTER-UNIT-MM:CAPS"/>
    <keyword type="constant" name="CLUTTER_UNIT_POINT" link="clutter-Unit-conversion.html#CLUTTER-UNIT-POINT:CAPS"/>
    <keyword type="constant" name="CLUTTER_UNIT_CM" link="clutter-Unit-conversion.html#CLUTTER-UNIT-CM:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCRIPT_ERROR_INVALID_TYPE_FUNCTION" link="ClutterScript.html#CLUTTER-SCRIPT-ERROR-INVALID-TYPE-FUNCTION:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCRIPT_ERROR_INVALID_PROPERTY" link="ClutterScript.html#CLUTTER-SCRIPT-ERROR-INVALID-PROPERTY:CAPS"/>
    <keyword type="constant" name="CLUTTER_SCRIPT_ERROR_INVALID_VALUE" link="ClutterScript.html#CLUTTER-SCRIPT-ERROR-INVALID-VALUE:CAPS"/>
    <keyword type="constant" name="CLUTTER_X11_FILTER_CONTINUE" link="clutter-X11-Specific-Support.html#CLUTTER-X11-FILTER-CONTINUE:CAPS"/>
    <keyword type="constant" name="CLUTTER_X11_FILTER_TRANSLATE" link="clutter-X11-Specific-Support.html#CLUTTER-X11-FILTER-TRANSLATE:CAPS"/>
    <keyword type="constant" name="CLUTTER_X11_FILTER_REMOVE" link="clutter-X11-Specific-Support.html#CLUTTER-X11-FILTER-REMOVE:CAPS"/>
    <keyword type="constant" name="CLUTTER_CEX100_DOUBLE_BUFFERING" link="clutter-Intel-CE3100-CE4100-Specific-Support.html#CLUTTER-CEX100-DOUBLE-BUFFERING:CAPS"/>
    <keyword type="constant" name="CLUTTER_CEX100_TRIPLE_BUFFERING" link="clutter-Intel-CE3100-CE4100-Specific-Support.html#CLUTTER-CEX100-TRIPLE-BUFFERING:CAPS"/>
    <keyword type="constant" name="CLUTTER_INTERPOLATION_LINEAR" link="ClutterAnimator.html#CLUTTER-INTERPOLATION-LINEAR:CAPS"/>
    <keyword type="constant" name="CLUTTER_INTERPOLATION_CUBIC" link="ClutterAnimator.html#CLUTTER-INTERPOLATION-CUBIC:CAPS"/>
    <keyword type="constant" name="CLUTTER_X_AXIS" link="ClutterBehaviourRotate.html#CLUTTER-X-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_Y_AXIS" link="ClutterBehaviourRotate.html#CLUTTER-Y-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_Z_AXIS" link="ClutterBehaviourRotate.html#CLUTTER-Z-AXIS:CAPS"/>
    <keyword type="constant" name="CLUTTER_ROTATE_CW" link="ClutterBehaviourRotate.html#CLUTTER-ROTATE-CW:CAPS"/>
    <keyword type="constant" name="CLUTTER_ROTATE_CCW" link="ClutterBehaviourRotate.html#CLUTTER-ROTATE-CCW:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_NONE" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_NORTH" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-NORTH:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_NORTH_EAST" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-NORTH-EAST:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_EAST" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-EAST:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_SOUTH_EAST" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-SOUTH-EAST:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_SOUTH" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-SOUTH:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_SOUTH_WEST" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-SOUTH-WEST:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_WEST" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-WEST:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_NORTH_WEST" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-NORTH-WEST:CAPS"/>
    <keyword type="constant" name="CLUTTER_GRAVITY_CENTER" link="ClutterBehaviourScale.html#CLUTTER-GRAVITY-CENTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_SHADER_ERROR_NO_ASM" link="clutter-Shaders.html#CLUTTER-SHADER-ERROR-NO-ASM:CAPS"/>
    <keyword type="constant" name="CLUTTER_SHADER_ERROR_NO_GLSL" link="clutter-Shaders.html#CLUTTER-SHADER-ERROR-NO-GLSL:CAPS"/>
    <keyword type="constant" name="CLUTTER_SHADER_ERROR_COMPILE" link="clutter-Shaders.html#CLUTTER-SHADER-ERROR-COMPILE:CAPS"/>
    <keyword type="constant" name="CLUTTER_TABLE_ALIGNMENT_START" link="ClutterTableLayout.html#CLUTTER-TABLE-ALIGNMENT-START:CAPS"/>
    <keyword type="constant" name="CLUTTER_TABLE_ALIGNMENT_CENTER" link="ClutterTableLayout.html#CLUTTER-TABLE-ALIGNMENT-CENTER:CAPS"/>
    <keyword type="constant" name="CLUTTER_TABLE_ALIGNMENT_END" link="ClutterTableLayout.html#CLUTTER-TABLE-ALIGNMENT-END:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_NONE" link="ClutterTexture.html#CLUTTER-TEXTURE-NONE:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_RGB_FLAG_BGR" link="ClutterTexture.html#CLUTTER-TEXTURE-RGB-FLAG-BGR:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_RGB_FLAG_PREMULT" link="ClutterTexture.html#CLUTTER-TEXTURE-RGB-FLAG-PREMULT:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_YUV_FLAG_YUV2" link="ClutterTexture.html#CLUTTER-TEXTURE-YUV-FLAG-YUV2:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_QUALITY_LOW" link="ClutterTexture.html#CLUTTER-TEXTURE-QUALITY-LOW:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_QUALITY_MEDIUM" link="ClutterTexture.html#CLUTTER-TEXTURE-QUALITY-MEDIUM:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_QUALITY_HIGH" link="ClutterTexture.html#CLUTTER-TEXTURE-QUALITY-HIGH:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_ERROR_OUT_OF_MEMORY" link="ClutterTexture.html#CLUTTER-TEXTURE-ERROR-OUT-OF-MEMORY:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_ERROR_NO_YUV" link="ClutterTexture.html#CLUTTER-TEXTURE-ERROR-NO-YUV:CAPS"/>
    <keyword type="constant" name="CLUTTER_TEXTURE_ERROR_BAD_FORMAT" link="ClutterTexture.html#CLUTTER-TEXTURE-ERROR-BAD-FORMAT:CAPS"/>
  </functions>
</book>