This file is indexed.

/usr/share/gtk-doc/html/udisks2/api-index.html is in udisks2-doc 2.1.3-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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>UDisks Reference Manual: Index</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="UDisks Reference Manual">
<link rel="up" href="index.html" title="UDisks Reference Manual">
<link rel="prev" href="UDisksLinuxBlockObject.html" title="UDisksLinuxBlockObject">
<link rel="next" href="api-index-deprecated.html" title="Index of deprecated symbols">
<meta name="generator" content="GTK-Doc V1.20 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
<td width="100%" align="left" class="shortcuts"></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="UDisksLinuxBlockObject.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="api-index-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="index">
<div class="titlepage"><div><div><h1 class="title">
<a name="api-index"></a>Index</h1></div></div></div>
<div class="index">
<div class="indexdiv">
<h3>A</h3>
<dl>
<dt>UDisksAtaCommandInput, <a class="indexterm" href="udisks2-ATA-commands.html#UDisksAtaCommandInput">UDisksAtaCommandInput</a>
</dt>
<dt>UDisksAtaCommandOutput, <a class="indexterm" href="udisks2-ATA-commands.html#UDisksAtaCommandOutput">UDisksAtaCommandOutput</a>
</dt>
<dt>UDisksAtaCommandProtocol, <a class="indexterm" href="udisks2-ATA-commands.html#UDisksAtaCommandProtocol">enum UDisksAtaCommandProtocol</a>
</dt>
<dt>udisks_ata_identify_get_word, <a class="indexterm" href="udisks2-Utilities.html#udisks-ata-identify-get-word">udisks_ata_identify_get_word ()</a>
</dt>
<dt>udisks_ata_send_command_sync, <a class="indexterm" href="udisks2-ATA-commands.html#udisks-ata-send-command-sync">udisks_ata_send_command_sync ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>B</h3>
<dl>
<dt>UDisksBaseJob, <a class="indexterm" href="UDisksBaseJob.html#UDisksBaseJob-struct">UDisksBaseJob</a>
</dt>
<dt>UDisksBaseJob:auto-estimate, <a class="indexterm" href="UDisksBaseJob.html#UDisksBaseJob--auto-estimate">The “auto-estimate” property</a>
</dt>
<dt>UDisksBaseJob:cancellable, <a class="indexterm" href="UDisksBaseJob.html#UDisksBaseJob--cancellable">The “cancellable” property</a>
</dt>
<dt>UDisksBaseJob:daemon, <a class="indexterm" href="UDisksBaseJob.html#UDisksBaseJob--daemon">The “daemon” property</a>
</dt>
<dt>UDisksBaseJobClass, <a class="indexterm" href="UDisksBaseJob.html#UDisksBaseJobClass">struct UDisksBaseJobClass</a>
</dt>
<dt>udisks_base_job_add_object, <a class="indexterm" href="UDisksBaseJob.html#udisks-base-job-add-object">udisks_base_job_add_object ()</a>
</dt>
<dt>udisks_base_job_get_auto_estimate, <a class="indexterm" href="UDisksBaseJob.html#udisks-base-job-get-auto-estimate">udisks_base_job_get_auto_estimate ()</a>
</dt>
<dt>udisks_base_job_get_cancellable, <a class="indexterm" href="UDisksBaseJob.html#udisks-base-job-get-cancellable">udisks_base_job_get_cancellable ()</a>
</dt>
<dt>udisks_base_job_get_daemon, <a class="indexterm" href="UDisksBaseJob.html#udisks-base-job-get-daemon">udisks_base_job_get_daemon ()</a>
</dt>
<dt>udisks_base_job_remove_object, <a class="indexterm" href="UDisksBaseJob.html#udisks-base-job-remove-object">udisks_base_job_remove_object ()</a>
</dt>
<dt>udisks_base_job_set_auto_estimate, <a class="indexterm" href="UDisksBaseJob.html#udisks-base-job-set-auto-estimate">udisks_base_job_set_auto_estimate ()</a>
</dt>
<dt>org.freedesktop.UDisks2.Block, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-interface-org-freedesktop-UDisks2-Block.top_of_page">org.freedesktop.UDisks2.Block</a>
</dt>
<dt>UDisksBlock, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-struct">UDisksBlock</a>
</dt>
<dt>org.freedesktop.UDisks2.Block.AddConfigurationItem(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.AddConfigurationItem">The AddConfigurationItem() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Block.Format(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Format">The Format() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Block.GetSecretConfiguration(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.GetSecretConfiguration">The GetSecretConfiguration() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Block.OpenForBackup(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBackup">The OpenForBackup() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Block.OpenForBenchmark(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForBenchmark">The OpenForBenchmark() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Block.OpenForRestore(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.OpenForRestore">The OpenForRestore() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Block.RemoveConfigurationItem(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.RemoveConfigurationItem">The RemoveConfigurationItem() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Block.Rescan(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.Rescan">The Rescan() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Block.UpdateConfigurationItem(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-method-org-freedesktop-UDisks2-Block.UpdateConfigurationItem">The UpdateConfigurationItem() method</a>
</dt>
<dt>UDisksBlock::handle-add-configuration-item, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-handle-add-configuration-item">The “handle-add-configuration-item” signal</a>
</dt>
<dt>UDisksBlock::handle-format, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-handle-format">The “handle-format” signal</a>
</dt>
<dt>UDisksBlock::handle-get-secret-configuration, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-handle-get-secret-configuration">The “handle-get-secret-configuration” signal</a>
</dt>
<dt>UDisksBlock::handle-open-for-backup, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-handle-open-for-backup">The “handle-open-for-backup” signal</a>
</dt>
<dt>UDisksBlock::handle-open-for-benchmark, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-handle-open-for-benchmark">The “handle-open-for-benchmark” signal</a>
</dt>
<dt>UDisksBlock::handle-open-for-restore, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-handle-open-for-restore">The “handle-open-for-restore” signal</a>
</dt>
<dt>UDisksBlock::handle-remove-configuration-item, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-handle-remove-configuration-item">The “handle-remove-configuration-item” signal</a>
</dt>
<dt>UDisksBlock::handle-rescan, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-handle-rescan">The “handle-rescan” signal</a>
</dt>
<dt>UDisksBlock::handle-update-configuration-item, <a class="indexterm" href="UDisksBlock.html#UDisksBlock-handle-update-configuration-item">The “handle-update-configuration-item” signal</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:Configuration, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Configuration">The "Configuration" property</a>
</dt>
<dt>UDisksBlock:configuration, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--configuration">The “configuration” property</a>
</dt>
<dt>UDisksBlock:crypto-backing-device, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--crypto-backing-device">The “crypto-backing-device” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:CryptoBackingDevice, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.CryptoBackingDevice">The "CryptoBackingDevice" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:Device, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Device">The "Device" property</a>
</dt>
<dt>UDisksBlock:device, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--device">The “device” property</a>
</dt>
<dt>UDisksBlock:device-number, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--device-number">The “device-number” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:DeviceNumber, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.DeviceNumber">The "DeviceNumber" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:Drive, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Drive">The "Drive" property</a>
</dt>
<dt>UDisksBlock:drive, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--drive">The “drive” property</a>
</dt>
<dt>UDisksBlock:hint-auto, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--hint-auto">The “hint-auto” property</a>
</dt>
<dt>UDisksBlock:hint-icon-name, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--hint-icon-name">The “hint-icon-name” property</a>
</dt>
<dt>UDisksBlock:hint-ignore, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--hint-ignore">The “hint-ignore” property</a>
</dt>
<dt>UDisksBlock:hint-name, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--hint-name">The “hint-name” property</a>
</dt>
<dt>UDisksBlock:hint-partitionable, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--hint-partitionable">The “hint-partitionable” property</a>
</dt>
<dt>UDisksBlock:hint-symbolic-icon-name, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--hint-symbolic-icon-name">The “hint-symbolic-icon-name” property</a>
</dt>
<dt>UDisksBlock:hint-system, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--hint-system">The “hint-system” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:HintAuto, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintAuto">The "HintAuto" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:HintIconName, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintIconName">The "HintIconName" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:HintIgnore, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintIgnore">The "HintIgnore" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:HintName, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintName">The "HintName" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:HintPartitionable, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintPartitionable">The "HintPartitionable" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:HintSymbolicIconName, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintSymbolicIconName">The "HintSymbolicIconName" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:HintSystem, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.HintSystem">The "HintSystem" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:Id, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Id">The "Id" property</a>
</dt>
<dt>UDisksBlock:id, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--id">The “id” property</a>
</dt>
<dt>UDisksBlock:id-label, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--id-label">The “id-label” property</a>
</dt>
<dt>UDisksBlock:id-type, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--id-type">The “id-type” property</a>
</dt>
<dt>UDisksBlock:id-usage, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--id-usage">The “id-usage” property</a>
</dt>
<dt>UDisksBlock:id-uuid, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--id-uuid">The “id-uuid” property</a>
</dt>
<dt>UDisksBlock:id-version, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--id-version">The “id-version” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:IdLabel, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdLabel">The "IdLabel" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:IdType, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdType">The "IdType" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:IdUsage, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUsage">The "IdUsage" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:IdUUID, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdUUID">The "IdUUID" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:IdVersion, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.IdVersion">The "IdVersion" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:MDRaid, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaid">The "MDRaid" property</a>
</dt>
<dt>UDisksBlock:mdraid, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--mdraid">The “mdraid” property</a>
</dt>
<dt>UDisksBlock:mdraid-member, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--mdraid-member">The “mdraid-member” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:MDRaidMember, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.MDRaidMember">The "MDRaidMember" property</a>
</dt>
<dt>UDisksBlock:preferred-device, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--preferred-device">The “preferred-device” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:PreferredDevice, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.PreferredDevice">The "PreferredDevice" property</a>
</dt>
<dt>UDisksBlock:read-only, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--read-only">The “read-only” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:ReadOnly, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.ReadOnly">The "ReadOnly" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:Size, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Size">The "Size" property</a>
</dt>
<dt>UDisksBlock:size, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--size">The “size” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Block:Symlinks, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Block.html#gdbus-property-org-freedesktop-UDisks2-Block.Symlinks">The "Symlinks" property</a>
</dt>
<dt>UDisksBlock:symlinks, <a class="indexterm" href="UDisksBlock.html#UDisksBlock--symlinks">The “symlinks” property</a>
</dt>
<dt>UDisksBlockIface, <a class="indexterm" href="UDisksBlock.html#UDisksBlockIface">struct UDisksBlockIface</a>
</dt>
<dt>UDisksBlockProxy, <a class="indexterm" href="UDisksBlock.html#UDisksBlockProxy-struct">struct UDisksBlockProxy</a>
</dt>
<dt>UDisksBlockProxyClass, <a class="indexterm" href="UDisksBlock.html#UDisksBlockProxyClass">struct UDisksBlockProxyClass</a>
</dt>
<dt>UDisksBlockSkeleton, <a class="indexterm" href="UDisksBlock.html#UDisksBlockSkeleton-struct">struct UDisksBlockSkeleton</a>
</dt>
<dt>UDisksBlockSkeletonClass, <a class="indexterm" href="UDisksBlock.html#UDisksBlockSkeletonClass">struct UDisksBlockSkeletonClass</a>
</dt>
<dt>udisks_block_call_add_configuration_item, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-add-configuration-item">udisks_block_call_add_configuration_item ()</a>
</dt>
<dt>udisks_block_call_add_configuration_item_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-add-configuration-item-finish">udisks_block_call_add_configuration_item_finish ()</a>
</dt>
<dt>udisks_block_call_add_configuration_item_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-add-configuration-item-sync">udisks_block_call_add_configuration_item_sync ()</a>
</dt>
<dt>udisks_block_call_format, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-format">udisks_block_call_format ()</a>
</dt>
<dt>udisks_block_call_format_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-format-finish">udisks_block_call_format_finish ()</a>
</dt>
<dt>udisks_block_call_format_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-format-sync">udisks_block_call_format_sync ()</a>
</dt>
<dt>udisks_block_call_get_secret_configuration, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-get-secret-configuration">udisks_block_call_get_secret_configuration ()</a>
</dt>
<dt>udisks_block_call_get_secret_configuration_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-get-secret-configuration-finish">udisks_block_call_get_secret_configuration_finish ()</a>
</dt>
<dt>udisks_block_call_get_secret_configuration_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-get-secret-configuration-sync">udisks_block_call_get_secret_configuration_sync ()</a>
</dt>
<dt>udisks_block_call_open_for_backup, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-open-for-backup">udisks_block_call_open_for_backup ()</a>
</dt>
<dt>udisks_block_call_open_for_backup_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-open-for-backup-finish">udisks_block_call_open_for_backup_finish ()</a>
</dt>
<dt>udisks_block_call_open_for_backup_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-open-for-backup-sync">udisks_block_call_open_for_backup_sync ()</a>
</dt>
<dt>udisks_block_call_open_for_benchmark, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-open-for-benchmark">udisks_block_call_open_for_benchmark ()</a>
</dt>
<dt>udisks_block_call_open_for_benchmark_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-open-for-benchmark-finish">udisks_block_call_open_for_benchmark_finish ()</a>
</dt>
<dt>udisks_block_call_open_for_benchmark_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-open-for-benchmark-sync">udisks_block_call_open_for_benchmark_sync ()</a>
</dt>
<dt>udisks_block_call_open_for_restore, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-open-for-restore">udisks_block_call_open_for_restore ()</a>
</dt>
<dt>udisks_block_call_open_for_restore_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-open-for-restore-finish">udisks_block_call_open_for_restore_finish ()</a>
</dt>
<dt>udisks_block_call_open_for_restore_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-open-for-restore-sync">udisks_block_call_open_for_restore_sync ()</a>
</dt>
<dt>udisks_block_call_remove_configuration_item, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-remove-configuration-item">udisks_block_call_remove_configuration_item ()</a>
</dt>
<dt>udisks_block_call_remove_configuration_item_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-remove-configuration-item-finish">udisks_block_call_remove_configuration_item_finish ()</a>
</dt>
<dt>udisks_block_call_remove_configuration_item_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-remove-configuration-item-sync">udisks_block_call_remove_configuration_item_sync ()</a>
</dt>
<dt>udisks_block_call_rescan, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-rescan">udisks_block_call_rescan ()</a>
</dt>
<dt>udisks_block_call_rescan_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-rescan-finish">udisks_block_call_rescan_finish ()</a>
</dt>
<dt>udisks_block_call_rescan_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-rescan-sync">udisks_block_call_rescan_sync ()</a>
</dt>
<dt>udisks_block_call_update_configuration_item, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-update-configuration-item">udisks_block_call_update_configuration_item ()</a>
</dt>
<dt>udisks_block_call_update_configuration_item_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-update-configuration-item-finish">udisks_block_call_update_configuration_item_finish ()</a>
</dt>
<dt>udisks_block_call_update_configuration_item_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-call-update-configuration-item-sync">udisks_block_call_update_configuration_item_sync ()</a>
</dt>
<dt>udisks_block_complete_add_configuration_item, <a class="indexterm" href="UDisksBlock.html#udisks-block-complete-add-configuration-item">udisks_block_complete_add_configuration_item ()</a>
</dt>
<dt>udisks_block_complete_format, <a class="indexterm" href="UDisksBlock.html#udisks-block-complete-format">udisks_block_complete_format ()</a>
</dt>
<dt>udisks_block_complete_get_secret_configuration, <a class="indexterm" href="UDisksBlock.html#udisks-block-complete-get-secret-configuration">udisks_block_complete_get_secret_configuration ()</a>
</dt>
<dt>udisks_block_complete_open_for_backup, <a class="indexterm" href="UDisksBlock.html#udisks-block-complete-open-for-backup">udisks_block_complete_open_for_backup ()</a>
</dt>
<dt>udisks_block_complete_open_for_benchmark, <a class="indexterm" href="UDisksBlock.html#udisks-block-complete-open-for-benchmark">udisks_block_complete_open_for_benchmark ()</a>
</dt>
<dt>udisks_block_complete_open_for_restore, <a class="indexterm" href="UDisksBlock.html#udisks-block-complete-open-for-restore">udisks_block_complete_open_for_restore ()</a>
</dt>
<dt>udisks_block_complete_remove_configuration_item, <a class="indexterm" href="UDisksBlock.html#udisks-block-complete-remove-configuration-item">udisks_block_complete_remove_configuration_item ()</a>
</dt>
<dt>udisks_block_complete_rescan, <a class="indexterm" href="UDisksBlock.html#udisks-block-complete-rescan">udisks_block_complete_rescan ()</a>
</dt>
<dt>udisks_block_complete_update_configuration_item, <a class="indexterm" href="UDisksBlock.html#udisks-block-complete-update-configuration-item">udisks_block_complete_update_configuration_item ()</a>
</dt>
<dt>udisks_block_dup_configuration, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-configuration">udisks_block_dup_configuration ()</a>
</dt>
<dt>udisks_block_dup_crypto_backing_device, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-crypto-backing-device">udisks_block_dup_crypto_backing_device ()</a>
</dt>
<dt>udisks_block_dup_device, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-device">udisks_block_dup_device ()</a>
</dt>
<dt>udisks_block_dup_drive, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-drive">udisks_block_dup_drive ()</a>
</dt>
<dt>udisks_block_dup_hint_icon_name, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-hint-icon-name">udisks_block_dup_hint_icon_name ()</a>
</dt>
<dt>udisks_block_dup_hint_name, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-hint-name">udisks_block_dup_hint_name ()</a>
</dt>
<dt>udisks_block_dup_hint_symbolic_icon_name, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-hint-symbolic-icon-name">udisks_block_dup_hint_symbolic_icon_name ()</a>
</dt>
<dt>udisks_block_dup_id, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-id">udisks_block_dup_id ()</a>
</dt>
<dt>udisks_block_dup_id_label, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-id-label">udisks_block_dup_id_label ()</a>
</dt>
<dt>udisks_block_dup_id_type, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-id-type">udisks_block_dup_id_type ()</a>
</dt>
<dt>udisks_block_dup_id_usage, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-id-usage">udisks_block_dup_id_usage ()</a>
</dt>
<dt>udisks_block_dup_id_uuid, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-id-uuid">udisks_block_dup_id_uuid ()</a>
</dt>
<dt>udisks_block_dup_id_version, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-id-version">udisks_block_dup_id_version ()</a>
</dt>
<dt>udisks_block_dup_mdraid, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-mdraid">udisks_block_dup_mdraid ()</a>
</dt>
<dt>udisks_block_dup_mdraid_member, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-mdraid-member">udisks_block_dup_mdraid_member ()</a>
</dt>
<dt>udisks_block_dup_preferred_device, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-preferred-device">udisks_block_dup_preferred_device ()</a>
</dt>
<dt>udisks_block_dup_symlinks, <a class="indexterm" href="UDisksBlock.html#udisks-block-dup-symlinks">udisks_block_dup_symlinks ()</a>
</dt>
<dt>udisks_block_get_configuration, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-configuration">udisks_block_get_configuration ()</a>
</dt>
<dt>udisks_block_get_crypto_backing_device, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-crypto-backing-device">udisks_block_get_crypto_backing_device ()</a>
</dt>
<dt>udisks_block_get_device, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-device">udisks_block_get_device ()</a>
</dt>
<dt>udisks_block_get_device_number, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-device-number">udisks_block_get_device_number ()</a>
</dt>
<dt>udisks_block_get_drive, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-drive">udisks_block_get_drive ()</a>
</dt>
<dt>udisks_block_get_hint_auto, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-hint-auto">udisks_block_get_hint_auto ()</a>
</dt>
<dt>udisks_block_get_hint_icon_name, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-hint-icon-name">udisks_block_get_hint_icon_name ()</a>
</dt>
<dt>udisks_block_get_hint_ignore, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-hint-ignore">udisks_block_get_hint_ignore ()</a>
</dt>
<dt>udisks_block_get_hint_name, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-hint-name">udisks_block_get_hint_name ()</a>
</dt>
<dt>udisks_block_get_hint_partitionable, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-hint-partitionable">udisks_block_get_hint_partitionable ()</a>
</dt>
<dt>udisks_block_get_hint_symbolic_icon_name, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-hint-symbolic-icon-name">udisks_block_get_hint_symbolic_icon_name ()</a>
</dt>
<dt>udisks_block_get_hint_system, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-hint-system">udisks_block_get_hint_system ()</a>
</dt>
<dt>udisks_block_get_id, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-id">udisks_block_get_id ()</a>
</dt>
<dt>udisks_block_get_id_label, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-id-label">udisks_block_get_id_label ()</a>
</dt>
<dt>udisks_block_get_id_type, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-id-type">udisks_block_get_id_type ()</a>
</dt>
<dt>udisks_block_get_id_usage, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-id-usage">udisks_block_get_id_usage ()</a>
</dt>
<dt>udisks_block_get_id_uuid, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-id-uuid">udisks_block_get_id_uuid ()</a>
</dt>
<dt>udisks_block_get_id_version, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-id-version">udisks_block_get_id_version ()</a>
</dt>
<dt>udisks_block_get_mdraid, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-mdraid">udisks_block_get_mdraid ()</a>
</dt>
<dt>udisks_block_get_mdraid_member, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-mdraid-member">udisks_block_get_mdraid_member ()</a>
</dt>
<dt>udisks_block_get_preferred_device, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-preferred-device">udisks_block_get_preferred_device ()</a>
</dt>
<dt>udisks_block_get_read_only, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-read-only">udisks_block_get_read_only ()</a>
</dt>
<dt>udisks_block_get_size, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-size">udisks_block_get_size ()</a>
</dt>
<dt>udisks_block_get_symlinks, <a class="indexterm" href="UDisksBlock.html#udisks-block-get-symlinks">udisks_block_get_symlinks ()</a>
</dt>
<dt>udisks_block_interface_info, <a class="indexterm" href="UDisksBlock.html#udisks-block-interface-info">udisks_block_interface_info ()</a>
</dt>
<dt>udisks_block_override_properties, <a class="indexterm" href="UDisksBlock.html#udisks-block-override-properties">udisks_block_override_properties ()</a>
</dt>
<dt>udisks_block_proxy_new, <a class="indexterm" href="UDisksBlock.html#udisks-block-proxy-new">udisks_block_proxy_new ()</a>
</dt>
<dt>udisks_block_proxy_new_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-proxy-new-finish">udisks_block_proxy_new_finish ()</a>
</dt>
<dt>udisks_block_proxy_new_for_bus, <a class="indexterm" href="UDisksBlock.html#udisks-block-proxy-new-for-bus">udisks_block_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_block_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksBlock.html#udisks-block-proxy-new-for-bus-finish">udisks_block_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_block_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-proxy-new-for-bus-sync">udisks_block_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_block_proxy_new_sync, <a class="indexterm" href="UDisksBlock.html#udisks-block-proxy-new-sync">udisks_block_proxy_new_sync ()</a>
</dt>
<dt>udisks_block_set_configuration, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-configuration">udisks_block_set_configuration ()</a>
</dt>
<dt>udisks_block_set_crypto_backing_device, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-crypto-backing-device">udisks_block_set_crypto_backing_device ()</a>
</dt>
<dt>udisks_block_set_device, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-device">udisks_block_set_device ()</a>
</dt>
<dt>udisks_block_set_device_number, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-device-number">udisks_block_set_device_number ()</a>
</dt>
<dt>udisks_block_set_drive, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-drive">udisks_block_set_drive ()</a>
</dt>
<dt>udisks_block_set_hint_auto, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-hint-auto">udisks_block_set_hint_auto ()</a>
</dt>
<dt>udisks_block_set_hint_icon_name, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-hint-icon-name">udisks_block_set_hint_icon_name ()</a>
</dt>
<dt>udisks_block_set_hint_ignore, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-hint-ignore">udisks_block_set_hint_ignore ()</a>
</dt>
<dt>udisks_block_set_hint_name, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-hint-name">udisks_block_set_hint_name ()</a>
</dt>
<dt>udisks_block_set_hint_partitionable, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-hint-partitionable">udisks_block_set_hint_partitionable ()</a>
</dt>
<dt>udisks_block_set_hint_symbolic_icon_name, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-hint-symbolic-icon-name">udisks_block_set_hint_symbolic_icon_name ()</a>
</dt>
<dt>udisks_block_set_hint_system, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-hint-system">udisks_block_set_hint_system ()</a>
</dt>
<dt>udisks_block_set_id, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-id">udisks_block_set_id ()</a>
</dt>
<dt>udisks_block_set_id_label, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-id-label">udisks_block_set_id_label ()</a>
</dt>
<dt>udisks_block_set_id_type, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-id-type">udisks_block_set_id_type ()</a>
</dt>
<dt>udisks_block_set_id_usage, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-id-usage">udisks_block_set_id_usage ()</a>
</dt>
<dt>udisks_block_set_id_uuid, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-id-uuid">udisks_block_set_id_uuid ()</a>
</dt>
<dt>udisks_block_set_id_version, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-id-version">udisks_block_set_id_version ()</a>
</dt>
<dt>udisks_block_set_mdraid, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-mdraid">udisks_block_set_mdraid ()</a>
</dt>
<dt>udisks_block_set_mdraid_member, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-mdraid-member">udisks_block_set_mdraid_member ()</a>
</dt>
<dt>udisks_block_set_preferred_device, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-preferred-device">udisks_block_set_preferred_device ()</a>
</dt>
<dt>udisks_block_set_read_only, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-read-only">udisks_block_set_read_only ()</a>
</dt>
<dt>udisks_block_set_size, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-size">udisks_block_set_size ()</a>
</dt>
<dt>udisks_block_set_symlinks, <a class="indexterm" href="UDisksBlock.html#udisks-block-set-symlinks">udisks_block_set_symlinks ()</a>
</dt>
<dt>udisks_block_skeleton_new, <a class="indexterm" href="UDisksBlock.html#udisks-block-skeleton-new">udisks_block_skeleton_new ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>C</h3>
<dl>
<dt>UDISKS_CHECK_VERSION, <a class="indexterm" href="UDisksClient.html#UDISKS-CHECK-VERSION:CAPS">UDISKS_CHECK_VERSION()</a>
</dt>
<dt>UDisksClient, <a class="indexterm" href="UDisksClient.html#UDisksClient-struct">UDisksClient</a>
</dt>
<dt>UDisksClient::changed, <a class="indexterm" href="UDisksClient.html#UDisksClient-changed">The “changed” signal</a>
</dt>
<dt>UDisksClient:manager, <a class="indexterm" href="UDisksClient.html#UDisksClient--manager">The “manager” property</a>
</dt>
<dt>UDisksClient:object-manager, <a class="indexterm" href="UDisksClient.html#UDisksClient--object-manager">The “object-manager” property</a>
</dt>
<dt>udisks_client_get_all_blocks_for_mdraid, <a class="indexterm" href="UDisksClient.html#udisks-client-get-all-blocks-for-mdraid">udisks_client_get_all_blocks_for_mdraid ()</a>
</dt>
<dt>udisks_client_get_block_for_dev, <a class="indexterm" href="UDisksClient.html#udisks-client-get-block-for-dev">udisks_client_get_block_for_dev ()</a>
</dt>
<dt>udisks_client_get_block_for_drive, <a class="indexterm" href="UDisksClient.html#udisks-client-get-block-for-drive">udisks_client_get_block_for_drive ()</a>
</dt>
<dt>udisks_client_get_block_for_label, <a class="indexterm" href="UDisksClient.html#udisks-client-get-block-for-label">udisks_client_get_block_for_label ()</a>
</dt>
<dt>udisks_client_get_block_for_mdraid, <a class="indexterm" href="UDisksClient.html#udisks-client-get-block-for-mdraid">udisks_client_get_block_for_mdraid ()</a>
</dt>
<dt>udisks_client_get_block_for_uuid, <a class="indexterm" href="UDisksClient.html#udisks-client-get-block-for-uuid">udisks_client_get_block_for_uuid ()</a>
</dt>
<dt>udisks_client_get_cleartext_block, <a class="indexterm" href="UDisksClient.html#udisks-client-get-cleartext-block">udisks_client_get_cleartext_block ()</a>
</dt>
<dt>udisks_client_get_drive_for_block, <a class="indexterm" href="UDisksClient.html#udisks-client-get-drive-for-block">udisks_client_get_drive_for_block ()</a>
</dt>
<dt>udisks_client_get_drive_info, <a class="indexterm" href="UDisksClient.html#udisks-client-get-drive-info">udisks_client_get_drive_info ()</a>
</dt>
<dt>udisks_client_get_drive_siblings, <a class="indexterm" href="UDisksClient.html#udisks-client-get-drive-siblings">udisks_client_get_drive_siblings ()</a>
</dt>
<dt>udisks_client_get_id_for_display, <a class="indexterm" href="UDisksClient.html#udisks-client-get-id-for-display">udisks_client_get_id_for_display ()</a>
</dt>
<dt>udisks_client_get_jobs_for_object, <a class="indexterm" href="UDisksClient.html#udisks-client-get-jobs-for-object">udisks_client_get_jobs_for_object ()</a>
</dt>
<dt>udisks_client_get_job_description, <a class="indexterm" href="UDisksClient.html#udisks-client-get-job-description">udisks_client_get_job_description ()</a>
</dt>
<dt>udisks_client_get_loop_for_block, <a class="indexterm" href="UDisksClient.html#udisks-client-get-loop-for-block">udisks_client_get_loop_for_block ()</a>
</dt>
<dt>udisks_client_get_manager, <a class="indexterm" href="UDisksClient.html#udisks-client-get-manager">udisks_client_get_manager ()</a>
</dt>
<dt>udisks_client_get_mdraid_for_block, <a class="indexterm" href="UDisksClient.html#udisks-client-get-mdraid-for-block">udisks_client_get_mdraid_for_block ()</a>
</dt>
<dt>udisks_client_get_media_compat_for_display, <a class="indexterm" href="UDisksClient.html#udisks-client-get-media-compat-for-display">udisks_client_get_media_compat_for_display ()</a>
</dt>
<dt>udisks_client_get_members_for_mdraid, <a class="indexterm" href="UDisksClient.html#udisks-client-get-members-for-mdraid">udisks_client_get_members_for_mdraid ()</a>
</dt>
<dt>udisks_client_get_object, <a class="indexterm" href="UDisksClient.html#udisks-client-get-object">udisks_client_get_object ()</a>
</dt>
<dt>udisks_client_get_object_info, <a class="indexterm" href="UDisksClient.html#udisks-client-get-object-info">udisks_client_get_object_info ()</a>
</dt>
<dt>udisks_client_get_object_manager, <a class="indexterm" href="UDisksClient.html#udisks-client-get-object-manager">udisks_client_get_object_manager ()</a>
</dt>
<dt>udisks_client_get_partitions, <a class="indexterm" href="UDisksClient.html#udisks-client-get-partitions">udisks_client_get_partitions ()</a>
</dt>
<dt>udisks_client_get_partition_info, <a class="indexterm" href="UDisksClient.html#udisks-client-get-partition-info">udisks_client_get_partition_info ()</a>
</dt>
<dt>udisks_client_get_partition_table, <a class="indexterm" href="UDisksClient.html#udisks-client-get-partition-table">udisks_client_get_partition_table ()</a>
</dt>
<dt>udisks_client_get_partition_table_subtypes, <a class="indexterm" href="UDisksClient.html#udisks-client-get-partition-table-subtypes">udisks_client_get_partition_table_subtypes ()</a>
</dt>
<dt>udisks_client_get_partition_table_subtype_for_display, <a class="indexterm" href="UDisksClient.html#udisks-client-get-partition-table-subtype-for-display">udisks_client_get_partition_table_subtype_for_display ()</a>
</dt>
<dt>udisks_client_get_partition_table_type_for_display, <a class="indexterm" href="UDisksClient.html#udisks-client-get-partition-table-type-for-display">udisks_client_get_partition_table_type_for_display ()</a>
</dt>
<dt>udisks_client_get_partition_type_and_subtype_for_display, <a class="indexterm" href="UDisksClient.html#udisks-client-get-partition-type-and-subtype-for-display">udisks_client_get_partition_type_and_subtype_for_display ()</a>
</dt>
<dt>udisks_client_get_partition_type_for_display, <a class="indexterm" href="UDisksClient.html#udisks-client-get-partition-type-for-display">udisks_client_get_partition_type_for_display ()</a>
</dt>
<dt>udisks_client_get_partition_type_infos, <a class="indexterm" href="UDisksClient.html#udisks-client-get-partition-type-infos">udisks_client_get_partition_type_infos ()</a>
</dt>
<dt>udisks_client_get_size_for_display, <a class="indexterm" href="UDisksClient.html#udisks-client-get-size-for-display">udisks_client_get_size_for_display ()</a>
</dt>
<dt>udisks_client_new, <a class="indexterm" href="UDisksClient.html#udisks-client-new">udisks_client_new ()</a>
</dt>
<dt>udisks_client_new_finish, <a class="indexterm" href="UDisksClient.html#udisks-client-new-finish">udisks_client_new_finish ()</a>
</dt>
<dt>udisks_client_new_sync, <a class="indexterm" href="UDisksClient.html#udisks-client-new-sync">udisks_client_new_sync ()</a>
</dt>
<dt>udisks_client_peek_object, <a class="indexterm" href="UDisksClient.html#udisks-client-peek-object">udisks_client_peek_object ()</a>
</dt>
<dt>udisks_client_queue_changed, <a class="indexterm" href="UDisksClient.html#udisks-client-queue-changed">udisks_client_queue_changed ()</a>
</dt>
<dt>udisks_client_settle, <a class="indexterm" href="UDisksClient.html#udisks-client-settle">udisks_client_settle ()</a>
</dt>
<dt>UDisksCrypttabEntry, <a class="indexterm" href="UDisksCrypttabMonitor.html#UDisksCrypttabEntry-struct">UDisksCrypttabEntry</a>
</dt>
<dt>UDisksCrypttabMonitor, <a class="indexterm" href="UDisksCrypttabMonitor.html#UDisksCrypttabMonitor-struct">UDisksCrypttabMonitor</a>
</dt>
<dt>UDisksCrypttabMonitor::entry-added, <a class="indexterm" href="UDisksCrypttabMonitor.html#UDisksCrypttabMonitor-entry-added">The “entry-added” signal</a>
</dt>
<dt>UDisksCrypttabMonitor::entry-removed, <a class="indexterm" href="UDisksCrypttabMonitor.html#UDisksCrypttabMonitor-entry-removed">The “entry-removed” signal</a>
</dt>
<dt>udisks_crypttab_entry_compare, <a class="indexterm" href="UDisksCrypttabMonitor.html#udisks-crypttab-entry-compare">udisks_crypttab_entry_compare ()</a>
</dt>
<dt>udisks_crypttab_entry_get_device, <a class="indexterm" href="UDisksCrypttabMonitor.html#udisks-crypttab-entry-get-device">udisks_crypttab_entry_get_device ()</a>
</dt>
<dt>udisks_crypttab_entry_get_name, <a class="indexterm" href="UDisksCrypttabMonitor.html#udisks-crypttab-entry-get-name">udisks_crypttab_entry_get_name ()</a>
</dt>
<dt>udisks_crypttab_entry_get_options, <a class="indexterm" href="UDisksCrypttabMonitor.html#udisks-crypttab-entry-get-options">udisks_crypttab_entry_get_options ()</a>
</dt>
<dt>udisks_crypttab_entry_get_passphrase_path, <a class="indexterm" href="UDisksCrypttabMonitor.html#udisks-crypttab-entry-get-passphrase-path">udisks_crypttab_entry_get_passphrase_path ()</a>
</dt>
<dt>udisks_crypttab_monitor_get_entries, <a class="indexterm" href="UDisksCrypttabMonitor.html#udisks-crypttab-monitor-get-entries">udisks_crypttab_monitor_get_entries ()</a>
</dt>
<dt>udisks_crypttab_monitor_new, <a class="indexterm" href="UDisksCrypttabMonitor.html#udisks-crypttab-monitor-new">udisks_crypttab_monitor_new ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>D</h3>
<dl>
<dt>UDisksDaemon, <a class="indexterm" href="UDisksDaemon.html#UDisksDaemon-struct">UDisksDaemon</a>
</dt>
<dt>UDisksDaemon:connection, <a class="indexterm" href="UDisksDaemon.html#UDisksDaemon--connection">The “connection” property</a>
</dt>
<dt>UDisksDaemon:mount-monitor, <a class="indexterm" href="UDisksDaemon.html#UDisksDaemon--mount-monitor">The “mount-monitor” property</a>
</dt>
<dt>UDisksDaemon:object-manager, <a class="indexterm" href="UDisksDaemon.html#UDisksDaemon--object-manager">The “object-manager” property</a>
</dt>
<dt>UDisksDaemonWaitFunc, <a class="indexterm" href="UDisksDaemon.html#UDisksDaemonWaitFunc">UDisksDaemonWaitFunc ()</a>
</dt>
<dt>udisks_daemon_find_block, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-find-block">udisks_daemon_find_block ()</a>
</dt>
<dt>udisks_daemon_find_block_by_device_file, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-find-block-by-device-file">udisks_daemon_find_block_by_device_file ()</a>
</dt>
<dt>udisks_daemon_find_block_by_sysfs_path, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-find-block-by-sysfs-path">udisks_daemon_find_block_by_sysfs_path ()</a>
</dt>
<dt>udisks_daemon_find_object, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-find-object">udisks_daemon_find_object ()</a>
</dt>
<dt>udisks_daemon_get_authority, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-get-authority">udisks_daemon_get_authority ()</a>
</dt>
<dt>udisks_daemon_get_connection, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-get-connection">udisks_daemon_get_connection ()</a>
</dt>
<dt>udisks_daemon_get_crypttab_monitor, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-get-crypttab-monitor">udisks_daemon_get_crypttab_monitor ()</a>
</dt>
<dt>udisks_daemon_get_fstab_monitor, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-get-fstab-monitor">udisks_daemon_get_fstab_monitor ()</a>
</dt>
<dt>udisks_daemon_get_linux_provider, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-get-linux-provider">udisks_daemon_get_linux_provider ()</a>
</dt>
<dt>udisks_daemon_get_mount_monitor, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-get-mount-monitor">udisks_daemon_get_mount_monitor ()</a>
</dt>
<dt>udisks_daemon_get_objects, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-get-objects">udisks_daemon_get_objects ()</a>
</dt>
<dt>udisks_daemon_get_object_manager, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-get-object-manager">udisks_daemon_get_object_manager ()</a>
</dt>
<dt>udisks_daemon_get_state, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-get-state">udisks_daemon_get_state ()</a>
</dt>
<dt>udisks_daemon_launch_simple_job, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-launch-simple-job">udisks_daemon_launch_simple_job ()</a>
</dt>
<dt>udisks_daemon_launch_spawned_job, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-launch-spawned-job">udisks_daemon_launch_spawned_job ()</a>
</dt>
<dt>udisks_daemon_launch_spawned_job_sync, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-launch-spawned-job-sync">udisks_daemon_launch_spawned_job_sync ()</a>
</dt>
<dt>udisks_daemon_launch_threaded_job, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-launch-threaded-job">udisks_daemon_launch_threaded_job ()</a>
</dt>
<dt>udisks_daemon_new, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-new">udisks_daemon_new ()</a>
</dt>
<dt>udisks_daemon_util_block_get_size, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-block-get-size">udisks_daemon_util_block_get_size ()</a>
</dt>
<dt>udisks_daemon_util_check_authorization_sync, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-check-authorization-sync">udisks_daemon_util_check_authorization_sync ()</a>
</dt>
<dt>udisks_daemon_util_dup_object, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-dup-object">udisks_daemon_util_dup_object ()</a>
</dt>
<dt>udisks_daemon_util_escape, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-escape">udisks_daemon_util_escape ()</a>
</dt>
<dt>udisks_daemon_util_escape_and_quote, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-escape-and-quote">udisks_daemon_util_escape_and_quote ()</a>
</dt>
<dt>udisks_daemon_util_file_set_contents, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-file-set-contents">udisks_daemon_util_file_set_contents ()</a>
</dt>
<dt>udisks_daemon_util_get_caller_pid_sync, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-get-caller-pid-sync">udisks_daemon_util_get_caller_pid_sync ()</a>
</dt>
<dt>udisks_daemon_util_get_caller_uid_sync, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-get-caller-uid-sync">udisks_daemon_util_get_caller_uid_sync ()</a>
</dt>
<dt>udisks_daemon_util_get_free_mdraid_device, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-get-free-mdraid-device">udisks_daemon_util_get_free_mdraid_device ()</a>
</dt>
<dt>udisks_daemon_util_hexdump, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-hexdump">udisks_daemon_util_hexdump ()</a>
</dt>
<dt>udisks_daemon_util_hexdump_debug, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-hexdump-debug">udisks_daemon_util_hexdump_debug ()</a>
</dt>
<dt>udisks_daemon_util_inhibit_system_sync, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-inhibit-system-sync">udisks_daemon_util_inhibit_system_sync ()</a>
</dt>
<dt>udisks_daemon_util_on_same_seat, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-on-same-seat">udisks_daemon_util_on_same_seat ()</a>
</dt>
<dt>udisks_daemon_util_resolve_link, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-resolve-link">udisks_daemon_util_resolve_link ()</a>
</dt>
<dt>udisks_daemon_util_resolve_links, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-resolve-links">udisks_daemon_util_resolve_links ()</a>
</dt>
<dt>udisks_daemon_util_setup_by_user, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-setup-by-user">udisks_daemon_util_setup_by_user ()</a>
</dt>
<dt>udisks_daemon_util_uninhibit_system_sync, <a class="indexterm" href="udisks2-Utilities.html#udisks-daemon-util-uninhibit-system-sync">udisks_daemon_util_uninhibit_system_sync ()</a>
</dt>
<dt>udisks_daemon_wait_for_object_sync, <a class="indexterm" href="UDisksDaemon.html#udisks-daemon-wait-for-object-sync">udisks_daemon_wait_for_object_sync ()</a>
</dt>
<dt>udisks_debug, <a class="indexterm" href="udisks2-Logging.html#udisks-debug">udisks_debug()</a>
</dt>
<dt>udisks_decode_udev_string, <a class="indexterm" href="udisks2-Utilities.html#udisks-decode-udev-string">udisks_decode_udev_string ()</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-interface-org-freedesktop-UDisks2-Drive.top_of_page">org.freedesktop.UDisks2.Drive</a>
</dt>
<dt>UDisksDrive, <a class="indexterm" href="UDisksDrive.html#UDisksDrive-struct">UDisksDrive</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-interface-org-freedesktop-UDisks2-Drive-Ata.top_of_page">org.freedesktop.UDisks2.Drive.Ata</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata.PmGetState(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-method-org-freedesktop-UDisks2-Drive-Ata.PmGetState">The PmGetState() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata.PmStandby(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-method-org-freedesktop-UDisks2-Drive-Ata.PmStandby">The PmStandby() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata.PmWakeup(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-method-org-freedesktop-UDisks2-Drive-Ata.PmWakeup">The PmWakeup() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata.SecurityEraseUnit(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-method-org-freedesktop-UDisks2-Drive-Ata.SecurityEraseUnit">The SecurityEraseUnit() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata.SmartGetAttributes(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-method-org-freedesktop-UDisks2-Drive-Ata.SmartGetAttributes">The SmartGetAttributes() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata.SmartSelftestAbort(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-method-org-freedesktop-UDisks2-Drive-Ata.SmartSelftestAbort">The SmartSelftestAbort() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata.SmartSelftestStart(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-method-org-freedesktop-UDisks2-Drive-Ata.SmartSelftestStart">The SmartSelftestStart() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata.SmartSetEnabled(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-method-org-freedesktop-UDisks2-Drive-Ata.SmartSetEnabled">The SmartSetEnabled() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata.SmartUpdate(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-method-org-freedesktop-UDisks2-Drive-Ata.SmartUpdate">The SmartUpdate() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:AamEnabled, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.AamEnabled">The "AamEnabled" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:AamSupported, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.AamSupported">The "AamSupported" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:AamVendorRecommendedValue, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.AamVendorRecommendedValue">The "AamVendorRecommendedValue" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:ApmEnabled, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.ApmEnabled">The "ApmEnabled" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:ApmSupported, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.ApmSupported">The "ApmSupported" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:PmEnabled, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.PmEnabled">The "PmEnabled" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:PmSupported, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.PmSupported">The "PmSupported" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SecurityEnhancedEraseUnitMinutes, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SecurityEnhancedEraseUnitMinutes">The "SecurityEnhancedEraseUnitMinutes" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SecurityEraseUnitMinutes, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SecurityEraseUnitMinutes">The "SecurityEraseUnitMinutes" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SecurityFrozen, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SecurityFrozen">The "SecurityFrozen" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartEnabled, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartEnabled">The "SmartEnabled" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartFailing, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartFailing">The "SmartFailing" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartNumAttributesFailedInThePast, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartNumAttributesFailedInThePast">The "SmartNumAttributesFailedInThePast" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartNumAttributesFailing, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartNumAttributesFailing">The "SmartNumAttributesFailing" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartNumBadSectors, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartNumBadSectors">The "SmartNumBadSectors" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartPowerOnSeconds, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartPowerOnSeconds">The "SmartPowerOnSeconds" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartSelftestPercentRemaining, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartSelftestPercentRemaining">The "SmartSelftestPercentRemaining" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartSelftestStatus, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartSelftestStatus">The "SmartSelftestStatus" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartSupported, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartSupported">The "SmartSupported" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartTemperature, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartTemperature">The "SmartTemperature" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:SmartUpdated, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.SmartUpdated">The "SmartUpdated" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:WriteCacheEnabled, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.WriteCacheEnabled">The "WriteCacheEnabled" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Ata:WriteCacheSupported, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.Ata.html#gdbus-property-org-freedesktop-UDisks2-Drive-Ata.WriteCacheSupported">The "WriteCacheSupported" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.Eject(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.Eject">The Eject() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.PowerOff(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.PowerOff">The PowerOff() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive.SetConfiguration(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-method-org-freedesktop-UDisks2-Drive.SetConfiguration">The SetConfiguration() method</a>
</dt>
<dt>UDisksDrive::handle-eject, <a class="indexterm" href="UDisksDrive.html#UDisksDrive-handle-eject">The “handle-eject” signal</a>
</dt>
<dt>UDisksDrive::handle-power-off, <a class="indexterm" href="UDisksDrive.html#UDisksDrive-handle-power-off">The “handle-power-off” signal</a>
</dt>
<dt>UDisksDrive::handle-set-configuration, <a class="indexterm" href="UDisksDrive.html#UDisksDrive-handle-set-configuration">The “handle-set-configuration” signal</a>
</dt>
<dt>UDisksDrive:can-power-off, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--can-power-off">The “can-power-off” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:CanPowerOff, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.CanPowerOff">The "CanPowerOff" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Configuration, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Configuration">The "Configuration" property</a>
</dt>
<dt>UDisksDrive:configuration, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--configuration">The “configuration” property</a>
</dt>
<dt>UDisksDrive:connection-bus, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--connection-bus">The “connection-bus” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:ConnectionBus, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.ConnectionBus">The "ConnectionBus" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Ejectable, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Ejectable">The "Ejectable" property</a>
</dt>
<dt>UDisksDrive:ejectable, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--ejectable">The “ejectable” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Id, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Id">The "Id" property</a>
</dt>
<dt>UDisksDrive:id, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--id">The “id” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Media, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Media">The "Media" property</a>
</dt>
<dt>UDisksDrive:media, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--media">The “media” property</a>
</dt>
<dt>UDisksDrive:media-available, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--media-available">The “media-available” property</a>
</dt>
<dt>UDisksDrive:media-change-detected, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--media-change-detected">The “media-change-detected” property</a>
</dt>
<dt>UDisksDrive:media-compatibility, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--media-compatibility">The “media-compatibility” property</a>
</dt>
<dt>UDisksDrive:media-removable, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--media-removable">The “media-removable” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:MediaAvailable, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaAvailable">The "MediaAvailable" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:MediaChangeDetected, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaChangeDetected">The "MediaChangeDetected" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:MediaCompatibility, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaCompatibility">The "MediaCompatibility" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:MediaRemovable, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.MediaRemovable">The "MediaRemovable" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Model, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Model">The "Model" property</a>
</dt>
<dt>UDisksDrive:model, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--model">The “model” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Optical, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Optical">The "Optical" property</a>
</dt>
<dt>UDisksDrive:optical, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--optical">The “optical” property</a>
</dt>
<dt>UDisksDrive:optical-blank, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--optical-blank">The “optical-blank” property</a>
</dt>
<dt>UDisksDrive:optical-num-audio-tracks, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--optical-num-audio-tracks">The “optical-num-audio-tracks” property</a>
</dt>
<dt>UDisksDrive:optical-num-data-tracks, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--optical-num-data-tracks">The “optical-num-data-tracks” property</a>
</dt>
<dt>UDisksDrive:optical-num-sessions, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--optical-num-sessions">The “optical-num-sessions” property</a>
</dt>
<dt>UDisksDrive:optical-num-tracks, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--optical-num-tracks">The “optical-num-tracks” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:OpticalBlank, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalBlank">The "OpticalBlank" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:OpticalNumAudioTracks, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumAudioTracks">The "OpticalNumAudioTracks" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:OpticalNumDataTracks, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumDataTracks">The "OpticalNumDataTracks" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:OpticalNumSessions, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumSessions">The "OpticalNumSessions" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:OpticalNumTracks, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.OpticalNumTracks">The "OpticalNumTracks" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Removable, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Removable">The "Removable" property</a>
</dt>
<dt>UDisksDrive:removable, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--removable">The “removable” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Revision, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Revision">The "Revision" property</a>
</dt>
<dt>UDisksDrive:revision, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--revision">The “revision” property</a>
</dt>
<dt>UDisksDrive:rotation-rate, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--rotation-rate">The “rotation-rate” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:RotationRate, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.RotationRate">The "RotationRate" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Seat, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Seat">The "Seat" property</a>
</dt>
<dt>UDisksDrive:seat, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--seat">The “seat” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Serial, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Serial">The "Serial" property</a>
</dt>
<dt>UDisksDrive:serial, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--serial">The “serial” property</a>
</dt>
<dt>UDisksDrive:sibling-id, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--sibling-id">The “sibling-id” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:SiblingId, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SiblingId">The "SiblingId" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Size, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Size">The "Size" property</a>
</dt>
<dt>UDisksDrive:size, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--size">The “size” property</a>
</dt>
<dt>UDisksDrive:sort-key, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--sort-key">The “sort-key” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:SortKey, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.SortKey">The "SortKey" property</a>
</dt>
<dt>UDisksDrive:time-detected, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--time-detected">The “time-detected” property</a>
</dt>
<dt>UDisksDrive:time-media-detected, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--time-media-detected">The “time-media-detected” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:TimeDetected, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.TimeDetected">The "TimeDetected" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:TimeMediaDetected, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.TimeMediaDetected">The "TimeMediaDetected" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:Vendor, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.Vendor">The "Vendor" property</a>
</dt>
<dt>UDisksDrive:vendor, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--vendor">The “vendor” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Drive:WWN, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Drive.html#gdbus-property-org-freedesktop-UDisks2-Drive.WWN">The "WWN" property</a>
</dt>
<dt>UDisksDrive:wwn, <a class="indexterm" href="UDisksDrive.html#UDisksDrive--wwn">The “wwn” property</a>
</dt>
<dt>UDisksDriveAta, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-struct">UDisksDriveAta</a>
</dt>
<dt>UDisksDriveAta::handle-pm-get-state, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-handle-pm-get-state">The “handle-pm-get-state” signal</a>
</dt>
<dt>UDisksDriveAta::handle-pm-standby, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-handle-pm-standby">The “handle-pm-standby” signal</a>
</dt>
<dt>UDisksDriveAta::handle-pm-wakeup, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-handle-pm-wakeup">The “handle-pm-wakeup” signal</a>
</dt>
<dt>UDisksDriveAta::handle-security-erase-unit, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-handle-security-erase-unit">The “handle-security-erase-unit” signal</a>
</dt>
<dt>UDisksDriveAta::handle-smart-get-attributes, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-handle-smart-get-attributes">The “handle-smart-get-attributes” signal</a>
</dt>
<dt>UDisksDriveAta::handle-smart-selftest-abort, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-handle-smart-selftest-abort">The “handle-smart-selftest-abort” signal</a>
</dt>
<dt>UDisksDriveAta::handle-smart-selftest-start, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-handle-smart-selftest-start">The “handle-smart-selftest-start” signal</a>
</dt>
<dt>UDisksDriveAta::handle-smart-set-enabled, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-handle-smart-set-enabled">The “handle-smart-set-enabled” signal</a>
</dt>
<dt>UDisksDriveAta::handle-smart-update, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta-handle-smart-update">The “handle-smart-update” signal</a>
</dt>
<dt>UDisksDriveAta:aam-enabled, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--aam-enabled">The “aam-enabled” property</a>
</dt>
<dt>UDisksDriveAta:aam-supported, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--aam-supported">The “aam-supported” property</a>
</dt>
<dt>UDisksDriveAta:aam-vendor-recommended-value, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--aam-vendor-recommended-value">The “aam-vendor-recommended-value” property</a>
</dt>
<dt>UDisksDriveAta:apm-enabled, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--apm-enabled">The “apm-enabled” property</a>
</dt>
<dt>UDisksDriveAta:apm-supported, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--apm-supported">The “apm-supported” property</a>
</dt>
<dt>UDisksDriveAta:pm-enabled, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--pm-enabled">The “pm-enabled” property</a>
</dt>
<dt>UDisksDriveAta:pm-supported, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--pm-supported">The “pm-supported” property</a>
</dt>
<dt>UDisksDriveAta:security-enhanced-erase-unit-minutes, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--security-enhanced-erase-unit-minutes">The “security-enhanced-erase-unit-minutes” property</a>
</dt>
<dt>UDisksDriveAta:security-erase-unit-minutes, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--security-erase-unit-minutes">The “security-erase-unit-minutes” property</a>
</dt>
<dt>UDisksDriveAta:security-frozen, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--security-frozen">The “security-frozen” property</a>
</dt>
<dt>UDisksDriveAta:smart-enabled, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-enabled">The “smart-enabled” property</a>
</dt>
<dt>UDisksDriveAta:smart-failing, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-failing">The “smart-failing” property</a>
</dt>
<dt>UDisksDriveAta:smart-num-attributes-failed-in-the-past, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-num-attributes-failed-in-the-past">The “smart-num-attributes-failed-in-the-past” property</a>
</dt>
<dt>UDisksDriveAta:smart-num-attributes-failing, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-num-attributes-failing">The “smart-num-attributes-failing” property</a>
</dt>
<dt>UDisksDriveAta:smart-num-bad-sectors, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-num-bad-sectors">The “smart-num-bad-sectors” property</a>
</dt>
<dt>UDisksDriveAta:smart-power-on-seconds, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-power-on-seconds">The “smart-power-on-seconds” property</a>
</dt>
<dt>UDisksDriveAta:smart-selftest-percent-remaining, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-selftest-percent-remaining">The “smart-selftest-percent-remaining” property</a>
</dt>
<dt>UDisksDriveAta:smart-selftest-status, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-selftest-status">The “smart-selftest-status” property</a>
</dt>
<dt>UDisksDriveAta:smart-supported, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-supported">The “smart-supported” property</a>
</dt>
<dt>UDisksDriveAta:smart-temperature, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-temperature">The “smart-temperature” property</a>
</dt>
<dt>UDisksDriveAta:smart-updated, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--smart-updated">The “smart-updated” property</a>
</dt>
<dt>UDisksDriveAta:write-cache-enabled, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--write-cache-enabled">The “write-cache-enabled” property</a>
</dt>
<dt>UDisksDriveAta:write-cache-supported, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAta--write-cache-supported">The “write-cache-supported” property</a>
</dt>
<dt>UDisksDriveAtaIface, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAtaIface">struct UDisksDriveAtaIface</a>
</dt>
<dt>UDisksDriveAtaProxy, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAtaProxy-struct">struct UDisksDriveAtaProxy</a>
</dt>
<dt>UDisksDriveAtaProxyClass, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAtaProxyClass">struct UDisksDriveAtaProxyClass</a>
</dt>
<dt>UDisksDriveAtaSkeleton, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAtaSkeleton-struct">struct UDisksDriveAtaSkeleton</a>
</dt>
<dt>UDisksDriveAtaSkeletonClass, <a class="indexterm" href="UDisksDriveAta.html#UDisksDriveAtaSkeletonClass">struct UDisksDriveAtaSkeletonClass</a>
</dt>
<dt>UDisksDriveIface, <a class="indexterm" href="UDisksDrive.html#UDisksDriveIface">struct UDisksDriveIface</a>
</dt>
<dt>UDisksDriveProxy, <a class="indexterm" href="UDisksDrive.html#UDisksDriveProxy-struct">struct UDisksDriveProxy</a>
</dt>
<dt>UDisksDriveProxyClass, <a class="indexterm" href="UDisksDrive.html#UDisksDriveProxyClass">struct UDisksDriveProxyClass</a>
</dt>
<dt>UDisksDriveSkeleton, <a class="indexterm" href="UDisksDrive.html#UDisksDriveSkeleton-struct">struct UDisksDriveSkeleton</a>
</dt>
<dt>UDisksDriveSkeletonClass, <a class="indexterm" href="UDisksDrive.html#UDisksDriveSkeletonClass">struct UDisksDriveSkeletonClass</a>
</dt>
<dt>udisks_drive_ata_call_pm_get_state, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-pm-get-state">udisks_drive_ata_call_pm_get_state ()</a>
</dt>
<dt>udisks_drive_ata_call_pm_get_state_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-pm-get-state-finish">udisks_drive_ata_call_pm_get_state_finish ()</a>
</dt>
<dt>udisks_drive_ata_call_pm_get_state_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-pm-get-state-sync">udisks_drive_ata_call_pm_get_state_sync ()</a>
</dt>
<dt>udisks_drive_ata_call_pm_standby, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-pm-standby">udisks_drive_ata_call_pm_standby ()</a>
</dt>
<dt>udisks_drive_ata_call_pm_standby_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-pm-standby-finish">udisks_drive_ata_call_pm_standby_finish ()</a>
</dt>
<dt>udisks_drive_ata_call_pm_standby_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-pm-standby-sync">udisks_drive_ata_call_pm_standby_sync ()</a>
</dt>
<dt>udisks_drive_ata_call_pm_wakeup, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-pm-wakeup">udisks_drive_ata_call_pm_wakeup ()</a>
</dt>
<dt>udisks_drive_ata_call_pm_wakeup_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-pm-wakeup-finish">udisks_drive_ata_call_pm_wakeup_finish ()</a>
</dt>
<dt>udisks_drive_ata_call_pm_wakeup_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-pm-wakeup-sync">udisks_drive_ata_call_pm_wakeup_sync ()</a>
</dt>
<dt>udisks_drive_ata_call_security_erase_unit, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-security-erase-unit">udisks_drive_ata_call_security_erase_unit ()</a>
</dt>
<dt>udisks_drive_ata_call_security_erase_unit_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-security-erase-unit-finish">udisks_drive_ata_call_security_erase_unit_finish ()</a>
</dt>
<dt>udisks_drive_ata_call_security_erase_unit_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-security-erase-unit-sync">udisks_drive_ata_call_security_erase_unit_sync ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_get_attributes, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-get-attributes">udisks_drive_ata_call_smart_get_attributes ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_get_attributes_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-get-attributes-finish">udisks_drive_ata_call_smart_get_attributes_finish ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_get_attributes_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-get-attributes-sync">udisks_drive_ata_call_smart_get_attributes_sync ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_selftest_abort, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-selftest-abort">udisks_drive_ata_call_smart_selftest_abort ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_selftest_abort_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-selftest-abort-finish">udisks_drive_ata_call_smart_selftest_abort_finish ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_selftest_abort_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-selftest-abort-sync">udisks_drive_ata_call_smart_selftest_abort_sync ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_selftest_start, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-selftest-start">udisks_drive_ata_call_smart_selftest_start ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_selftest_start_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-selftest-start-finish">udisks_drive_ata_call_smart_selftest_start_finish ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_selftest_start_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-selftest-start-sync">udisks_drive_ata_call_smart_selftest_start_sync ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_set_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-set-enabled">udisks_drive_ata_call_smart_set_enabled ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_set_enabled_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-set-enabled-finish">udisks_drive_ata_call_smart_set_enabled_finish ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_set_enabled_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-set-enabled-sync">udisks_drive_ata_call_smart_set_enabled_sync ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_update, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-update">udisks_drive_ata_call_smart_update ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_update_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-update-finish">udisks_drive_ata_call_smart_update_finish ()</a>
</dt>
<dt>udisks_drive_ata_call_smart_update_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-call-smart-update-sync">udisks_drive_ata_call_smart_update_sync ()</a>
</dt>
<dt>udisks_drive_ata_complete_pm_get_state, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-complete-pm-get-state">udisks_drive_ata_complete_pm_get_state ()</a>
</dt>
<dt>udisks_drive_ata_complete_pm_standby, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-complete-pm-standby">udisks_drive_ata_complete_pm_standby ()</a>
</dt>
<dt>udisks_drive_ata_complete_pm_wakeup, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-complete-pm-wakeup">udisks_drive_ata_complete_pm_wakeup ()</a>
</dt>
<dt>udisks_drive_ata_complete_security_erase_unit, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-complete-security-erase-unit">udisks_drive_ata_complete_security_erase_unit ()</a>
</dt>
<dt>udisks_drive_ata_complete_smart_get_attributes, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-complete-smart-get-attributes">udisks_drive_ata_complete_smart_get_attributes ()</a>
</dt>
<dt>udisks_drive_ata_complete_smart_selftest_abort, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-complete-smart-selftest-abort">udisks_drive_ata_complete_smart_selftest_abort ()</a>
</dt>
<dt>udisks_drive_ata_complete_smart_selftest_start, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-complete-smart-selftest-start">udisks_drive_ata_complete_smart_selftest_start ()</a>
</dt>
<dt>udisks_drive_ata_complete_smart_set_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-complete-smart-set-enabled">udisks_drive_ata_complete_smart_set_enabled ()</a>
</dt>
<dt>udisks_drive_ata_complete_smart_update, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-complete-smart-update">udisks_drive_ata_complete_smart_update ()</a>
</dt>
<dt>udisks_drive_ata_dup_smart_selftest_status, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-dup-smart-selftest-status">udisks_drive_ata_dup_smart_selftest_status ()</a>
</dt>
<dt>udisks_drive_ata_get_aam_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-aam-enabled">udisks_drive_ata_get_aam_enabled ()</a>
</dt>
<dt>udisks_drive_ata_get_aam_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-aam-supported">udisks_drive_ata_get_aam_supported ()</a>
</dt>
<dt>udisks_drive_ata_get_aam_vendor_recommended_value, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-aam-vendor-recommended-value">udisks_drive_ata_get_aam_vendor_recommended_value ()</a>
</dt>
<dt>udisks_drive_ata_get_apm_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-apm-enabled">udisks_drive_ata_get_apm_enabled ()</a>
</dt>
<dt>udisks_drive_ata_get_apm_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-apm-supported">udisks_drive_ata_get_apm_supported ()</a>
</dt>
<dt>udisks_drive_ata_get_pm_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-pm-enabled">udisks_drive_ata_get_pm_enabled ()</a>
</dt>
<dt>udisks_drive_ata_get_pm_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-pm-supported">udisks_drive_ata_get_pm_supported ()</a>
</dt>
<dt>udisks_drive_ata_get_security_enhanced_erase_unit_minutes, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-security-enhanced-erase-unit-minutes">udisks_drive_ata_get_security_enhanced_erase_unit_minutes ()</a>
</dt>
<dt>udisks_drive_ata_get_security_erase_unit_minutes, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-security-erase-unit-minutes">udisks_drive_ata_get_security_erase_unit_minutes ()</a>
</dt>
<dt>udisks_drive_ata_get_security_frozen, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-security-frozen">udisks_drive_ata_get_security_frozen ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-enabled">udisks_drive_ata_get_smart_enabled ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_failing, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-failing">udisks_drive_ata_get_smart_failing ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_num_attributes_failed_in_the_past, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-num-attributes-failed-in-the-past">udisks_drive_ata_get_smart_num_attributes_failed_in_the_past ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_num_attributes_failing, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-num-attributes-failing">udisks_drive_ata_get_smart_num_attributes_failing ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_num_bad_sectors, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-num-bad-sectors">udisks_drive_ata_get_smart_num_bad_sectors ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_power_on_seconds, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-power-on-seconds">udisks_drive_ata_get_smart_power_on_seconds ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_selftest_percent_remaining, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-selftest-percent-remaining">udisks_drive_ata_get_smart_selftest_percent_remaining ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_selftest_status, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-selftest-status">udisks_drive_ata_get_smart_selftest_status ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-supported">udisks_drive_ata_get_smart_supported ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_temperature, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-temperature">udisks_drive_ata_get_smart_temperature ()</a>
</dt>
<dt>udisks_drive_ata_get_smart_updated, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-smart-updated">udisks_drive_ata_get_smart_updated ()</a>
</dt>
<dt>udisks_drive_ata_get_write_cache_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-write-cache-enabled">udisks_drive_ata_get_write_cache_enabled ()</a>
</dt>
<dt>udisks_drive_ata_get_write_cache_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-get-write-cache-supported">udisks_drive_ata_get_write_cache_supported ()</a>
</dt>
<dt>udisks_drive_ata_interface_info, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-interface-info">udisks_drive_ata_interface_info ()</a>
</dt>
<dt>udisks_drive_ata_override_properties, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-override-properties">udisks_drive_ata_override_properties ()</a>
</dt>
<dt>udisks_drive_ata_proxy_new, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-proxy-new">udisks_drive_ata_proxy_new ()</a>
</dt>
<dt>udisks_drive_ata_proxy_new_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-proxy-new-finish">udisks_drive_ata_proxy_new_finish ()</a>
</dt>
<dt>udisks_drive_ata_proxy_new_for_bus, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-proxy-new-for-bus">udisks_drive_ata_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_drive_ata_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-proxy-new-for-bus-finish">udisks_drive_ata_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_drive_ata_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-proxy-new-for-bus-sync">udisks_drive_ata_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_drive_ata_proxy_new_sync, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-proxy-new-sync">udisks_drive_ata_proxy_new_sync ()</a>
</dt>
<dt>udisks_drive_ata_set_aam_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-aam-enabled">udisks_drive_ata_set_aam_enabled ()</a>
</dt>
<dt>udisks_drive_ata_set_aam_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-aam-supported">udisks_drive_ata_set_aam_supported ()</a>
</dt>
<dt>udisks_drive_ata_set_aam_vendor_recommended_value, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-aam-vendor-recommended-value">udisks_drive_ata_set_aam_vendor_recommended_value ()</a>
</dt>
<dt>udisks_drive_ata_set_apm_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-apm-enabled">udisks_drive_ata_set_apm_enabled ()</a>
</dt>
<dt>udisks_drive_ata_set_apm_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-apm-supported">udisks_drive_ata_set_apm_supported ()</a>
</dt>
<dt>udisks_drive_ata_set_pm_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-pm-enabled">udisks_drive_ata_set_pm_enabled ()</a>
</dt>
<dt>udisks_drive_ata_set_pm_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-pm-supported">udisks_drive_ata_set_pm_supported ()</a>
</dt>
<dt>udisks_drive_ata_set_security_enhanced_erase_unit_minutes, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-security-enhanced-erase-unit-minutes">udisks_drive_ata_set_security_enhanced_erase_unit_minutes ()</a>
</dt>
<dt>udisks_drive_ata_set_security_erase_unit_minutes, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-security-erase-unit-minutes">udisks_drive_ata_set_security_erase_unit_minutes ()</a>
</dt>
<dt>udisks_drive_ata_set_security_frozen, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-security-frozen">udisks_drive_ata_set_security_frozen ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-enabled">udisks_drive_ata_set_smart_enabled ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_failing, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-failing">udisks_drive_ata_set_smart_failing ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_num_attributes_failed_in_the_past, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-num-attributes-failed-in-the-past">udisks_drive_ata_set_smart_num_attributes_failed_in_the_past ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_num_attributes_failing, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-num-attributes-failing">udisks_drive_ata_set_smart_num_attributes_failing ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_num_bad_sectors, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-num-bad-sectors">udisks_drive_ata_set_smart_num_bad_sectors ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_power_on_seconds, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-power-on-seconds">udisks_drive_ata_set_smart_power_on_seconds ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_selftest_percent_remaining, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-selftest-percent-remaining">udisks_drive_ata_set_smart_selftest_percent_remaining ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_selftest_status, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-selftest-status">udisks_drive_ata_set_smart_selftest_status ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-supported">udisks_drive_ata_set_smart_supported ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_temperature, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-temperature">udisks_drive_ata_set_smart_temperature ()</a>
</dt>
<dt>udisks_drive_ata_set_smart_updated, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-smart-updated">udisks_drive_ata_set_smart_updated ()</a>
</dt>
<dt>udisks_drive_ata_set_write_cache_enabled, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-write-cache-enabled">udisks_drive_ata_set_write_cache_enabled ()</a>
</dt>
<dt>udisks_drive_ata_set_write_cache_supported, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-set-write-cache-supported">udisks_drive_ata_set_write_cache_supported ()</a>
</dt>
<dt>udisks_drive_ata_skeleton_new, <a class="indexterm" href="UDisksDriveAta.html#udisks-drive-ata-skeleton-new">udisks_drive_ata_skeleton_new ()</a>
</dt>
<dt>udisks_drive_call_eject, <a class="indexterm" href="UDisksDrive.html#udisks-drive-call-eject">udisks_drive_call_eject ()</a>
</dt>
<dt>udisks_drive_call_eject_finish, <a class="indexterm" href="UDisksDrive.html#udisks-drive-call-eject-finish">udisks_drive_call_eject_finish ()</a>
</dt>
<dt>udisks_drive_call_eject_sync, <a class="indexterm" href="UDisksDrive.html#udisks-drive-call-eject-sync">udisks_drive_call_eject_sync ()</a>
</dt>
<dt>udisks_drive_call_power_off, <a class="indexterm" href="UDisksDrive.html#udisks-drive-call-power-off">udisks_drive_call_power_off ()</a>
</dt>
<dt>udisks_drive_call_power_off_finish, <a class="indexterm" href="UDisksDrive.html#udisks-drive-call-power-off-finish">udisks_drive_call_power_off_finish ()</a>
</dt>
<dt>udisks_drive_call_power_off_sync, <a class="indexterm" href="UDisksDrive.html#udisks-drive-call-power-off-sync">udisks_drive_call_power_off_sync ()</a>
</dt>
<dt>udisks_drive_call_set_configuration, <a class="indexterm" href="UDisksDrive.html#udisks-drive-call-set-configuration">udisks_drive_call_set_configuration ()</a>
</dt>
<dt>udisks_drive_call_set_configuration_finish, <a class="indexterm" href="UDisksDrive.html#udisks-drive-call-set-configuration-finish">udisks_drive_call_set_configuration_finish ()</a>
</dt>
<dt>udisks_drive_call_set_configuration_sync, <a class="indexterm" href="UDisksDrive.html#udisks-drive-call-set-configuration-sync">udisks_drive_call_set_configuration_sync ()</a>
</dt>
<dt>udisks_drive_complete_eject, <a class="indexterm" href="UDisksDrive.html#udisks-drive-complete-eject">udisks_drive_complete_eject ()</a>
</dt>
<dt>udisks_drive_complete_power_off, <a class="indexterm" href="UDisksDrive.html#udisks-drive-complete-power-off">udisks_drive_complete_power_off ()</a>
</dt>
<dt>udisks_drive_complete_set_configuration, <a class="indexterm" href="UDisksDrive.html#udisks-drive-complete-set-configuration">udisks_drive_complete_set_configuration ()</a>
</dt>
<dt>udisks_drive_dup_configuration, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-configuration">udisks_drive_dup_configuration ()</a>
</dt>
<dt>udisks_drive_dup_connection_bus, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-connection-bus">udisks_drive_dup_connection_bus ()</a>
</dt>
<dt>udisks_drive_dup_id, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-id">udisks_drive_dup_id ()</a>
</dt>
<dt>udisks_drive_dup_media, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-media">udisks_drive_dup_media ()</a>
</dt>
<dt>udisks_drive_dup_media_compatibility, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-media-compatibility">udisks_drive_dup_media_compatibility ()</a>
</dt>
<dt>udisks_drive_dup_model, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-model">udisks_drive_dup_model ()</a>
</dt>
<dt>udisks_drive_dup_revision, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-revision">udisks_drive_dup_revision ()</a>
</dt>
<dt>udisks_drive_dup_seat, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-seat">udisks_drive_dup_seat ()</a>
</dt>
<dt>udisks_drive_dup_serial, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-serial">udisks_drive_dup_serial ()</a>
</dt>
<dt>udisks_drive_dup_sibling_id, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-sibling-id">udisks_drive_dup_sibling_id ()</a>
</dt>
<dt>udisks_drive_dup_sort_key, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-sort-key">udisks_drive_dup_sort_key ()</a>
</dt>
<dt>udisks_drive_dup_vendor, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-vendor">udisks_drive_dup_vendor ()</a>
</dt>
<dt>udisks_drive_dup_wwn, <a class="indexterm" href="UDisksDrive.html#udisks-drive-dup-wwn">udisks_drive_dup_wwn ()</a>
</dt>
<dt>udisks_drive_get_can_power_off, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-can-power-off">udisks_drive_get_can_power_off ()</a>
</dt>
<dt>udisks_drive_get_configuration, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-configuration">udisks_drive_get_configuration ()</a>
</dt>
<dt>udisks_drive_get_connection_bus, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-connection-bus">udisks_drive_get_connection_bus ()</a>
</dt>
<dt>udisks_drive_get_ejectable, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-ejectable">udisks_drive_get_ejectable ()</a>
</dt>
<dt>udisks_drive_get_id, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-id">udisks_drive_get_id ()</a>
</dt>
<dt>udisks_drive_get_media, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-media">udisks_drive_get_media ()</a>
</dt>
<dt>udisks_drive_get_media_available, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-media-available">udisks_drive_get_media_available ()</a>
</dt>
<dt>udisks_drive_get_media_change_detected, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-media-change-detected">udisks_drive_get_media_change_detected ()</a>
</dt>
<dt>udisks_drive_get_media_compatibility, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-media-compatibility">udisks_drive_get_media_compatibility ()</a>
</dt>
<dt>udisks_drive_get_media_removable, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-media-removable">udisks_drive_get_media_removable ()</a>
</dt>
<dt>udisks_drive_get_model, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-model">udisks_drive_get_model ()</a>
</dt>
<dt>udisks_drive_get_optical, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-optical">udisks_drive_get_optical ()</a>
</dt>
<dt>udisks_drive_get_optical_blank, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-optical-blank">udisks_drive_get_optical_blank ()</a>
</dt>
<dt>udisks_drive_get_optical_num_audio_tracks, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-optical-num-audio-tracks">udisks_drive_get_optical_num_audio_tracks ()</a>
</dt>
<dt>udisks_drive_get_optical_num_data_tracks, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-optical-num-data-tracks">udisks_drive_get_optical_num_data_tracks ()</a>
</dt>
<dt>udisks_drive_get_optical_num_sessions, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-optical-num-sessions">udisks_drive_get_optical_num_sessions ()</a>
</dt>
<dt>udisks_drive_get_optical_num_tracks, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-optical-num-tracks">udisks_drive_get_optical_num_tracks ()</a>
</dt>
<dt>udisks_drive_get_removable, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-removable">udisks_drive_get_removable ()</a>
</dt>
<dt>udisks_drive_get_revision, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-revision">udisks_drive_get_revision ()</a>
</dt>
<dt>udisks_drive_get_rotation_rate, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-rotation-rate">udisks_drive_get_rotation_rate ()</a>
</dt>
<dt>udisks_drive_get_seat, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-seat">udisks_drive_get_seat ()</a>
</dt>
<dt>udisks_drive_get_serial, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-serial">udisks_drive_get_serial ()</a>
</dt>
<dt>udisks_drive_get_sibling_id, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-sibling-id">udisks_drive_get_sibling_id ()</a>
</dt>
<dt>udisks_drive_get_size, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-size">udisks_drive_get_size ()</a>
</dt>
<dt>udisks_drive_get_sort_key, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-sort-key">udisks_drive_get_sort_key ()</a>
</dt>
<dt>udisks_drive_get_time_detected, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-time-detected">udisks_drive_get_time_detected ()</a>
</dt>
<dt>udisks_drive_get_time_media_detected, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-time-media-detected">udisks_drive_get_time_media_detected ()</a>
</dt>
<dt>udisks_drive_get_vendor, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-vendor">udisks_drive_get_vendor ()</a>
</dt>
<dt>udisks_drive_get_wwn, <a class="indexterm" href="UDisksDrive.html#udisks-drive-get-wwn">udisks_drive_get_wwn ()</a>
</dt>
<dt>udisks_drive_interface_info, <a class="indexterm" href="UDisksDrive.html#udisks-drive-interface-info">udisks_drive_interface_info ()</a>
</dt>
<dt>udisks_drive_override_properties, <a class="indexterm" href="UDisksDrive.html#udisks-drive-override-properties">udisks_drive_override_properties ()</a>
</dt>
<dt>udisks_drive_proxy_new, <a class="indexterm" href="UDisksDrive.html#udisks-drive-proxy-new">udisks_drive_proxy_new ()</a>
</dt>
<dt>udisks_drive_proxy_new_finish, <a class="indexterm" href="UDisksDrive.html#udisks-drive-proxy-new-finish">udisks_drive_proxy_new_finish ()</a>
</dt>
<dt>udisks_drive_proxy_new_for_bus, <a class="indexterm" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus">udisks_drive_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_drive_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus-finish">udisks_drive_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_drive_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksDrive.html#udisks-drive-proxy-new-for-bus-sync">udisks_drive_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_drive_proxy_new_sync, <a class="indexterm" href="UDisksDrive.html#udisks-drive-proxy-new-sync">udisks_drive_proxy_new_sync ()</a>
</dt>
<dt>udisks_drive_set_can_power_off, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-can-power-off">udisks_drive_set_can_power_off ()</a>
</dt>
<dt>udisks_drive_set_configuration, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-configuration">udisks_drive_set_configuration ()</a>
</dt>
<dt>udisks_drive_set_connection_bus, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-connection-bus">udisks_drive_set_connection_bus ()</a>
</dt>
<dt>udisks_drive_set_ejectable, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-ejectable">udisks_drive_set_ejectable ()</a>
</dt>
<dt>udisks_drive_set_id, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-id">udisks_drive_set_id ()</a>
</dt>
<dt>udisks_drive_set_media, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-media">udisks_drive_set_media ()</a>
</dt>
<dt>udisks_drive_set_media_available, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-media-available">udisks_drive_set_media_available ()</a>
</dt>
<dt>udisks_drive_set_media_change_detected, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-media-change-detected">udisks_drive_set_media_change_detected ()</a>
</dt>
<dt>udisks_drive_set_media_compatibility, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-media-compatibility">udisks_drive_set_media_compatibility ()</a>
</dt>
<dt>udisks_drive_set_media_removable, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-media-removable">udisks_drive_set_media_removable ()</a>
</dt>
<dt>udisks_drive_set_model, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-model">udisks_drive_set_model ()</a>
</dt>
<dt>udisks_drive_set_optical, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-optical">udisks_drive_set_optical ()</a>
</dt>
<dt>udisks_drive_set_optical_blank, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-optical-blank">udisks_drive_set_optical_blank ()</a>
</dt>
<dt>udisks_drive_set_optical_num_audio_tracks, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-optical-num-audio-tracks">udisks_drive_set_optical_num_audio_tracks ()</a>
</dt>
<dt>udisks_drive_set_optical_num_data_tracks, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-optical-num-data-tracks">udisks_drive_set_optical_num_data_tracks ()</a>
</dt>
<dt>udisks_drive_set_optical_num_sessions, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-optical-num-sessions">udisks_drive_set_optical_num_sessions ()</a>
</dt>
<dt>udisks_drive_set_optical_num_tracks, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-optical-num-tracks">udisks_drive_set_optical_num_tracks ()</a>
</dt>
<dt>udisks_drive_set_removable, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-removable">udisks_drive_set_removable ()</a>
</dt>
<dt>udisks_drive_set_revision, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-revision">udisks_drive_set_revision ()</a>
</dt>
<dt>udisks_drive_set_rotation_rate, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-rotation-rate">udisks_drive_set_rotation_rate ()</a>
</dt>
<dt>udisks_drive_set_seat, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-seat">udisks_drive_set_seat ()</a>
</dt>
<dt>udisks_drive_set_serial, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-serial">udisks_drive_set_serial ()</a>
</dt>
<dt>udisks_drive_set_sibling_id, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-sibling-id">udisks_drive_set_sibling_id ()</a>
</dt>
<dt>udisks_drive_set_size, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-size">udisks_drive_set_size ()</a>
</dt>
<dt>udisks_drive_set_sort_key, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-sort-key">udisks_drive_set_sort_key ()</a>
</dt>
<dt>udisks_drive_set_time_detected, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-time-detected">udisks_drive_set_time_detected ()</a>
</dt>
<dt>udisks_drive_set_time_media_detected, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-time-media-detected">udisks_drive_set_time_media_detected ()</a>
</dt>
<dt>udisks_drive_set_vendor, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-vendor">udisks_drive_set_vendor ()</a>
</dt>
<dt>udisks_drive_set_wwn, <a class="indexterm" href="UDisksDrive.html#udisks-drive-set-wwn">udisks_drive_set_wwn ()</a>
</dt>
<dt>udisks_drive_skeleton_new, <a class="indexterm" href="UDisksDrive.html#udisks-drive-skeleton-new">udisks_drive_skeleton_new ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>E</h3>
<dl>
<dt>org.freedesktop.UDisks2.Encrypted, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Encrypted.html#gdbus-interface-org-freedesktop-UDisks2-Encrypted.top_of_page">org.freedesktop.UDisks2.Encrypted</a>
</dt>
<dt>UDisksEncrypted, <a class="indexterm" href="UDisksEncrypted.html#UDisksEncrypted-struct">UDisksEncrypted</a>
</dt>
<dt>org.freedesktop.UDisks2.Encrypted.ChangePassphrase(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Encrypted.html#gdbus-method-org-freedesktop-UDisks2-Encrypted.ChangePassphrase">The ChangePassphrase() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Encrypted.Lock(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Encrypted.html#gdbus-method-org-freedesktop-UDisks2-Encrypted.Lock">The Lock() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Encrypted.Unlock(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Encrypted.html#gdbus-method-org-freedesktop-UDisks2-Encrypted.Unlock">The Unlock() method</a>
</dt>
<dt>UDisksEncrypted::handle-change-passphrase, <a class="indexterm" href="UDisksEncrypted.html#UDisksEncrypted-handle-change-passphrase">The “handle-change-passphrase” signal</a>
</dt>
<dt>UDisksEncrypted::handle-lock, <a class="indexterm" href="UDisksEncrypted.html#UDisksEncrypted-handle-lock">The “handle-lock” signal</a>
</dt>
<dt>UDisksEncrypted::handle-unlock, <a class="indexterm" href="UDisksEncrypted.html#UDisksEncrypted-handle-unlock">The “handle-unlock” signal</a>
</dt>
<dt>UDisksEncryptedIface, <a class="indexterm" href="UDisksEncrypted.html#UDisksEncryptedIface">struct UDisksEncryptedIface</a>
</dt>
<dt>UDisksEncryptedProxy, <a class="indexterm" href="UDisksEncrypted.html#UDisksEncryptedProxy-struct">struct UDisksEncryptedProxy</a>
</dt>
<dt>UDisksEncryptedProxyClass, <a class="indexterm" href="UDisksEncrypted.html#UDisksEncryptedProxyClass">struct UDisksEncryptedProxyClass</a>
</dt>
<dt>UDisksEncryptedSkeleton, <a class="indexterm" href="UDisksEncrypted.html#UDisksEncryptedSkeleton-struct">struct UDisksEncryptedSkeleton</a>
</dt>
<dt>UDisksEncryptedSkeletonClass, <a class="indexterm" href="UDisksEncrypted.html#UDisksEncryptedSkeletonClass">struct UDisksEncryptedSkeletonClass</a>
</dt>
<dt>udisks_encrypted_call_change_passphrase, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-call-change-passphrase">udisks_encrypted_call_change_passphrase ()</a>
</dt>
<dt>udisks_encrypted_call_change_passphrase_finish, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-call-change-passphrase-finish">udisks_encrypted_call_change_passphrase_finish ()</a>
</dt>
<dt>udisks_encrypted_call_change_passphrase_sync, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-call-change-passphrase-sync">udisks_encrypted_call_change_passphrase_sync ()</a>
</dt>
<dt>udisks_encrypted_call_lock, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-call-lock">udisks_encrypted_call_lock ()</a>
</dt>
<dt>udisks_encrypted_call_lock_finish, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-call-lock-finish">udisks_encrypted_call_lock_finish ()</a>
</dt>
<dt>udisks_encrypted_call_lock_sync, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-call-lock-sync">udisks_encrypted_call_lock_sync ()</a>
</dt>
<dt>udisks_encrypted_call_unlock, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-call-unlock">udisks_encrypted_call_unlock ()</a>
</dt>
<dt>udisks_encrypted_call_unlock_finish, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-call-unlock-finish">udisks_encrypted_call_unlock_finish ()</a>
</dt>
<dt>udisks_encrypted_call_unlock_sync, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-call-unlock-sync">udisks_encrypted_call_unlock_sync ()</a>
</dt>
<dt>udisks_encrypted_complete_change_passphrase, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-complete-change-passphrase">udisks_encrypted_complete_change_passphrase ()</a>
</dt>
<dt>udisks_encrypted_complete_lock, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-complete-lock">udisks_encrypted_complete_lock ()</a>
</dt>
<dt>udisks_encrypted_complete_unlock, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-complete-unlock">udisks_encrypted_complete_unlock ()</a>
</dt>
<dt>udisks_encrypted_interface_info, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-interface-info">udisks_encrypted_interface_info ()</a>
</dt>
<dt>udisks_encrypted_override_properties, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-override-properties">udisks_encrypted_override_properties ()</a>
</dt>
<dt>udisks_encrypted_proxy_new, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-proxy-new">udisks_encrypted_proxy_new ()</a>
</dt>
<dt>udisks_encrypted_proxy_new_finish, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-proxy-new-finish">udisks_encrypted_proxy_new_finish ()</a>
</dt>
<dt>udisks_encrypted_proxy_new_for_bus, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-proxy-new-for-bus">udisks_encrypted_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_encrypted_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-proxy-new-for-bus-finish">udisks_encrypted_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_encrypted_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-proxy-new-for-bus-sync">udisks_encrypted_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_encrypted_proxy_new_sync, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-proxy-new-sync">udisks_encrypted_proxy_new_sync ()</a>
</dt>
<dt>udisks_encrypted_skeleton_new, <a class="indexterm" href="UDisksEncrypted.html#udisks-encrypted-skeleton-new">udisks_encrypted_skeleton_new ()</a>
</dt>
<dt>UDisksError, <a class="indexterm" href="udisks2-UDisksError.html#UDisksError">enum UDisksError</a>
</dt>
<dt>UDISKS_ERROR, <a class="indexterm" href="udisks2-UDisksError.html#UDISKS-ERROR:CAPS">UDISKS_ERROR</a>
</dt>
<dt>udisks_error, <a class="indexterm" href="udisks2-Logging.html#udisks-error">udisks_error()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>F</h3>
<dl>
<dt>org.freedesktop.UDisks2.Filesystem, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Filesystem.html#gdbus-interface-org-freedesktop-UDisks2-Filesystem.top_of_page">org.freedesktop.UDisks2.Filesystem</a>
</dt>
<dt>UDisksFilesystem, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystem-struct">UDisksFilesystem</a>
</dt>
<dt>org.freedesktop.UDisks2.Filesystem.Mount(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Filesystem.html#gdbus-method-org-freedesktop-UDisks2-Filesystem.Mount">The Mount() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Filesystem.SetLabel(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Filesystem.html#gdbus-method-org-freedesktop-UDisks2-Filesystem.SetLabel">The SetLabel() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Filesystem.Unmount(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Filesystem.html#gdbus-method-org-freedesktop-UDisks2-Filesystem.Unmount">The Unmount() method</a>
</dt>
<dt>UDisksFilesystem::handle-mount, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystem-handle-mount">The “handle-mount” signal</a>
</dt>
<dt>UDisksFilesystem::handle-set-label, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystem-handle-set-label">The “handle-set-label” signal</a>
</dt>
<dt>UDisksFilesystem::handle-unmount, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystem-handle-unmount">The “handle-unmount” signal</a>
</dt>
<dt>UDisksFilesystem:mount-points, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystem--mount-points">The “mount-points” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Filesystem:MountPoints, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Filesystem.html#gdbus-property-org-freedesktop-UDisks2-Filesystem.MountPoints">The "MountPoints" property</a>
</dt>
<dt>UDisksFilesystemIface, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystemIface">struct UDisksFilesystemIface</a>
</dt>
<dt>UDisksFilesystemProxy, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystemProxy-struct">struct UDisksFilesystemProxy</a>
</dt>
<dt>UDisksFilesystemProxyClass, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystemProxyClass">struct UDisksFilesystemProxyClass</a>
</dt>
<dt>UDisksFilesystemSkeleton, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystemSkeleton-struct">struct UDisksFilesystemSkeleton</a>
</dt>
<dt>UDisksFilesystemSkeletonClass, <a class="indexterm" href="UDisksFilesystem.html#UDisksFilesystemSkeletonClass">struct UDisksFilesystemSkeletonClass</a>
</dt>
<dt>udisks_filesystem_call_mount, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-call-mount">udisks_filesystem_call_mount ()</a>
</dt>
<dt>udisks_filesystem_call_mount_finish, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-call-mount-finish">udisks_filesystem_call_mount_finish ()</a>
</dt>
<dt>udisks_filesystem_call_mount_sync, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-call-mount-sync">udisks_filesystem_call_mount_sync ()</a>
</dt>
<dt>udisks_filesystem_call_set_label, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-call-set-label">udisks_filesystem_call_set_label ()</a>
</dt>
<dt>udisks_filesystem_call_set_label_finish, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-call-set-label-finish">udisks_filesystem_call_set_label_finish ()</a>
</dt>
<dt>udisks_filesystem_call_set_label_sync, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-call-set-label-sync">udisks_filesystem_call_set_label_sync ()</a>
</dt>
<dt>udisks_filesystem_call_unmount, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-call-unmount">udisks_filesystem_call_unmount ()</a>
</dt>
<dt>udisks_filesystem_call_unmount_finish, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-call-unmount-finish">udisks_filesystem_call_unmount_finish ()</a>
</dt>
<dt>udisks_filesystem_call_unmount_sync, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-call-unmount-sync">udisks_filesystem_call_unmount_sync ()</a>
</dt>
<dt>udisks_filesystem_complete_mount, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-complete-mount">udisks_filesystem_complete_mount ()</a>
</dt>
<dt>udisks_filesystem_complete_set_label, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-complete-set-label">udisks_filesystem_complete_set_label ()</a>
</dt>
<dt>udisks_filesystem_complete_unmount, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-complete-unmount">udisks_filesystem_complete_unmount ()</a>
</dt>
<dt>udisks_filesystem_dup_mount_points, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-dup-mount-points">udisks_filesystem_dup_mount_points ()</a>
</dt>
<dt>udisks_filesystem_get_mount_points, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-get-mount-points">udisks_filesystem_get_mount_points ()</a>
</dt>
<dt>udisks_filesystem_interface_info, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-interface-info">udisks_filesystem_interface_info ()</a>
</dt>
<dt>udisks_filesystem_override_properties, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-override-properties">udisks_filesystem_override_properties ()</a>
</dt>
<dt>udisks_filesystem_proxy_new, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-proxy-new">udisks_filesystem_proxy_new ()</a>
</dt>
<dt>udisks_filesystem_proxy_new_finish, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-proxy-new-finish">udisks_filesystem_proxy_new_finish ()</a>
</dt>
<dt>udisks_filesystem_proxy_new_for_bus, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-proxy-new-for-bus">udisks_filesystem_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_filesystem_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-proxy-new-for-bus-finish">udisks_filesystem_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_filesystem_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-proxy-new-for-bus-sync">udisks_filesystem_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_filesystem_proxy_new_sync, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-proxy-new-sync">udisks_filesystem_proxy_new_sync ()</a>
</dt>
<dt>udisks_filesystem_set_mount_points, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-set-mount-points">udisks_filesystem_set_mount_points ()</a>
</dt>
<dt>udisks_filesystem_skeleton_new, <a class="indexterm" href="UDisksFilesystem.html#udisks-filesystem-skeleton-new">udisks_filesystem_skeleton_new ()</a>
</dt>
<dt>UDisksFstabEntry, <a class="indexterm" href="UDisksFstabMonitor.html#UDisksFstabEntry-struct">UDisksFstabEntry</a>
</dt>
<dt>UDisksFstabMonitor, <a class="indexterm" href="UDisksFstabMonitor.html#UDisksFstabMonitor-struct">UDisksFstabMonitor</a>
</dt>
<dt>UDisksFstabMonitor::entry-added, <a class="indexterm" href="UDisksFstabMonitor.html#UDisksFstabMonitor-entry-added">The “entry-added” signal</a>
</dt>
<dt>UDisksFstabMonitor::entry-removed, <a class="indexterm" href="UDisksFstabMonitor.html#UDisksFstabMonitor-entry-removed">The “entry-removed” signal</a>
</dt>
<dt>udisks_fstab_entry_compare, <a class="indexterm" href="UDisksFstabMonitor.html#udisks-fstab-entry-compare">udisks_fstab_entry_compare ()</a>
</dt>
<dt>udisks_fstab_entry_get_dir, <a class="indexterm" href="UDisksFstabMonitor.html#udisks-fstab-entry-get-dir">udisks_fstab_entry_get_dir ()</a>
</dt>
<dt>udisks_fstab_entry_get_freq, <a class="indexterm" href="UDisksFstabMonitor.html#udisks-fstab-entry-get-freq">udisks_fstab_entry_get_freq ()</a>
</dt>
<dt>udisks_fstab_entry_get_fsname, <a class="indexterm" href="UDisksFstabMonitor.html#udisks-fstab-entry-get-fsname">udisks_fstab_entry_get_fsname ()</a>
</dt>
<dt>udisks_fstab_entry_get_fstype, <a class="indexterm" href="UDisksFstabMonitor.html#udisks-fstab-entry-get-fstype">udisks_fstab_entry_get_fstype ()</a>
</dt>
<dt>udisks_fstab_entry_get_opts, <a class="indexterm" href="UDisksFstabMonitor.html#udisks-fstab-entry-get-opts">udisks_fstab_entry_get_opts ()</a>
</dt>
<dt>udisks_fstab_entry_get_passno, <a class="indexterm" href="UDisksFstabMonitor.html#udisks-fstab-entry-get-passno">udisks_fstab_entry_get_passno ()</a>
</dt>
<dt>udisks_fstab_monitor_get_entries, <a class="indexterm" href="UDisksFstabMonitor.html#udisks-fstab-monitor-get-entries">udisks_fstab_monitor_get_entries ()</a>
</dt>
<dt>udisks_fstab_monitor_new, <a class="indexterm" href="UDisksFstabMonitor.html#udisks-fstab-monitor-new">udisks_fstab_monitor_new ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>I</h3>
<dl>
<dt>udisks_info, <a class="indexterm" href="udisks2-Logging.html#udisks-info">udisks_info()</a>
</dt>
<dt>UDisksInhibitCookie, <a class="indexterm" href="udisks2-Utilities.html#UDisksInhibitCookie">UDisksInhibitCookie</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>J</h3>
<dl>
<dt>org.freedesktop.UDisks2.Job, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-interface-org-freedesktop-UDisks2-Job.top_of_page">org.freedesktop.UDisks2.Job</a>
</dt>
<dt>UDisksJob, <a class="indexterm" href="UDisksJob.html#UDisksJob-struct">UDisksJob</a>
</dt>
<dt>org.freedesktop.UDisks2.Job.Cancel(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-method-org-freedesktop-UDisks2-Job.Cancel">The Cancel() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Job::Completed, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-signal-org-freedesktop-UDisks2-Job.Completed">The "Completed" signal</a>
</dt>
<dt>UDisksJob::completed, <a class="indexterm" href="UDisksJob.html#UDisksJob-completed">The “completed” signal</a>
</dt>
<dt>UDisksJob::handle-cancel, <a class="indexterm" href="UDisksJob.html#UDisksJob-handle-cancel">The “handle-cancel” signal</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:Bytes, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.Bytes">The "Bytes" property</a>
</dt>
<dt>UDisksJob:bytes, <a class="indexterm" href="UDisksJob.html#UDisksJob--bytes">The “bytes” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:Cancelable, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.Cancelable">The "Cancelable" property</a>
</dt>
<dt>UDisksJob:cancelable, <a class="indexterm" href="UDisksJob.html#UDisksJob--cancelable">The “cancelable” property</a>
</dt>
<dt>UDisksJob:expected-end-time, <a class="indexterm" href="UDisksJob.html#UDisksJob--expected-end-time">The “expected-end-time” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:ExpectedEndTime, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.ExpectedEndTime">The "ExpectedEndTime" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:Objects, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.Objects">The "Objects" property</a>
</dt>
<dt>UDisksJob:objects, <a class="indexterm" href="UDisksJob.html#UDisksJob--objects">The “objects” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:Operation, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.Operation">The "Operation" property</a>
</dt>
<dt>UDisksJob:operation, <a class="indexterm" href="UDisksJob.html#UDisksJob--operation">The “operation” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:Progress, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.Progress">The "Progress" property</a>
</dt>
<dt>UDisksJob:progress, <a class="indexterm" href="UDisksJob.html#UDisksJob--progress">The “progress” property</a>
</dt>
<dt>UDisksJob:progress-valid, <a class="indexterm" href="UDisksJob.html#UDisksJob--progress-valid">The “progress-valid” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:ProgressValid, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.ProgressValid">The "ProgressValid" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:Rate, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.Rate">The "Rate" property</a>
</dt>
<dt>UDisksJob:rate, <a class="indexterm" href="UDisksJob.html#UDisksJob--rate">The “rate” property</a>
</dt>
<dt>UDisksJob:start-time, <a class="indexterm" href="UDisksJob.html#UDisksJob--start-time">The “start-time” property</a>
</dt>
<dt>UDisksJob:started-by-uid, <a class="indexterm" href="UDisksJob.html#UDisksJob--started-by-uid">The “started-by-uid” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:StartedByUID, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.StartedByUID">The "StartedByUID" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Job:StartTime, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Job.html#gdbus-property-org-freedesktop-UDisks2-Job.StartTime">The "StartTime" property</a>
</dt>
<dt>UDisksJobIface, <a class="indexterm" href="UDisksJob.html#UDisksJobIface">struct UDisksJobIface</a>
</dt>
<dt>UDisksJobProxy, <a class="indexterm" href="UDisksJob.html#UDisksJobProxy-struct">struct UDisksJobProxy</a>
</dt>
<dt>UDisksJobProxyClass, <a class="indexterm" href="UDisksJob.html#UDisksJobProxyClass">struct UDisksJobProxyClass</a>
</dt>
<dt>UDisksJobSkeleton, <a class="indexterm" href="UDisksJob.html#UDisksJobSkeleton-struct">struct UDisksJobSkeleton</a>
</dt>
<dt>UDisksJobSkeletonClass, <a class="indexterm" href="UDisksJob.html#UDisksJobSkeletonClass">struct UDisksJobSkeletonClass</a>
</dt>
<dt>udisks_job_call_cancel, <a class="indexterm" href="UDisksJob.html#udisks-job-call-cancel">udisks_job_call_cancel ()</a>
</dt>
<dt>udisks_job_call_cancel_finish, <a class="indexterm" href="UDisksJob.html#udisks-job-call-cancel-finish">udisks_job_call_cancel_finish ()</a>
</dt>
<dt>udisks_job_call_cancel_sync, <a class="indexterm" href="UDisksJob.html#udisks-job-call-cancel-sync">udisks_job_call_cancel_sync ()</a>
</dt>
<dt>udisks_job_complete_cancel, <a class="indexterm" href="UDisksJob.html#udisks-job-complete-cancel">udisks_job_complete_cancel ()</a>
</dt>
<dt>udisks_job_dup_objects, <a class="indexterm" href="UDisksJob.html#udisks-job-dup-objects">udisks_job_dup_objects ()</a>
</dt>
<dt>udisks_job_dup_operation, <a class="indexterm" href="UDisksJob.html#udisks-job-dup-operation">udisks_job_dup_operation ()</a>
</dt>
<dt>udisks_job_emit_completed, <a class="indexterm" href="UDisksJob.html#udisks-job-emit-completed">udisks_job_emit_completed ()</a>
</dt>
<dt>udisks_job_get_bytes, <a class="indexterm" href="UDisksJob.html#udisks-job-get-bytes">udisks_job_get_bytes ()</a>
</dt>
<dt>udisks_job_get_cancelable, <a class="indexterm" href="UDisksJob.html#udisks-job-get-cancelable">udisks_job_get_cancelable ()</a>
</dt>
<dt>udisks_job_get_expected_end_time, <a class="indexterm" href="UDisksJob.html#udisks-job-get-expected-end-time">udisks_job_get_expected_end_time ()</a>
</dt>
<dt>udisks_job_get_objects, <a class="indexterm" href="UDisksJob.html#udisks-job-get-objects">udisks_job_get_objects ()</a>
</dt>
<dt>udisks_job_get_operation, <a class="indexterm" href="UDisksJob.html#udisks-job-get-operation">udisks_job_get_operation ()</a>
</dt>
<dt>udisks_job_get_progress, <a class="indexterm" href="UDisksJob.html#udisks-job-get-progress">udisks_job_get_progress ()</a>
</dt>
<dt>udisks_job_get_progress_valid, <a class="indexterm" href="UDisksJob.html#udisks-job-get-progress-valid">udisks_job_get_progress_valid ()</a>
</dt>
<dt>udisks_job_get_rate, <a class="indexterm" href="UDisksJob.html#udisks-job-get-rate">udisks_job_get_rate ()</a>
</dt>
<dt>udisks_job_get_started_by_uid, <a class="indexterm" href="UDisksJob.html#udisks-job-get-started-by-uid">udisks_job_get_started_by_uid ()</a>
</dt>
<dt>udisks_job_get_start_time, <a class="indexterm" href="UDisksJob.html#udisks-job-get-start-time">udisks_job_get_start_time ()</a>
</dt>
<dt>udisks_job_interface_info, <a class="indexterm" href="UDisksJob.html#udisks-job-interface-info">udisks_job_interface_info ()</a>
</dt>
<dt>udisks_job_override_properties, <a class="indexterm" href="UDisksJob.html#udisks-job-override-properties">udisks_job_override_properties ()</a>
</dt>
<dt>udisks_job_proxy_new, <a class="indexterm" href="UDisksJob.html#udisks-job-proxy-new">udisks_job_proxy_new ()</a>
</dt>
<dt>udisks_job_proxy_new_finish, <a class="indexterm" href="UDisksJob.html#udisks-job-proxy-new-finish">udisks_job_proxy_new_finish ()</a>
</dt>
<dt>udisks_job_proxy_new_for_bus, <a class="indexterm" href="UDisksJob.html#udisks-job-proxy-new-for-bus">udisks_job_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_job_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksJob.html#udisks-job-proxy-new-for-bus-finish">udisks_job_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_job_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksJob.html#udisks-job-proxy-new-for-bus-sync">udisks_job_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_job_proxy_new_sync, <a class="indexterm" href="UDisksJob.html#udisks-job-proxy-new-sync">udisks_job_proxy_new_sync ()</a>
</dt>
<dt>udisks_job_set_bytes, <a class="indexterm" href="UDisksJob.html#udisks-job-set-bytes">udisks_job_set_bytes ()</a>
</dt>
<dt>udisks_job_set_cancelable, <a class="indexterm" href="UDisksJob.html#udisks-job-set-cancelable">udisks_job_set_cancelable ()</a>
</dt>
<dt>udisks_job_set_expected_end_time, <a class="indexterm" href="UDisksJob.html#udisks-job-set-expected-end-time">udisks_job_set_expected_end_time ()</a>
</dt>
<dt>udisks_job_set_objects, <a class="indexterm" href="UDisksJob.html#udisks-job-set-objects">udisks_job_set_objects ()</a>
</dt>
<dt>udisks_job_set_operation, <a class="indexterm" href="UDisksJob.html#udisks-job-set-operation">udisks_job_set_operation ()</a>
</dt>
<dt>udisks_job_set_progress, <a class="indexterm" href="UDisksJob.html#udisks-job-set-progress">udisks_job_set_progress ()</a>
</dt>
<dt>udisks_job_set_progress_valid, <a class="indexterm" href="UDisksJob.html#udisks-job-set-progress-valid">udisks_job_set_progress_valid ()</a>
</dt>
<dt>udisks_job_set_rate, <a class="indexterm" href="UDisksJob.html#udisks-job-set-rate">udisks_job_set_rate ()</a>
</dt>
<dt>udisks_job_set_started_by_uid, <a class="indexterm" href="UDisksJob.html#udisks-job-set-started-by-uid">udisks_job_set_started_by_uid ()</a>
</dt>
<dt>udisks_job_set_start_time, <a class="indexterm" href="UDisksJob.html#udisks-job-set-start-time">udisks_job_set_start_time ()</a>
</dt>
<dt>udisks_job_skeleton_new, <a class="indexterm" href="UDisksJob.html#udisks-job-skeleton-new">udisks_job_skeleton_new ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>L</h3>
<dl>
<dt>UDisksLinuxBlock, <a class="indexterm" href="UDisksLinuxBlock.html#UDisksLinuxBlock-struct">UDisksLinuxBlock</a>
</dt>
<dt>UDisksLinuxBlockObject, <a class="indexterm" href="UDisksLinuxBlockObject.html#UDisksLinuxBlockObject-struct">UDisksLinuxBlockObject</a>
</dt>
<dt>UDisksLinuxBlockObject:daemon, <a class="indexterm" href="UDisksLinuxBlockObject.html#UDisksLinuxBlockObject--daemon">The “daemon” property</a>
</dt>
<dt>UDisksLinuxBlockObject:device, <a class="indexterm" href="UDisksLinuxBlockObject.html#UDisksLinuxBlockObject--device">The “device” property</a>
</dt>
<dt>UDisksLinuxDevice, <a class="indexterm" href="UDisksLinuxDevice.html#UDisksLinuxDevice-struct">UDisksLinuxDevice</a>
</dt>
<dt>UDisksLinuxDrive, <a class="indexterm" href="UDisksLinuxDrive.html#UDisksLinuxDrive-struct">UDisksLinuxDrive</a>
</dt>
<dt>UDisksLinuxDriveAta, <a class="indexterm" href="UDisksLinuxDriveAta.html#UDisksLinuxDriveAta-struct">UDisksLinuxDriveAta</a>
</dt>
<dt>UDisksLinuxDriveObject, <a class="indexterm" href="UDisksLinuxDriveObject.html#UDisksLinuxDriveObject-struct">UDisksLinuxDriveObject</a>
</dt>
<dt>UDisksLinuxDriveObject:daemon, <a class="indexterm" href="UDisksLinuxDriveObject.html#UDisksLinuxDriveObject--daemon">The “daemon” property</a>
</dt>
<dt>UDisksLinuxDriveObject:device, <a class="indexterm" href="UDisksLinuxDriveObject.html#UDisksLinuxDriveObject--device">The “device” property</a>
</dt>
<dt>UDisksLinuxEncrypted, <a class="indexterm" href="UDisksLinuxEncrypted.html#UDisksLinuxEncrypted-struct">UDisksLinuxEncrypted</a>
</dt>
<dt>UDisksLinuxFilesystem, <a class="indexterm" href="UDisksLinuxFilesystem.html#UDisksLinuxFilesystem-struct">UDisksLinuxFilesystem</a>
</dt>
<dt>UDisksLinuxLoop, <a class="indexterm" href="UDisksLinuxLoop.html#UDisksLinuxLoop-struct">UDisksLinuxLoop</a>
</dt>
<dt>UDisksLinuxManager, <a class="indexterm" href="UDisksLinuxManager.html#UDisksLinuxManager-struct">UDisksLinuxManager</a>
</dt>
<dt>UDisksLinuxManager:daemon, <a class="indexterm" href="UDisksLinuxManager.html#UDisksLinuxManager--daemon">The “daemon” property</a>
</dt>
<dt>UDisksLinuxMDRaid, <a class="indexterm" href="UDisksLinuxMDRaid.html#UDisksLinuxMDRaid-struct">UDisksLinuxMDRaid</a>
</dt>
<dt>UDisksLinuxMDRaidObject, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#UDisksLinuxMDRaidObject-struct">UDisksLinuxMDRaidObject</a>
</dt>
<dt>UDisksLinuxMDRaidObject:daemon, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#UDisksLinuxMDRaidObject--daemon">The “daemon” property</a>
</dt>
<dt>UDisksLinuxMDRaidObject:uuid, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#UDisksLinuxMDRaidObject--uuid">The “uuid” property</a>
</dt>
<dt>UDisksLinuxPartition, <a class="indexterm" href="UDisksLinuxPartition.html#UDisksLinuxPartition-struct">UDisksLinuxPartition</a>
</dt>
<dt>UDisksLinuxPartitionTable, <a class="indexterm" href="UDisksLinuxPartitionTable.html#UDisksLinuxPartitionTable-struct">UDisksLinuxPartitionTable</a>
</dt>
<dt>UDisksLinuxProvider, <a class="indexterm" href="UDisksLinuxProvider.html#UDisksLinuxProvider-struct">UDisksLinuxProvider</a>
</dt>
<dt>UDisksLinuxSwapspace, <a class="indexterm" href="UDisksLinuxSwapspace.html#UDisksLinuxSwapspace-struct">UDisksLinuxSwapspace</a>
</dt>
<dt>udisks_linux_block_new, <a class="indexterm" href="UDisksLinuxBlock.html#udisks-linux-block-new">udisks_linux_block_new ()</a>
</dt>
<dt>udisks_linux_block_object_get_daemon, <a class="indexterm" href="UDisksLinuxBlockObject.html#udisks-linux-block-object-get-daemon">udisks_linux_block_object_get_daemon ()</a>
</dt>
<dt>udisks_linux_block_object_get_device, <a class="indexterm" href="UDisksLinuxBlockObject.html#udisks-linux-block-object-get-device">udisks_linux_block_object_get_device ()</a>
</dt>
<dt>udisks_linux_block_object_new, <a class="indexterm" href="UDisksLinuxBlockObject.html#udisks-linux-block-object-new">udisks_linux_block_object_new ()</a>
</dt>
<dt>udisks_linux_block_object_reread_partition_table, <a class="indexterm" href="UDisksLinuxBlockObject.html#udisks-linux-block-object-reread-partition-table">udisks_linux_block_object_reread_partition_table ()</a>
</dt>
<dt>udisks_linux_block_object_trigger_uevent, <a class="indexterm" href="UDisksLinuxBlockObject.html#udisks-linux-block-object-trigger-uevent">udisks_linux_block_object_trigger_uevent ()</a>
</dt>
<dt>udisks_linux_block_object_uevent, <a class="indexterm" href="UDisksLinuxBlockObject.html#udisks-linux-block-object-uevent">udisks_linux_block_object_uevent ()</a>
</dt>
<dt>udisks_linux_block_update, <a class="indexterm" href="UDisksLinuxBlock.html#udisks-linux-block-update">udisks_linux_block_update ()</a>
</dt>
<dt>udisks_linux_device_new_sync, <a class="indexterm" href="UDisksLinuxDevice.html#udisks-linux-device-new-sync">udisks_linux_device_new_sync ()</a>
</dt>
<dt>udisks_linux_device_reprobe_sync, <a class="indexterm" href="UDisksLinuxDevice.html#udisks-linux-device-reprobe-sync">udisks_linux_device_reprobe_sync ()</a>
</dt>
<dt>udisks_linux_drive_ata_apply_configuration, <a class="indexterm" href="UDisksLinuxDriveAta.html#udisks-linux-drive-ata-apply-configuration">udisks_linux_drive_ata_apply_configuration ()</a>
</dt>
<dt>udisks_linux_drive_ata_new, <a class="indexterm" href="UDisksLinuxDriveAta.html#udisks-linux-drive-ata-new">udisks_linux_drive_ata_new ()</a>
</dt>
<dt>udisks_linux_drive_ata_refresh_smart_sync, <a class="indexterm" href="UDisksLinuxDriveAta.html#udisks-linux-drive-ata-refresh-smart-sync">udisks_linux_drive_ata_refresh_smart_sync ()</a>
</dt>
<dt>udisks_linux_drive_ata_secure_erase_sync, <a class="indexterm" href="UDisksLinuxDriveAta.html#udisks-linux-drive-ata-secure-erase-sync">udisks_linux_drive_ata_secure_erase_sync ()</a>
</dt>
<dt>udisks_linux_drive_ata_smart_selftest_sync, <a class="indexterm" href="UDisksLinuxDriveAta.html#udisks-linux-drive-ata-smart-selftest-sync">udisks_linux_drive_ata_smart_selftest_sync ()</a>
</dt>
<dt>udisks_linux_drive_ata_update, <a class="indexterm" href="UDisksLinuxDriveAta.html#udisks-linux-drive-ata-update">udisks_linux_drive_ata_update ()</a>
</dt>
<dt>udisks_linux_drive_new, <a class="indexterm" href="UDisksLinuxDrive.html#udisks-linux-drive-new">udisks_linux_drive_new ()</a>
</dt>
<dt>udisks_linux_drive_object_get_block, <a class="indexterm" href="UDisksLinuxDriveObject.html#udisks-linux-drive-object-get-block">udisks_linux_drive_object_get_block ()</a>
</dt>
<dt>udisks_linux_drive_object_get_daemon, <a class="indexterm" href="UDisksLinuxDriveObject.html#udisks-linux-drive-object-get-daemon">udisks_linux_drive_object_get_daemon ()</a>
</dt>
<dt>udisks_linux_drive_object_get_device, <a class="indexterm" href="UDisksLinuxDriveObject.html#udisks-linux-drive-object-get-device">udisks_linux_drive_object_get_device ()</a>
</dt>
<dt>udisks_linux_drive_object_get_devices, <a class="indexterm" href="UDisksLinuxDriveObject.html#udisks-linux-drive-object-get-devices">udisks_linux_drive_object_get_devices ()</a>
</dt>
<dt>udisks_linux_drive_object_get_siblings, <a class="indexterm" href="UDisksLinuxDriveObject.html#udisks-linux-drive-object-get-siblings">udisks_linux_drive_object_get_siblings ()</a>
</dt>
<dt>udisks_linux_drive_object_housekeeping, <a class="indexterm" href="UDisksLinuxDriveObject.html#udisks-linux-drive-object-housekeeping">udisks_linux_drive_object_housekeeping ()</a>
</dt>
<dt>udisks_linux_drive_object_is_not_in_use, <a class="indexterm" href="UDisksLinuxDriveObject.html#udisks-linux-drive-object-is-not-in-use">udisks_linux_drive_object_is_not_in_use ()</a>
</dt>
<dt>udisks_linux_drive_object_new, <a class="indexterm" href="UDisksLinuxDriveObject.html#udisks-linux-drive-object-new">udisks_linux_drive_object_new ()</a>
</dt>
<dt>udisks_linux_drive_object_uevent, <a class="indexterm" href="UDisksLinuxDriveObject.html#udisks-linux-drive-object-uevent">udisks_linux_drive_object_uevent ()</a>
</dt>
<dt>udisks_linux_drive_update, <a class="indexterm" href="UDisksLinuxDrive.html#udisks-linux-drive-update">udisks_linux_drive_update ()</a>
</dt>
<dt>udisks_linux_encrypted_new, <a class="indexterm" href="UDisksLinuxEncrypted.html#udisks-linux-encrypted-new">udisks_linux_encrypted_new ()</a>
</dt>
<dt>udisks_linux_encrypted_update, <a class="indexterm" href="UDisksLinuxEncrypted.html#udisks-linux-encrypted-update">udisks_linux_encrypted_update ()</a>
</dt>
<dt>udisks_linux_filesystem_new, <a class="indexterm" href="UDisksLinuxFilesystem.html#udisks-linux-filesystem-new">udisks_linux_filesystem_new ()</a>
</dt>
<dt>udisks_linux_filesystem_update, <a class="indexterm" href="UDisksLinuxFilesystem.html#udisks-linux-filesystem-update">udisks_linux_filesystem_update ()</a>
</dt>
<dt>udisks_linux_loop_new, <a class="indexterm" href="UDisksLinuxLoop.html#udisks-linux-loop-new">udisks_linux_loop_new ()</a>
</dt>
<dt>udisks_linux_loop_update, <a class="indexterm" href="UDisksLinuxLoop.html#udisks-linux-loop-update">udisks_linux_loop_update ()</a>
</dt>
<dt>udisks_linux_manager_get_daemon, <a class="indexterm" href="UDisksLinuxManager.html#udisks-linux-manager-get-daemon">udisks_linux_manager_get_daemon ()</a>
</dt>
<dt>udisks_linux_manager_new, <a class="indexterm" href="UDisksLinuxManager.html#udisks-linux-manager-new">udisks_linux_manager_new ()</a>
</dt>
<dt>udisks_linux_mdraid_new, <a class="indexterm" href="UDisksLinuxMDRaid.html#udisks-linux-mdraid-new">udisks_linux_mdraid_new ()</a>
</dt>
<dt>udisks_linux_mdraid_object_get_daemon, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#udisks-linux-mdraid-object-get-daemon">udisks_linux_mdraid_object_get_daemon ()</a>
</dt>
<dt>udisks_linux_mdraid_object_get_device, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#udisks-linux-mdraid-object-get-device">udisks_linux_mdraid_object_get_device ()</a>
</dt>
<dt>udisks_linux_mdraid_object_get_members, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#udisks-linux-mdraid-object-get-members">udisks_linux_mdraid_object_get_members ()</a>
</dt>
<dt>udisks_linux_mdraid_object_get_uuid, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#udisks-linux-mdraid-object-get-uuid">udisks_linux_mdraid_object_get_uuid ()</a>
</dt>
<dt>udisks_linux_mdraid_object_have_devices, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#udisks-linux-mdraid-object-have-devices">udisks_linux_mdraid_object_have_devices ()</a>
</dt>
<dt>udisks_linux_mdraid_object_new, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#udisks-linux-mdraid-object-new">udisks_linux_mdraid_object_new ()</a>
</dt>
<dt>udisks_linux_mdraid_object_uevent, <a class="indexterm" href="UDisksLinuxMDRaidObject.html#udisks-linux-mdraid-object-uevent">udisks_linux_mdraid_object_uevent ()</a>
</dt>
<dt>udisks_linux_mdraid_update, <a class="indexterm" href="UDisksLinuxMDRaid.html#udisks-linux-mdraid-update">udisks_linux_mdraid_update ()</a>
</dt>
<dt>udisks_linux_partition_new, <a class="indexterm" href="UDisksLinuxPartition.html#udisks-linux-partition-new">udisks_linux_partition_new ()</a>
</dt>
<dt>udisks_linux_partition_set_type_sync, <a class="indexterm" href="UDisksLinuxPartition.html#udisks-linux-partition-set-type-sync">udisks_linux_partition_set_type_sync ()</a>
</dt>
<dt>udisks_linux_partition_table_new, <a class="indexterm" href="UDisksLinuxPartitionTable.html#udisks-linux-partition-table-new">udisks_linux_partition_table_new ()</a>
</dt>
<dt>udisks_linux_partition_table_update, <a class="indexterm" href="UDisksLinuxPartitionTable.html#udisks-linux-partition-table-update">udisks_linux_partition_table_update ()</a>
</dt>
<dt>udisks_linux_partition_update, <a class="indexterm" href="UDisksLinuxPartition.html#udisks-linux-partition-update">udisks_linux_partition_update ()</a>
</dt>
<dt>udisks_linux_provider_get_coldplug, <a class="indexterm" href="UDisksLinuxProvider.html#udisks-linux-provider-get-coldplug">udisks_linux_provider_get_coldplug ()</a>
</dt>
<dt>udisks_linux_provider_get_udev_client, <a class="indexterm" href="UDisksLinuxProvider.html#udisks-linux-provider-get-udev-client">udisks_linux_provider_get_udev_client ()</a>
</dt>
<dt>udisks_linux_provider_new, <a class="indexterm" href="UDisksLinuxProvider.html#udisks-linux-provider-new">udisks_linux_provider_new ()</a>
</dt>
<dt>udisks_linux_swapspace_new, <a class="indexterm" href="UDisksLinuxSwapspace.html#udisks-linux-swapspace-new">udisks_linux_swapspace_new ()</a>
</dt>
<dt>udisks_linux_swapspace_update, <a class="indexterm" href="UDisksLinuxSwapspace.html#udisks-linux-swapspace-update">udisks_linux_swapspace_update ()</a>
</dt>
<dt>udisks_log, <a class="indexterm" href="udisks2-Logging.html#udisks-log">udisks_log ()</a>
</dt>
<dt>UDisksLogLevel, <a class="indexterm" href="udisks2-Logging.html#UDisksLogLevel">enum UDisksLogLevel</a>
</dt>
<dt>org.freedesktop.UDisks2.Loop, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Loop.html#gdbus-interface-org-freedesktop-UDisks2-Loop.top_of_page">org.freedesktop.UDisks2.Loop</a>
</dt>
<dt>UDisksLoop, <a class="indexterm" href="UDisksLoop.html#UDisksLoop-struct">UDisksLoop</a>
</dt>
<dt>org.freedesktop.UDisks2.Loop.Delete(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Loop.html#gdbus-method-org-freedesktop-UDisks2-Loop.Delete">The Delete() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Loop.SetAutoclear(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Loop.html#gdbus-method-org-freedesktop-UDisks2-Loop.SetAutoclear">The SetAutoclear() method</a>
</dt>
<dt>UDisksLoop::handle-delete, <a class="indexterm" href="UDisksLoop.html#UDisksLoop-handle-delete">The “handle-delete” signal</a>
</dt>
<dt>UDisksLoop::handle-set-autoclear, <a class="indexterm" href="UDisksLoop.html#UDisksLoop-handle-set-autoclear">The “handle-set-autoclear” signal</a>
</dt>
<dt>org.freedesktop.UDisks2.Loop:Autoclear, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Loop.html#gdbus-property-org-freedesktop-UDisks2-Loop.Autoclear">The "Autoclear" property</a>
</dt>
<dt>UDisksLoop:autoclear, <a class="indexterm" href="UDisksLoop.html#UDisksLoop--autoclear">The “autoclear” property</a>
</dt>
<dt>UDisksLoop:backing-file, <a class="indexterm" href="UDisksLoop.html#UDisksLoop--backing-file">The “backing-file” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Loop:BackingFile, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Loop.html#gdbus-property-org-freedesktop-UDisks2-Loop.BackingFile">The "BackingFile" property</a>
</dt>
<dt>UDisksLoop:setup-by-uid, <a class="indexterm" href="UDisksLoop.html#UDisksLoop--setup-by-uid">The “setup-by-uid” property</a>
</dt>
<dt>org.freedesktop.UDisks2.Loop:SetupByUID, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Loop.html#gdbus-property-org-freedesktop-UDisks2-Loop.SetupByUID">The "SetupByUID" property</a>
</dt>
<dt>UDisksLoopIface, <a class="indexterm" href="UDisksLoop.html#UDisksLoopIface">struct UDisksLoopIface</a>
</dt>
<dt>UDisksLoopProxy, <a class="indexterm" href="UDisksLoop.html#UDisksLoopProxy-struct">struct UDisksLoopProxy</a>
</dt>
<dt>UDisksLoopProxyClass, <a class="indexterm" href="UDisksLoop.html#UDisksLoopProxyClass">struct UDisksLoopProxyClass</a>
</dt>
<dt>UDisksLoopSkeleton, <a class="indexterm" href="UDisksLoop.html#UDisksLoopSkeleton-struct">struct UDisksLoopSkeleton</a>
</dt>
<dt>UDisksLoopSkeletonClass, <a class="indexterm" href="UDisksLoop.html#UDisksLoopSkeletonClass">struct UDisksLoopSkeletonClass</a>
</dt>
<dt>udisks_loop_call_delete, <a class="indexterm" href="UDisksLoop.html#udisks-loop-call-delete">udisks_loop_call_delete ()</a>
</dt>
<dt>udisks_loop_call_delete_finish, <a class="indexterm" href="UDisksLoop.html#udisks-loop-call-delete-finish">udisks_loop_call_delete_finish ()</a>
</dt>
<dt>udisks_loop_call_delete_sync, <a class="indexterm" href="UDisksLoop.html#udisks-loop-call-delete-sync">udisks_loop_call_delete_sync ()</a>
</dt>
<dt>udisks_loop_call_set_autoclear, <a class="indexterm" href="UDisksLoop.html#udisks-loop-call-set-autoclear">udisks_loop_call_set_autoclear ()</a>
</dt>
<dt>udisks_loop_call_set_autoclear_finish, <a class="indexterm" href="UDisksLoop.html#udisks-loop-call-set-autoclear-finish">udisks_loop_call_set_autoclear_finish ()</a>
</dt>
<dt>udisks_loop_call_set_autoclear_sync, <a class="indexterm" href="UDisksLoop.html#udisks-loop-call-set-autoclear-sync">udisks_loop_call_set_autoclear_sync ()</a>
</dt>
<dt>udisks_loop_complete_delete, <a class="indexterm" href="UDisksLoop.html#udisks-loop-complete-delete">udisks_loop_complete_delete ()</a>
</dt>
<dt>udisks_loop_complete_set_autoclear, <a class="indexterm" href="UDisksLoop.html#udisks-loop-complete-set-autoclear">udisks_loop_complete_set_autoclear ()</a>
</dt>
<dt>udisks_loop_dup_backing_file, <a class="indexterm" href="UDisksLoop.html#udisks-loop-dup-backing-file">udisks_loop_dup_backing_file ()</a>
</dt>
<dt>udisks_loop_get_autoclear, <a class="indexterm" href="UDisksLoop.html#udisks-loop-get-autoclear">udisks_loop_get_autoclear ()</a>
</dt>
<dt>udisks_loop_get_backing_file, <a class="indexterm" href="UDisksLoop.html#udisks-loop-get-backing-file">udisks_loop_get_backing_file ()</a>
</dt>
<dt>udisks_loop_get_setup_by_uid, <a class="indexterm" href="UDisksLoop.html#udisks-loop-get-setup-by-uid">udisks_loop_get_setup_by_uid ()</a>
</dt>
<dt>udisks_loop_interface_info, <a class="indexterm" href="UDisksLoop.html#udisks-loop-interface-info">udisks_loop_interface_info ()</a>
</dt>
<dt>udisks_loop_override_properties, <a class="indexterm" href="UDisksLoop.html#udisks-loop-override-properties">udisks_loop_override_properties ()</a>
</dt>
<dt>udisks_loop_proxy_new, <a class="indexterm" href="UDisksLoop.html#udisks-loop-proxy-new">udisks_loop_proxy_new ()</a>
</dt>
<dt>udisks_loop_proxy_new_finish, <a class="indexterm" href="UDisksLoop.html#udisks-loop-proxy-new-finish">udisks_loop_proxy_new_finish ()</a>
</dt>
<dt>udisks_loop_proxy_new_for_bus, <a class="indexterm" href="UDisksLoop.html#udisks-loop-proxy-new-for-bus">udisks_loop_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_loop_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksLoop.html#udisks-loop-proxy-new-for-bus-finish">udisks_loop_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_loop_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksLoop.html#udisks-loop-proxy-new-for-bus-sync">udisks_loop_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_loop_proxy_new_sync, <a class="indexterm" href="UDisksLoop.html#udisks-loop-proxy-new-sync">udisks_loop_proxy_new_sync ()</a>
</dt>
<dt>udisks_loop_set_autoclear, <a class="indexterm" href="UDisksLoop.html#udisks-loop-set-autoclear">udisks_loop_set_autoclear ()</a>
</dt>
<dt>udisks_loop_set_backing_file, <a class="indexterm" href="UDisksLoop.html#udisks-loop-set-backing-file">udisks_loop_set_backing_file ()</a>
</dt>
<dt>udisks_loop_set_setup_by_uid, <a class="indexterm" href="UDisksLoop.html#udisks-loop-set-setup-by-uid">udisks_loop_set_setup_by_uid ()</a>
</dt>
<dt>udisks_loop_skeleton_new, <a class="indexterm" href="UDisksLoop.html#udisks-loop-skeleton-new">udisks_loop_skeleton_new ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>M</h3>
<dl>
<dt>UDISKS_MAJOR_VERSION, <a class="indexterm" href="UDisksClient.html#UDISKS-MAJOR-VERSION:CAPS">UDISKS_MAJOR_VERSION</a>
</dt>
<dt>org.freedesktop.UDisks2.Manager, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Manager.html#gdbus-interface-org-freedesktop-UDisks2-Manager.top_of_page">org.freedesktop.UDisks2.Manager</a>
</dt>
<dt>UDisksManager, <a class="indexterm" href="UDisksManager.html#UDisksManager-struct">UDisksManager</a>
</dt>
<dt>org.freedesktop.UDisks2.Manager.LoopSetup(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Manager.html#gdbus-method-org-freedesktop-UDisks2-Manager.LoopSetup">The LoopSetup() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Manager.MDRaidCreate(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Manager.html#gdbus-method-org-freedesktop-UDisks2-Manager.MDRaidCreate">The MDRaidCreate() method</a>
</dt>
<dt>UDisksManager::handle-loop-setup, <a class="indexterm" href="UDisksManager.html#UDisksManager-handle-loop-setup">The “handle-loop-setup” signal</a>
</dt>
<dt>UDisksManager::handle-mdraid-create, <a class="indexterm" href="UDisksManager.html#UDisksManager-handle-mdraid-create">The “handle-mdraid-create” signal</a>
</dt>
<dt>org.freedesktop.UDisks2.Manager:Version, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Manager.html#gdbus-property-org-freedesktop-UDisks2-Manager.Version">The "Version" property</a>
</dt>
<dt>UDisksManager:version, <a class="indexterm" href="UDisksManager.html#UDisksManager--version">The “version” property</a>
</dt>
<dt>UDisksManagerIface, <a class="indexterm" href="UDisksManager.html#UDisksManagerIface">struct UDisksManagerIface</a>
</dt>
<dt>UDisksManagerProxy, <a class="indexterm" href="UDisksManager.html#UDisksManagerProxy-struct">struct UDisksManagerProxy</a>
</dt>
<dt>UDisksManagerProxyClass, <a class="indexterm" href="UDisksManager.html#UDisksManagerProxyClass">struct UDisksManagerProxyClass</a>
</dt>
<dt>UDisksManagerSkeleton, <a class="indexterm" href="UDisksManager.html#UDisksManagerSkeleton-struct">struct UDisksManagerSkeleton</a>
</dt>
<dt>UDisksManagerSkeletonClass, <a class="indexterm" href="UDisksManager.html#UDisksManagerSkeletonClass">struct UDisksManagerSkeletonClass</a>
</dt>
<dt>udisks_manager_call_loop_setup, <a class="indexterm" href="UDisksManager.html#udisks-manager-call-loop-setup">udisks_manager_call_loop_setup ()</a>
</dt>
<dt>udisks_manager_call_loop_setup_finish, <a class="indexterm" href="UDisksManager.html#udisks-manager-call-loop-setup-finish">udisks_manager_call_loop_setup_finish ()</a>
</dt>
<dt>udisks_manager_call_loop_setup_sync, <a class="indexterm" href="UDisksManager.html#udisks-manager-call-loop-setup-sync">udisks_manager_call_loop_setup_sync ()</a>
</dt>
<dt>udisks_manager_call_mdraid_create, <a class="indexterm" href="UDisksManager.html#udisks-manager-call-mdraid-create">udisks_manager_call_mdraid_create ()</a>
</dt>
<dt>udisks_manager_call_mdraid_create_finish, <a class="indexterm" href="UDisksManager.html#udisks-manager-call-mdraid-create-finish">udisks_manager_call_mdraid_create_finish ()</a>
</dt>
<dt>udisks_manager_call_mdraid_create_sync, <a class="indexterm" href="UDisksManager.html#udisks-manager-call-mdraid-create-sync">udisks_manager_call_mdraid_create_sync ()</a>
</dt>
<dt>udisks_manager_complete_loop_setup, <a class="indexterm" href="UDisksManager.html#udisks-manager-complete-loop-setup">udisks_manager_complete_loop_setup ()</a>
</dt>
<dt>udisks_manager_complete_mdraid_create, <a class="indexterm" href="UDisksManager.html#udisks-manager-complete-mdraid-create">udisks_manager_complete_mdraid_create ()</a>
</dt>
<dt>udisks_manager_dup_version, <a class="indexterm" href="UDisksManager.html#udisks-manager-dup-version">udisks_manager_dup_version ()</a>
</dt>
<dt>udisks_manager_get_version, <a class="indexterm" href="UDisksManager.html#udisks-manager-get-version">udisks_manager_get_version ()</a>
</dt>
<dt>udisks_manager_interface_info, <a class="indexterm" href="UDisksManager.html#udisks-manager-interface-info">udisks_manager_interface_info ()</a>
</dt>
<dt>udisks_manager_override_properties, <a class="indexterm" href="UDisksManager.html#udisks-manager-override-properties">udisks_manager_override_properties ()</a>
</dt>
<dt>udisks_manager_proxy_new, <a class="indexterm" href="UDisksManager.html#udisks-manager-proxy-new">udisks_manager_proxy_new ()</a>
</dt>
<dt>udisks_manager_proxy_new_finish, <a class="indexterm" href="UDisksManager.html#udisks-manager-proxy-new-finish">udisks_manager_proxy_new_finish ()</a>
</dt>
<dt>udisks_manager_proxy_new_for_bus, <a class="indexterm" href="UDisksManager.html#udisks-manager-proxy-new-for-bus">udisks_manager_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_manager_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksManager.html#udisks-manager-proxy-new-for-bus-finish">udisks_manager_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_manager_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksManager.html#udisks-manager-proxy-new-for-bus-sync">udisks_manager_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_manager_proxy_new_sync, <a class="indexterm" href="UDisksManager.html#udisks-manager-proxy-new-sync">udisks_manager_proxy_new_sync ()</a>
</dt>
<dt>udisks_manager_set_version, <a class="indexterm" href="UDisksManager.html#udisks-manager-set-version">udisks_manager_set_version ()</a>
</dt>
<dt>udisks_manager_skeleton_new, <a class="indexterm" href="UDisksManager.html#udisks-manager-skeleton-new">udisks_manager_skeleton_new ()</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-interface-org-freedesktop-UDisks2-MDRaid.top_of_page">org.freedesktop.UDisks2.MDRaid</a>
</dt>
<dt>UDisksMDRaid, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid-struct">UDisksMDRaid</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid.AddDevice(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-method-org-freedesktop-UDisks2-MDRaid.AddDevice">The AddDevice() method</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid.RemoveDevice(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-method-org-freedesktop-UDisks2-MDRaid.RemoveDevice">The RemoveDevice() method</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid.RequestSyncAction(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-method-org-freedesktop-UDisks2-MDRaid.RequestSyncAction">The RequestSyncAction() method</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid.SetBitmapLocation(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-method-org-freedesktop-UDisks2-MDRaid.SetBitmapLocation">The SetBitmapLocation() method</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid.Start(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-method-org-freedesktop-UDisks2-MDRaid.Start">The Start() method</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid.Stop(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-method-org-freedesktop-UDisks2-MDRaid.Stop">The Stop() method</a>
</dt>
<dt>UDisksMDRaid::handle-add-device, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid-handle-add-device">The “handle-add-device” signal</a>
</dt>
<dt>UDisksMDRaid::handle-remove-device, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid-handle-remove-device">The “handle-remove-device” signal</a>
</dt>
<dt>UDisksMDRaid::handle-request-sync-action, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid-handle-request-sync-action">The “handle-request-sync-action” signal</a>
</dt>
<dt>UDisksMDRaid::handle-set-bitmap-location, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid-handle-set-bitmap-location">The “handle-set-bitmap-location” signal</a>
</dt>
<dt>UDisksMDRaid::handle-start, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid-handle-start">The “handle-start” signal</a>
</dt>
<dt>UDisksMDRaid::handle-stop, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid-handle-stop">The “handle-stop” signal</a>
</dt>
<dt>UDisksMDRaid:active-devices, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--active-devices">The “active-devices” property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:ActiveDevices, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.ActiveDevices">The "ActiveDevices" property</a>
</dt>
<dt>UDisksMDRaid:bitmap-location, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--bitmap-location">The “bitmap-location” property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:BitmapLocation, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.BitmapLocation">The "BitmapLocation" property</a>
</dt>
<dt>UDisksMDRaid:chunk-size, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--chunk-size">The “chunk-size” property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:ChunkSize, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.ChunkSize">The "ChunkSize" property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:Degraded, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.Degraded">The "Degraded" property</a>
</dt>
<dt>UDisksMDRaid:degraded, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--degraded">The “degraded” property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:Level, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.Level">The "Level" property</a>
</dt>
<dt>UDisksMDRaid:level, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--level">The “level” property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:Name, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.Name">The "Name" property</a>
</dt>
<dt>UDisksMDRaid:name, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--name">The “name” property</a>
</dt>
<dt>UDisksMDRaid:num-devices, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--num-devices">The “num-devices” property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:NumDevices, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.NumDevices">The "NumDevices" property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:Size, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.Size">The "Size" property</a>
</dt>
<dt>UDisksMDRaid:size, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--size">The “size” property</a>
</dt>
<dt>UDisksMDRaid:sync-action, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--sync-action">The “sync-action” property</a>
</dt>
<dt>UDisksMDRaid:sync-completed, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--sync-completed">The “sync-completed” property</a>
</dt>
<dt>UDisksMDRaid:sync-rate, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--sync-rate">The “sync-rate” property</a>
</dt>
<dt>UDisksMDRaid:sync-remaining-time, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--sync-remaining-time">The “sync-remaining-time” property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:SyncAction, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.SyncAction">The "SyncAction" property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:SyncCompleted, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.SyncCompleted">The "SyncCompleted" property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:SyncRate, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.SyncRate">The "SyncRate" property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:SyncRemainingTime, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.SyncRemainingTime">The "SyncRemainingTime" property</a>
</dt>
<dt>org.freedesktop.UDisks2.MDRaid:UUID, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.MDRaid.html#gdbus-property-org-freedesktop-UDisks2-MDRaid.UUID">The "UUID" property</a>
</dt>
<dt>UDisksMDRaid:uuid, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaid--uuid">The “uuid” property</a>
</dt>
<dt>UDisksMDRaidIface, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaidIface">struct UDisksMDRaidIface</a>
</dt>
<dt>UDisksMDRaidProxy, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaidProxy-struct">struct UDisksMDRaidProxy</a>
</dt>
<dt>UDisksMDRaidProxyClass, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaidProxyClass">struct UDisksMDRaidProxyClass</a>
</dt>
<dt>UDisksMDRaidSkeleton, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaidSkeleton-struct">struct UDisksMDRaidSkeleton</a>
</dt>
<dt>UDisksMDRaidSkeletonClass, <a class="indexterm" href="UDisksMDRaid.html#UDisksMDRaidSkeletonClass">struct UDisksMDRaidSkeletonClass</a>
</dt>
<dt>udisks_mdraid_call_add_device, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-add-device">udisks_mdraid_call_add_device ()</a>
</dt>
<dt>udisks_mdraid_call_add_device_finish, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-add-device-finish">udisks_mdraid_call_add_device_finish ()</a>
</dt>
<dt>udisks_mdraid_call_add_device_sync, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-add-device-sync">udisks_mdraid_call_add_device_sync ()</a>
</dt>
<dt>udisks_mdraid_call_remove_device, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-remove-device">udisks_mdraid_call_remove_device ()</a>
</dt>
<dt>udisks_mdraid_call_remove_device_finish, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-remove-device-finish">udisks_mdraid_call_remove_device_finish ()</a>
</dt>
<dt>udisks_mdraid_call_remove_device_sync, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-remove-device-sync">udisks_mdraid_call_remove_device_sync ()</a>
</dt>
<dt>udisks_mdraid_call_request_sync_action, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-request-sync-action">udisks_mdraid_call_request_sync_action ()</a>
</dt>
<dt>udisks_mdraid_call_request_sync_action_finish, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-request-sync-action-finish">udisks_mdraid_call_request_sync_action_finish ()</a>
</dt>
<dt>udisks_mdraid_call_request_sync_action_sync, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-request-sync-action-sync">udisks_mdraid_call_request_sync_action_sync ()</a>
</dt>
<dt>udisks_mdraid_call_set_bitmap_location, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-set-bitmap-location">udisks_mdraid_call_set_bitmap_location ()</a>
</dt>
<dt>udisks_mdraid_call_set_bitmap_location_finish, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-set-bitmap-location-finish">udisks_mdraid_call_set_bitmap_location_finish ()</a>
</dt>
<dt>udisks_mdraid_call_set_bitmap_location_sync, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-set-bitmap-location-sync">udisks_mdraid_call_set_bitmap_location_sync ()</a>
</dt>
<dt>udisks_mdraid_call_start, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-start">udisks_mdraid_call_start ()</a>
</dt>
<dt>udisks_mdraid_call_start_finish, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-start-finish">udisks_mdraid_call_start_finish ()</a>
</dt>
<dt>udisks_mdraid_call_start_sync, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-start-sync">udisks_mdraid_call_start_sync ()</a>
</dt>
<dt>udisks_mdraid_call_stop, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-stop">udisks_mdraid_call_stop ()</a>
</dt>
<dt>udisks_mdraid_call_stop_finish, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-stop-finish">udisks_mdraid_call_stop_finish ()</a>
</dt>
<dt>udisks_mdraid_call_stop_sync, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-call-stop-sync">udisks_mdraid_call_stop_sync ()</a>
</dt>
<dt>udisks_mdraid_complete_add_device, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-complete-add-device">udisks_mdraid_complete_add_device ()</a>
</dt>
<dt>udisks_mdraid_complete_remove_device, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-complete-remove-device">udisks_mdraid_complete_remove_device ()</a>
</dt>
<dt>udisks_mdraid_complete_request_sync_action, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-complete-request-sync-action">udisks_mdraid_complete_request_sync_action ()</a>
</dt>
<dt>udisks_mdraid_complete_set_bitmap_location, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-complete-set-bitmap-location">udisks_mdraid_complete_set_bitmap_location ()</a>
</dt>
<dt>udisks_mdraid_complete_start, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-complete-start">udisks_mdraid_complete_start ()</a>
</dt>
<dt>udisks_mdraid_complete_stop, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-complete-stop">udisks_mdraid_complete_stop ()</a>
</dt>
<dt>udisks_mdraid_dup_active_devices, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-dup-active-devices">udisks_mdraid_dup_active_devices ()</a>
</dt>
<dt>udisks_mdraid_dup_bitmap_location, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-dup-bitmap-location">udisks_mdraid_dup_bitmap_location ()</a>
</dt>
<dt>udisks_mdraid_dup_level, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-dup-level">udisks_mdraid_dup_level ()</a>
</dt>
<dt>udisks_mdraid_dup_name, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-dup-name">udisks_mdraid_dup_name ()</a>
</dt>
<dt>udisks_mdraid_dup_sync_action, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-dup-sync-action">udisks_mdraid_dup_sync_action ()</a>
</dt>
<dt>udisks_mdraid_dup_uuid, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-dup-uuid">udisks_mdraid_dup_uuid ()</a>
</dt>
<dt>udisks_mdraid_get_active_devices, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-active-devices">udisks_mdraid_get_active_devices ()</a>
</dt>
<dt>udisks_mdraid_get_bitmap_location, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-bitmap-location">udisks_mdraid_get_bitmap_location ()</a>
</dt>
<dt>udisks_mdraid_get_chunk_size, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-chunk-size">udisks_mdraid_get_chunk_size ()</a>
</dt>
<dt>udisks_mdraid_get_degraded, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-degraded">udisks_mdraid_get_degraded ()</a>
</dt>
<dt>udisks_mdraid_get_level, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-level">udisks_mdraid_get_level ()</a>
</dt>
<dt>udisks_mdraid_get_name, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-name">udisks_mdraid_get_name ()</a>
</dt>
<dt>udisks_mdraid_get_num_devices, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-num-devices">udisks_mdraid_get_num_devices ()</a>
</dt>
<dt>udisks_mdraid_get_size, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-size">udisks_mdraid_get_size ()</a>
</dt>
<dt>udisks_mdraid_get_sync_action, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-sync-action">udisks_mdraid_get_sync_action ()</a>
</dt>
<dt>udisks_mdraid_get_sync_completed, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-sync-completed">udisks_mdraid_get_sync_completed ()</a>
</dt>
<dt>udisks_mdraid_get_sync_rate, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-sync-rate">udisks_mdraid_get_sync_rate ()</a>
</dt>
<dt>udisks_mdraid_get_sync_remaining_time, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-sync-remaining-time">udisks_mdraid_get_sync_remaining_time ()</a>
</dt>
<dt>udisks_mdraid_get_uuid, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-get-uuid">udisks_mdraid_get_uuid ()</a>
</dt>
<dt>udisks_mdraid_interface_info, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-interface-info">udisks_mdraid_interface_info ()</a>
</dt>
<dt>udisks_mdraid_override_properties, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-override-properties">udisks_mdraid_override_properties ()</a>
</dt>
<dt>udisks_mdraid_proxy_new, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-proxy-new">udisks_mdraid_proxy_new ()</a>
</dt>
<dt>udisks_mdraid_proxy_new_finish, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-proxy-new-finish">udisks_mdraid_proxy_new_finish ()</a>
</dt>
<dt>udisks_mdraid_proxy_new_for_bus, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-proxy-new-for-bus">udisks_mdraid_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_mdraid_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-proxy-new-for-bus-finish">udisks_mdraid_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_mdraid_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-proxy-new-for-bus-sync">udisks_mdraid_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_mdraid_proxy_new_sync, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-proxy-new-sync">udisks_mdraid_proxy_new_sync ()</a>
</dt>
<dt>udisks_mdraid_set_active_devices, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-active-devices">udisks_mdraid_set_active_devices ()</a>
</dt>
<dt>udisks_mdraid_set_bitmap_location, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-bitmap-location">udisks_mdraid_set_bitmap_location ()</a>
</dt>
<dt>udisks_mdraid_set_chunk_size, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-chunk-size">udisks_mdraid_set_chunk_size ()</a>
</dt>
<dt>udisks_mdraid_set_degraded, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-degraded">udisks_mdraid_set_degraded ()</a>
</dt>
<dt>udisks_mdraid_set_level, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-level">udisks_mdraid_set_level ()</a>
</dt>
<dt>udisks_mdraid_set_name, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-name">udisks_mdraid_set_name ()</a>
</dt>
<dt>udisks_mdraid_set_num_devices, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-num-devices">udisks_mdraid_set_num_devices ()</a>
</dt>
<dt>udisks_mdraid_set_size, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-size">udisks_mdraid_set_size ()</a>
</dt>
<dt>udisks_mdraid_set_sync_action, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-sync-action">udisks_mdraid_set_sync_action ()</a>
</dt>
<dt>udisks_mdraid_set_sync_completed, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-sync-completed">udisks_mdraid_set_sync_completed ()</a>
</dt>
<dt>udisks_mdraid_set_sync_rate, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-sync-rate">udisks_mdraid_set_sync_rate ()</a>
</dt>
<dt>udisks_mdraid_set_sync_remaining_time, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-sync-remaining-time">udisks_mdraid_set_sync_remaining_time ()</a>
</dt>
<dt>udisks_mdraid_set_uuid, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-set-uuid">udisks_mdraid_set_uuid ()</a>
</dt>
<dt>udisks_mdraid_skeleton_new, <a class="indexterm" href="UDisksMDRaid.html#udisks-mdraid-skeleton-new">udisks_mdraid_skeleton_new ()</a>
</dt>
<dt>UDISKS_MICRO_VERSION, <a class="indexterm" href="UDisksClient.html#UDISKS-MICRO-VERSION:CAPS">UDISKS_MICRO_VERSION</a>
</dt>
<dt>UDISKS_MINOR_VERSION, <a class="indexterm" href="UDisksClient.html#UDISKS-MINOR-VERSION:CAPS">UDISKS_MINOR_VERSION</a>
</dt>
<dt>UDisksMount, <a class="indexterm" href="UDisksMountMonitor.html#UDisksMount-struct">UDisksMount</a>
</dt>
<dt>UDisksMountMonitor, <a class="indexterm" href="UDisksMountMonitor.html#UDisksMountMonitor-struct">UDisksMountMonitor</a>
</dt>
<dt>UDisksMountMonitor::mount-added, <a class="indexterm" href="UDisksMountMonitor.html#UDisksMountMonitor-mount-added">The “mount-added” signal</a>
</dt>
<dt>UDisksMountMonitor::mount-removed, <a class="indexterm" href="UDisksMountMonitor.html#UDisksMountMonitor-mount-removed">The “mount-removed” signal</a>
</dt>
<dt>UDisksMountType, <a class="indexterm" href="UDisksMountMonitor.html#UDisksMountType">enum UDisksMountType</a>
</dt>
<dt>udisks_mount_compare, <a class="indexterm" href="UDisksMountMonitor.html#udisks-mount-compare">udisks_mount_compare ()</a>
</dt>
<dt>udisks_mount_get_dev, <a class="indexterm" href="UDisksMountMonitor.html#udisks-mount-get-dev">udisks_mount_get_dev ()</a>
</dt>
<dt>udisks_mount_get_mount_path, <a class="indexterm" href="UDisksMountMonitor.html#udisks-mount-get-mount-path">udisks_mount_get_mount_path ()</a>
</dt>
<dt>udisks_mount_get_mount_type, <a class="indexterm" href="UDisksMountMonitor.html#udisks-mount-get-mount-type">udisks_mount_get_mount_type ()</a>
</dt>
<dt>udisks_mount_monitor_get_mounts_for_dev, <a class="indexterm" href="UDisksMountMonitor.html#udisks-mount-monitor-get-mounts-for-dev">udisks_mount_monitor_get_mounts_for_dev ()</a>
</dt>
<dt>udisks_mount_monitor_is_dev_in_use, <a class="indexterm" href="UDisksMountMonitor.html#udisks-mount-monitor-is-dev-in-use">udisks_mount_monitor_is_dev_in_use ()</a>
</dt>
<dt>udisks_mount_monitor_new, <a class="indexterm" href="UDisksMountMonitor.html#udisks-mount-monitor-new">udisks_mount_monitor_new ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>N</h3>
<dl><dt>udisks_notice, <a class="indexterm" href="udisks2-Logging.html#udisks-notice">udisks_notice()</a>
</dt></dl>
</div>
<div class="indexdiv">
<h3>O</h3>
<dl>
<dt>UDisksObject, <a class="indexterm" href="UDisksObject.html#UDisksObject-struct">UDisksObject</a>
</dt>
<dt>UDisksObject:block, <a class="indexterm" href="UDisksObject.html#UDisksObject--block">The “block” property</a>
</dt>
<dt>UDisksObject:drive, <a class="indexterm" href="UDisksObject.html#UDisksObject--drive">The “drive” property</a>
</dt>
<dt>UDisksObject:drive-ata, <a class="indexterm" href="UDisksObject.html#UDisksObject--drive-ata">The “drive-ata” property</a>
</dt>
<dt>UDisksObject:encrypted, <a class="indexterm" href="UDisksObject.html#UDisksObject--encrypted">The “encrypted” property</a>
</dt>
<dt>UDisksObject:filesystem, <a class="indexterm" href="UDisksObject.html#UDisksObject--filesystem">The “filesystem” property</a>
</dt>
<dt>UDisksObject:job, <a class="indexterm" href="UDisksObject.html#UDisksObject--job">The “job” property</a>
</dt>
<dt>UDisksObject:loop, <a class="indexterm" href="UDisksObject.html#UDisksObject--loop">The “loop” property</a>
</dt>
<dt>UDisksObject:manager, <a class="indexterm" href="UDisksObject.html#UDisksObject--manager">The “manager” property</a>
</dt>
<dt>UDisksObject:mdraid, <a class="indexterm" href="UDisksObject.html#UDisksObject--mdraid">The “mdraid” property</a>
</dt>
<dt>UDisksObject:partition, <a class="indexterm" href="UDisksObject.html#UDisksObject--partition">The “partition” property</a>
</dt>
<dt>UDisksObject:partition-table, <a class="indexterm" href="UDisksObject.html#UDisksObject--partition-table">The “partition-table” property</a>
</dt>
<dt>UDisksObject:swapspace, <a class="indexterm" href="UDisksObject.html#UDisksObject--swapspace">The “swapspace” property</a>
</dt>
<dt>UDisksObjectIface, <a class="indexterm" href="UDisksObject.html#UDisksObjectIface">struct UDisksObjectIface</a>
</dt>
<dt>UDisksObjectInfo, <a class="indexterm" href="UDisksObjectInfo.html#UDisksObjectInfo-struct">UDisksObjectInfo</a>
</dt>
<dt>UDisksObjectManagerClient, <a class="indexterm" href="UDisksObjectManagerClient.html#UDisksObjectManagerClient-struct">struct UDisksObjectManagerClient</a>
</dt>
<dt>UDisksObjectManagerClientClass, <a class="indexterm" href="UDisksObjectManagerClient.html#UDisksObjectManagerClientClass">struct UDisksObjectManagerClientClass</a>
</dt>
<dt>UDisksObjectProxy, <a class="indexterm" href="UDisksObject.html#UDisksObjectProxy-struct">struct UDisksObjectProxy</a>
</dt>
<dt>UDisksObjectProxyClass, <a class="indexterm" href="UDisksObject.html#UDisksObjectProxyClass">struct UDisksObjectProxyClass</a>
</dt>
<dt>UDisksObjectSkeleton, <a class="indexterm" href="UDisksObject.html#UDisksObjectSkeleton-struct">struct UDisksObjectSkeleton</a>
</dt>
<dt>UDisksObjectSkeletonClass, <a class="indexterm" href="UDisksObject.html#UDisksObjectSkeletonClass">struct UDisksObjectSkeletonClass</a>
</dt>
<dt>udisks_object_get_block, <a class="indexterm" href="UDisksObject.html#udisks-object-get-block">udisks_object_get_block ()</a>
</dt>
<dt>udisks_object_get_drive, <a class="indexterm" href="UDisksObject.html#udisks-object-get-drive">udisks_object_get_drive ()</a>
</dt>
<dt>udisks_object_get_drive_ata, <a class="indexterm" href="UDisksObject.html#udisks-object-get-drive-ata">udisks_object_get_drive_ata ()</a>
</dt>
<dt>udisks_object_get_encrypted, <a class="indexterm" href="UDisksObject.html#udisks-object-get-encrypted">udisks_object_get_encrypted ()</a>
</dt>
<dt>udisks_object_get_filesystem, <a class="indexterm" href="UDisksObject.html#udisks-object-get-filesystem">udisks_object_get_filesystem ()</a>
</dt>
<dt>udisks_object_get_job, <a class="indexterm" href="UDisksObject.html#udisks-object-get-job">udisks_object_get_job ()</a>
</dt>
<dt>udisks_object_get_loop, <a class="indexterm" href="UDisksObject.html#udisks-object-get-loop">udisks_object_get_loop ()</a>
</dt>
<dt>udisks_object_get_manager, <a class="indexterm" href="UDisksObject.html#udisks-object-get-manager">udisks_object_get_manager ()</a>
</dt>
<dt>udisks_object_get_mdraid, <a class="indexterm" href="UDisksObject.html#udisks-object-get-mdraid">udisks_object_get_mdraid ()</a>
</dt>
<dt>udisks_object_get_partition, <a class="indexterm" href="UDisksObject.html#udisks-object-get-partition">udisks_object_get_partition ()</a>
</dt>
<dt>udisks_object_get_partition_table, <a class="indexterm" href="UDisksObject.html#udisks-object-get-partition-table">udisks_object_get_partition_table ()</a>
</dt>
<dt>udisks_object_get_swapspace, <a class="indexterm" href="UDisksObject.html#udisks-object-get-swapspace">udisks_object_get_swapspace ()</a>
</dt>
<dt>udisks_object_info_get_description, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-description">udisks_object_info_get_description ()</a>
</dt>
<dt>udisks_object_info_get_icon, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-icon">udisks_object_info_get_icon ()</a>
</dt>
<dt>udisks_object_info_get_icon_symbolic, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-icon-symbolic">udisks_object_info_get_icon_symbolic ()</a>
</dt>
<dt>udisks_object_info_get_media_description, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-media-description">udisks_object_info_get_media_description ()</a>
</dt>
<dt>udisks_object_info_get_media_icon, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-media-icon">udisks_object_info_get_media_icon ()</a>
</dt>
<dt>udisks_object_info_get_media_icon_symbolic, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-media-icon-symbolic">udisks_object_info_get_media_icon_symbolic ()</a>
</dt>
<dt>udisks_object_info_get_name, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-name">udisks_object_info_get_name ()</a>
</dt>
<dt>udisks_object_info_get_object, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-object">udisks_object_info_get_object ()</a>
</dt>
<dt>udisks_object_info_get_one_liner, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-one-liner">udisks_object_info_get_one_liner ()</a>
</dt>
<dt>udisks_object_info_get_sort_key, <a class="indexterm" href="UDisksObjectInfo.html#udisks-object-info-get-sort-key">udisks_object_info_get_sort_key ()</a>
</dt>
<dt>udisks_object_manager_client_get_proxy_type, <a class="indexterm" href="UDisksObjectManagerClient.html#udisks-object-manager-client-get-proxy-type">udisks_object_manager_client_get_proxy_type ()</a>
</dt>
<dt>udisks_object_manager_client_new, <a class="indexterm" href="UDisksObjectManagerClient.html#udisks-object-manager-client-new">udisks_object_manager_client_new ()</a>
</dt>
<dt>udisks_object_manager_client_new_finish, <a class="indexterm" href="UDisksObjectManagerClient.html#udisks-object-manager-client-new-finish">udisks_object_manager_client_new_finish ()</a>
</dt>
<dt>udisks_object_manager_client_new_for_bus, <a class="indexterm" href="UDisksObjectManagerClient.html#udisks-object-manager-client-new-for-bus">udisks_object_manager_client_new_for_bus ()</a>
</dt>
<dt>udisks_object_manager_client_new_for_bus_finish, <a class="indexterm" href="UDisksObjectManagerClient.html#udisks-object-manager-client-new-for-bus-finish">udisks_object_manager_client_new_for_bus_finish ()</a>
</dt>
<dt>udisks_object_manager_client_new_for_bus_sync, <a class="indexterm" href="UDisksObjectManagerClient.html#udisks-object-manager-client-new-for-bus-sync">udisks_object_manager_client_new_for_bus_sync ()</a>
</dt>
<dt>udisks_object_manager_client_new_sync, <a class="indexterm" href="UDisksObjectManagerClient.html#udisks-object-manager-client-new-sync">udisks_object_manager_client_new_sync ()</a>
</dt>
<dt>udisks_object_peek_block, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-block">udisks_object_peek_block ()</a>
</dt>
<dt>udisks_object_peek_drive, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-drive">udisks_object_peek_drive ()</a>
</dt>
<dt>udisks_object_peek_drive_ata, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-drive-ata">udisks_object_peek_drive_ata ()</a>
</dt>
<dt>udisks_object_peek_encrypted, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-encrypted">udisks_object_peek_encrypted ()</a>
</dt>
<dt>udisks_object_peek_filesystem, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-filesystem">udisks_object_peek_filesystem ()</a>
</dt>
<dt>udisks_object_peek_job, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-job">udisks_object_peek_job ()</a>
</dt>
<dt>udisks_object_peek_loop, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-loop">udisks_object_peek_loop ()</a>
</dt>
<dt>udisks_object_peek_manager, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-manager">udisks_object_peek_manager ()</a>
</dt>
<dt>udisks_object_peek_mdraid, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-mdraid">udisks_object_peek_mdraid ()</a>
</dt>
<dt>udisks_object_peek_partition, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-partition">udisks_object_peek_partition ()</a>
</dt>
<dt>udisks_object_peek_partition_table, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-partition-table">udisks_object_peek_partition_table ()</a>
</dt>
<dt>udisks_object_peek_swapspace, <a class="indexterm" href="UDisksObject.html#udisks-object-peek-swapspace">udisks_object_peek_swapspace ()</a>
</dt>
<dt>udisks_object_proxy_new, <a class="indexterm" href="UDisksObject.html#udisks-object-proxy-new">udisks_object_proxy_new ()</a>
</dt>
<dt>udisks_object_skeleton_new, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-new">udisks_object_skeleton_new ()</a>
</dt>
<dt>udisks_object_skeleton_set_block, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-block">udisks_object_skeleton_set_block ()</a>
</dt>
<dt>udisks_object_skeleton_set_drive, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-drive">udisks_object_skeleton_set_drive ()</a>
</dt>
<dt>udisks_object_skeleton_set_drive_ata, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-drive-ata">udisks_object_skeleton_set_drive_ata ()</a>
</dt>
<dt>udisks_object_skeleton_set_encrypted, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-encrypted">udisks_object_skeleton_set_encrypted ()</a>
</dt>
<dt>udisks_object_skeleton_set_filesystem, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-filesystem">udisks_object_skeleton_set_filesystem ()</a>
</dt>
<dt>udisks_object_skeleton_set_job, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-job">udisks_object_skeleton_set_job ()</a>
</dt>
<dt>udisks_object_skeleton_set_loop, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-loop">udisks_object_skeleton_set_loop ()</a>
</dt>
<dt>udisks_object_skeleton_set_manager, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-manager">udisks_object_skeleton_set_manager ()</a>
</dt>
<dt>udisks_object_skeleton_set_mdraid, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-mdraid">udisks_object_skeleton_set_mdraid ()</a>
</dt>
<dt>udisks_object_skeleton_set_partition, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-partition">udisks_object_skeleton_set_partition ()</a>
</dt>
<dt>udisks_object_skeleton_set_partition_table, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-partition-table">udisks_object_skeleton_set_partition_table ()</a>
</dt>
<dt>udisks_object_skeleton_set_swapspace, <a class="indexterm" href="UDisksObject.html#udisks-object-skeleton-set-swapspace">udisks_object_skeleton_set_swapspace ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>P</h3>
<dl>
<dt>org.freedesktop.UDisks2.Partition, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-interface-org-freedesktop-UDisks2-Partition.top_of_page">org.freedesktop.UDisks2.Partition</a>
</dt>
<dt>UDisksPartition, <a class="indexterm" href="UDisksPartition.html#UDisksPartition-struct">UDisksPartition</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition.Delete(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.Delete">The Delete() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition.SetFlags(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetFlags">The SetFlags() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition.SetName(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetName">The SetName() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition.SetType(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-method-org-freedesktop-UDisks2-Partition.SetType">The SetType() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:Flags, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Flags">The "Flags" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:IsContained, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.IsContained">The "IsContained" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:IsContainer, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.IsContainer">The "IsContainer" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:Name, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Name">The "Name" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:Number, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Number">The "Number" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:Offset, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Offset">The "Offset" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:Size, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Size">The "Size" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:Table, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Table">The "Table" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:Type, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.Type">The "Type" property</a>
</dt>
<dt>org.freedesktop.UDisks2.Partition:UUID, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Partition.html#gdbus-property-org-freedesktop-UDisks2-Partition.UUID">The "UUID" property</a>
</dt>
<dt>UDisksPartitionIface, <a class="indexterm" href="UDisksPartition.html#UDisksPartitionIface">struct UDisksPartitionIface</a>
</dt>
<dt>UDisksPartitionProxy, <a class="indexterm" href="UDisksPartition.html#UDisksPartitionProxy">struct UDisksPartitionProxy</a>
</dt>
<dt>UDisksPartitionProxyClass, <a class="indexterm" href="UDisksPartition.html#UDisksPartitionProxyClass">struct UDisksPartitionProxyClass</a>
</dt>
<dt>UDisksPartitionSkeleton, <a class="indexterm" href="UDisksPartition.html#UDisksPartitionSkeleton-struct">struct UDisksPartitionSkeleton</a>
</dt>
<dt>UDisksPartitionSkeletonClass, <a class="indexterm" href="UDisksPartition.html#UDisksPartitionSkeletonClass">struct UDisksPartitionSkeletonClass</a>
</dt>
<dt>org.freedesktop.UDisks2.PartitionTable, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.PartitionTable.html#gdbus-interface-org-freedesktop-UDisks2-PartitionTable.top_of_page">org.freedesktop.UDisks2.PartitionTable</a>
</dt>
<dt>UDisksPartitionTable, <a class="indexterm" href="UDisksPartitionTable.html#UDisksPartitionTable-struct">UDisksPartitionTable</a>
</dt>
<dt>org.freedesktop.UDisks2.PartitionTable.CreatePartition(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.PartitionTable.html#gdbus-method-org-freedesktop-UDisks2-PartitionTable.CreatePartition">The CreatePartition() method</a>
</dt>
<dt>org.freedesktop.UDisks2.PartitionTable:Type, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.PartitionTable.html#gdbus-property-org-freedesktop-UDisks2-PartitionTable.Type">The "Type" property</a>
</dt>
<dt>UDisksPartitionTableIface, <a class="indexterm" href="UDisksPartitionTable.html#UDisksPartitionTableIface">struct UDisksPartitionTableIface</a>
</dt>
<dt>UDisksPartitionTableProxy, <a class="indexterm" href="UDisksPartitionTable.html#UDisksPartitionTableProxy">struct UDisksPartitionTableProxy</a>
</dt>
<dt>UDisksPartitionTableProxyClass, <a class="indexterm" href="UDisksPartitionTable.html#UDisksPartitionTableProxyClass">struct UDisksPartitionTableProxyClass</a>
</dt>
<dt>UDisksPartitionTableSkeleton, <a class="indexterm" href="UDisksPartitionTable.html#UDisksPartitionTableSkeleton-struct">struct UDisksPartitionTableSkeleton</a>
</dt>
<dt>UDisksPartitionTableSkeletonClass, <a class="indexterm" href="UDisksPartitionTable.html#UDisksPartitionTableSkeletonClass">struct UDisksPartitionTableSkeletonClass</a>
</dt>
<dt>UDisksPartitionTypeInfo, <a class="indexterm" href="UDisksClient.html#UDisksPartitionTypeInfo-struct">UDisksPartitionTypeInfo</a>
</dt>
<dt>UDisksPartitionTypeInfoFlags, <a class="indexterm" href="UDisksClient.html#UDisksPartitionTypeInfoFlags">enum UDisksPartitionTypeInfoFlags</a>
</dt>
<dt>udisks_partition_call_delete, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-delete">udisks_partition_call_delete ()</a>
</dt>
<dt>udisks_partition_call_delete_finish, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-delete-finish">udisks_partition_call_delete_finish ()</a>
</dt>
<dt>udisks_partition_call_delete_sync, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-delete-sync">udisks_partition_call_delete_sync ()</a>
</dt>
<dt>udisks_partition_call_set_flags, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-set-flags">udisks_partition_call_set_flags ()</a>
</dt>
<dt>udisks_partition_call_set_flags_finish, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-set-flags-finish">udisks_partition_call_set_flags_finish ()</a>
</dt>
<dt>udisks_partition_call_set_flags_sync, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-set-flags-sync">udisks_partition_call_set_flags_sync ()</a>
</dt>
<dt>udisks_partition_call_set_name, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-set-name">udisks_partition_call_set_name ()</a>
</dt>
<dt>udisks_partition_call_set_name_finish, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-set-name-finish">udisks_partition_call_set_name_finish ()</a>
</dt>
<dt>udisks_partition_call_set_name_sync, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-set-name-sync">udisks_partition_call_set_name_sync ()</a>
</dt>
<dt>udisks_partition_call_set_type, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-set-type">udisks_partition_call_set_type ()</a>
</dt>
<dt>udisks_partition_call_set_type_finish, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-set-type-finish">udisks_partition_call_set_type_finish ()</a>
</dt>
<dt>udisks_partition_call_set_type_sync, <a class="indexterm" href="UDisksPartition.html#udisks-partition-call-set-type-sync">udisks_partition_call_set_type_sync ()</a>
</dt>
<dt>udisks_partition_complete_delete, <a class="indexterm" href="UDisksPartition.html#udisks-partition-complete-delete">udisks_partition_complete_delete ()</a>
</dt>
<dt>udisks_partition_complete_set_flags, <a class="indexterm" href="UDisksPartition.html#udisks-partition-complete-set-flags">udisks_partition_complete_set_flags ()</a>
</dt>
<dt>udisks_partition_complete_set_name, <a class="indexterm" href="UDisksPartition.html#udisks-partition-complete-set-name">udisks_partition_complete_set_name ()</a>
</dt>
<dt>udisks_partition_complete_set_type, <a class="indexterm" href="UDisksPartition.html#udisks-partition-complete-set-type">udisks_partition_complete_set_type ()</a>
</dt>
<dt>udisks_partition_dup_name, <a class="indexterm" href="UDisksPartition.html#udisks-partition-dup-name">udisks_partition_dup_name ()</a>
</dt>
<dt>udisks_partition_dup_table, <a class="indexterm" href="UDisksPartition.html#udisks-partition-dup-table">udisks_partition_dup_table ()</a>
</dt>
<dt>udisks_partition_dup_type_, <a class="indexterm" href="UDisksPartition.html#udisks-partition-dup-type-">udisks_partition_dup_type_ ()</a>
</dt>
<dt>udisks_partition_dup_uuid, <a class="indexterm" href="UDisksPartition.html#udisks-partition-dup-uuid">udisks_partition_dup_uuid ()</a>
</dt>
<dt>udisks_partition_get_flags, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-flags">udisks_partition_get_flags ()</a>
</dt>
<dt>udisks_partition_get_is_contained, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-is-contained">udisks_partition_get_is_contained ()</a>
</dt>
<dt>udisks_partition_get_is_container, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-is-container">udisks_partition_get_is_container ()</a>
</dt>
<dt>udisks_partition_get_name, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-name">udisks_partition_get_name ()</a>
</dt>
<dt>udisks_partition_get_number, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-number">udisks_partition_get_number ()</a>
</dt>
<dt>udisks_partition_get_offset, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-offset">udisks_partition_get_offset ()</a>
</dt>
<dt>udisks_partition_get_size, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-size">udisks_partition_get_size ()</a>
</dt>
<dt>udisks_partition_get_table, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-table">udisks_partition_get_table ()</a>
</dt>
<dt>udisks_partition_get_type_, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-type-">udisks_partition_get_type_ ()</a>
</dt>
<dt>udisks_partition_get_uuid, <a class="indexterm" href="UDisksPartition.html#udisks-partition-get-uuid">udisks_partition_get_uuid ()</a>
</dt>
<dt>udisks_partition_interface_info, <a class="indexterm" href="UDisksPartition.html#udisks-partition-interface-info">udisks_partition_interface_info ()</a>
</dt>
<dt>udisks_partition_override_properties, <a class="indexterm" href="UDisksPartition.html#udisks-partition-override-properties">udisks_partition_override_properties ()</a>
</dt>
<dt>udisks_partition_proxy_new, <a class="indexterm" href="UDisksPartition.html#udisks-partition-proxy-new">udisks_partition_proxy_new ()</a>
</dt>
<dt>udisks_partition_proxy_new_finish, <a class="indexterm" href="UDisksPartition.html#udisks-partition-proxy-new-finish">udisks_partition_proxy_new_finish ()</a>
</dt>
<dt>udisks_partition_proxy_new_for_bus, <a class="indexterm" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus">udisks_partition_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_partition_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus-finish">udisks_partition_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_partition_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksPartition.html#udisks-partition-proxy-new-for-bus-sync">udisks_partition_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_partition_proxy_new_sync, <a class="indexterm" href="UDisksPartition.html#udisks-partition-proxy-new-sync">udisks_partition_proxy_new_sync ()</a>
</dt>
<dt>udisks_partition_set_flags, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-flags">udisks_partition_set_flags ()</a>
</dt>
<dt>udisks_partition_set_is_contained, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-is-contained">udisks_partition_set_is_contained ()</a>
</dt>
<dt>udisks_partition_set_is_container, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-is-container">udisks_partition_set_is_container ()</a>
</dt>
<dt>udisks_partition_set_name, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-name">udisks_partition_set_name ()</a>
</dt>
<dt>udisks_partition_set_number, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-number">udisks_partition_set_number ()</a>
</dt>
<dt>udisks_partition_set_offset, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-offset">udisks_partition_set_offset ()</a>
</dt>
<dt>udisks_partition_set_size, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-size">udisks_partition_set_size ()</a>
</dt>
<dt>udisks_partition_set_table, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-table">udisks_partition_set_table ()</a>
</dt>
<dt>udisks_partition_set_type_, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-type-">udisks_partition_set_type_ ()</a>
</dt>
<dt>udisks_partition_set_uuid, <a class="indexterm" href="UDisksPartition.html#udisks-partition-set-uuid">udisks_partition_set_uuid ()</a>
</dt>
<dt>udisks_partition_skeleton_new, <a class="indexterm" href="UDisksPartition.html#udisks-partition-skeleton-new">udisks_partition_skeleton_new ()</a>
</dt>
<dt>udisks_partition_table_call_create_partition, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-call-create-partition">udisks_partition_table_call_create_partition ()</a>
</dt>
<dt>udisks_partition_table_call_create_partition_finish, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-call-create-partition-finish">udisks_partition_table_call_create_partition_finish ()</a>
</dt>
<dt>udisks_partition_table_call_create_partition_sync, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-call-create-partition-sync">udisks_partition_table_call_create_partition_sync ()</a>
</dt>
<dt>udisks_partition_table_complete_create_partition, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-complete-create-partition">udisks_partition_table_complete_create_partition ()</a>
</dt>
<dt>udisks_partition_table_dup_type_, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-dup-type-">udisks_partition_table_dup_type_ ()</a>
</dt>
<dt>udisks_partition_table_get_type_, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-get-type-">udisks_partition_table_get_type_ ()</a>
</dt>
<dt>udisks_partition_table_interface_info, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-interface-info">udisks_partition_table_interface_info ()</a>
</dt>
<dt>udisks_partition_table_override_properties, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-override-properties">udisks_partition_table_override_properties ()</a>
</dt>
<dt>udisks_partition_table_proxy_new, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-proxy-new">udisks_partition_table_proxy_new ()</a>
</dt>
<dt>udisks_partition_table_proxy_new_finish, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-proxy-new-finish">udisks_partition_table_proxy_new_finish ()</a>
</dt>
<dt>udisks_partition_table_proxy_new_for_bus, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-proxy-new-for-bus">udisks_partition_table_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_partition_table_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-proxy-new-for-bus-finish">udisks_partition_table_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_partition_table_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-proxy-new-for-bus-sync">udisks_partition_table_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_partition_table_proxy_new_sync, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-proxy-new-sync">udisks_partition_table_proxy_new_sync ()</a>
</dt>
<dt>udisks_partition_table_set_type_, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-set-type-">udisks_partition_table_set_type_ ()</a>
</dt>
<dt>udisks_partition_table_skeleton_new, <a class="indexterm" href="UDisksPartitionTable.html#udisks-partition-table-skeleton-new">udisks_partition_table_skeleton_new ()</a>
</dt>
<dt>udisks_partition_type_info_free, <a class="indexterm" href="UDisksClient.html#udisks-partition-type-info-free">udisks_partition_type_info_free ()</a>
</dt>
<dt>UDisksProvider, <a class="indexterm" href="UDisksProvider.html#UDisksProvider-struct">UDisksProvider</a>
</dt>
<dt>UDisksProvider:daemon, <a class="indexterm" href="UDisksProvider.html#UDisksProvider--daemon">The “daemon” property</a>
</dt>
<dt>UDisksProviderClass, <a class="indexterm" href="UDisksProvider.html#UDisksProviderClass">struct UDisksProviderClass</a>
</dt>
<dt>udisks_provider_get_daemon, <a class="indexterm" href="UDisksProvider.html#udisks-provider-get-daemon">udisks_provider_get_daemon ()</a>
</dt>
<dt>udisks_provider_start, <a class="indexterm" href="UDisksProvider.html#udisks-provider-start">udisks_provider_start ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>S</h3>
<dl>
<dt>udisks_safe_append_to_object_path, <a class="indexterm" href="udisks2-Utilities.html#udisks-safe-append-to-object-path">udisks_safe_append_to_object_path ()</a>
</dt>
<dt>UDisksSimpleJob, <a class="indexterm" href="UDisksSimpleJob.html#UDisksSimpleJob-struct">UDisksSimpleJob</a>
</dt>
<dt>udisks_simple_job_complete, <a class="indexterm" href="UDisksSimpleJob.html#udisks-simple-job-complete">udisks_simple_job_complete ()</a>
</dt>
<dt>udisks_simple_job_new, <a class="indexterm" href="UDisksSimpleJob.html#udisks-simple-job-new">udisks_simple_job_new ()</a>
</dt>
<dt>UDisksSpawnedJob, <a class="indexterm" href="UDisksSpawnedJob.html#UDisksSpawnedJob-struct">UDisksSpawnedJob</a>
</dt>
<dt>UDisksSpawnedJob::spawned-job-completed, <a class="indexterm" href="UDisksSpawnedJob.html#UDisksSpawnedJob-spawned-job-completed">The “spawned-job-completed” signal</a>
</dt>
<dt>UDisksSpawnedJob:command-line, <a class="indexterm" href="UDisksSpawnedJob.html#UDisksSpawnedJob--command-line">The “command-line” property</a>
</dt>
<dt>UDisksSpawnedJob:input-string, <a class="indexterm" href="UDisksSpawnedJob.html#UDisksSpawnedJob--input-string">The “input-string” property</a>
</dt>
<dt>UDisksSpawnedJob:run-as-euid, <a class="indexterm" href="UDisksSpawnedJob.html#UDisksSpawnedJob--run-as-euid">The “run-as-euid” property</a>
</dt>
<dt>UDisksSpawnedJob:run-as-uid, <a class="indexterm" href="UDisksSpawnedJob.html#UDisksSpawnedJob--run-as-uid">The “run-as-uid” property</a>
</dt>
<dt>udisks_spawned_job_get_command_line, <a class="indexterm" href="UDisksSpawnedJob.html#udisks-spawned-job-get-command-line">udisks_spawned_job_get_command_line ()</a>
</dt>
<dt>udisks_spawned_job_new, <a class="indexterm" href="UDisksSpawnedJob.html#udisks-spawned-job-new">udisks_spawned_job_new ()</a>
</dt>
<dt>UDisksState, <a class="indexterm" href="UDisksState.html#UDisksState-struct">UDisksState</a>
</dt>
<dt>UDisksState:daemon, <a class="indexterm" href="UDisksState.html#UDisksState--daemon">The “daemon” property</a>
</dt>
<dt>udisks_state_add_loop, <a class="indexterm" href="UDisksState.html#udisks-state-add-loop">udisks_state_add_loop ()</a>
</dt>
<dt>udisks_state_add_mdraid, <a class="indexterm" href="UDisksState.html#udisks-state-add-mdraid">udisks_state_add_mdraid ()</a>
</dt>
<dt>udisks_state_add_mounted_fs, <a class="indexterm" href="UDisksState.html#udisks-state-add-mounted-fs">udisks_state_add_mounted_fs ()</a>
</dt>
<dt>udisks_state_add_unlocked_luks, <a class="indexterm" href="UDisksState.html#udisks-state-add-unlocked-luks">udisks_state_add_unlocked_luks ()</a>
</dt>
<dt>udisks_state_check, <a class="indexterm" href="UDisksState.html#udisks-state-check">udisks_state_check ()</a>
</dt>
<dt>udisks_state_find_mounted_fs, <a class="indexterm" href="UDisksState.html#udisks-state-find-mounted-fs">udisks_state_find_mounted_fs ()</a>
</dt>
<dt>udisks_state_find_unlocked_luks, <a class="indexterm" href="UDisksState.html#udisks-state-find-unlocked-luks">udisks_state_find_unlocked_luks ()</a>
</dt>
<dt>udisks_state_get_daemon, <a class="indexterm" href="UDisksState.html#udisks-state-get-daemon">udisks_state_get_daemon ()</a>
</dt>
<dt>udisks_state_has_loop, <a class="indexterm" href="UDisksState.html#udisks-state-has-loop">udisks_state_has_loop ()</a>
</dt>
<dt>udisks_state_has_mdraid, <a class="indexterm" href="UDisksState.html#udisks-state-has-mdraid">udisks_state_has_mdraid ()</a>
</dt>
<dt>udisks_state_new, <a class="indexterm" href="UDisksState.html#udisks-state-new">udisks_state_new ()</a>
</dt>
<dt>udisks_state_start_cleanup, <a class="indexterm" href="UDisksState.html#udisks-state-start-cleanup">udisks_state_start_cleanup ()</a>
</dt>
<dt>udisks_state_stop_cleanup, <a class="indexterm" href="UDisksState.html#udisks-state-stop-cleanup">udisks_state_stop_cleanup ()</a>
</dt>
<dt>org.freedesktop.UDisks2.Swapspace, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Swapspace.html#gdbus-interface-org-freedesktop-UDisks2-Swapspace.top_of_page">org.freedesktop.UDisks2.Swapspace</a>
</dt>
<dt>UDisksSwapspace, <a class="indexterm" href="UDisksSwapspace.html#UDisksSwapspace-struct">UDisksSwapspace</a>
</dt>
<dt>org.freedesktop.UDisks2.Swapspace.Start(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Swapspace.html#gdbus-method-org-freedesktop-UDisks2-Swapspace.Start">The Start() method</a>
</dt>
<dt>org.freedesktop.UDisks2.Swapspace.Stop(), <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Swapspace.html#gdbus-method-org-freedesktop-UDisks2-Swapspace.Stop">The Stop() method</a>
</dt>
<dt>UDisksSwapspace::handle-start, <a class="indexterm" href="UDisksSwapspace.html#UDisksSwapspace-handle-start">The “handle-start” signal</a>
</dt>
<dt>UDisksSwapspace::handle-stop, <a class="indexterm" href="UDisksSwapspace.html#UDisksSwapspace-handle-stop">The “handle-stop” signal</a>
</dt>
<dt>org.freedesktop.UDisks2.Swapspace:Active, <a class="indexterm" href="gdbus-org.freedesktop.UDisks2.Swapspace.html#gdbus-property-org-freedesktop-UDisks2-Swapspace.Active">The "Active" property</a>
</dt>
<dt>UDisksSwapspace:active, <a class="indexterm" href="UDisksSwapspace.html#UDisksSwapspace--active">The “active” property</a>
</dt>
<dt>UDisksSwapspaceIface, <a class="indexterm" href="UDisksSwapspace.html#UDisksSwapspaceIface">struct UDisksSwapspaceIface</a>
</dt>
<dt>UDisksSwapspaceProxy, <a class="indexterm" href="UDisksSwapspace.html#UDisksSwapspaceProxy-struct">struct UDisksSwapspaceProxy</a>
</dt>
<dt>UDisksSwapspaceProxyClass, <a class="indexterm" href="UDisksSwapspace.html#UDisksSwapspaceProxyClass">struct UDisksSwapspaceProxyClass</a>
</dt>
<dt>UDisksSwapspaceSkeleton, <a class="indexterm" href="UDisksSwapspace.html#UDisksSwapspaceSkeleton-struct">struct UDisksSwapspaceSkeleton</a>
</dt>
<dt>UDisksSwapspaceSkeletonClass, <a class="indexterm" href="UDisksSwapspace.html#UDisksSwapspaceSkeletonClass">struct UDisksSwapspaceSkeletonClass</a>
</dt>
<dt>udisks_swapspace_call_start, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-call-start">udisks_swapspace_call_start ()</a>
</dt>
<dt>udisks_swapspace_call_start_finish, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-call-start-finish">udisks_swapspace_call_start_finish ()</a>
</dt>
<dt>udisks_swapspace_call_start_sync, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-call-start-sync">udisks_swapspace_call_start_sync ()</a>
</dt>
<dt>udisks_swapspace_call_stop, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-call-stop">udisks_swapspace_call_stop ()</a>
</dt>
<dt>udisks_swapspace_call_stop_finish, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-call-stop-finish">udisks_swapspace_call_stop_finish ()</a>
</dt>
<dt>udisks_swapspace_call_stop_sync, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-call-stop-sync">udisks_swapspace_call_stop_sync ()</a>
</dt>
<dt>udisks_swapspace_complete_start, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-complete-start">udisks_swapspace_complete_start ()</a>
</dt>
<dt>udisks_swapspace_complete_stop, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-complete-stop">udisks_swapspace_complete_stop ()</a>
</dt>
<dt>udisks_swapspace_get_active, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-get-active">udisks_swapspace_get_active ()</a>
</dt>
<dt>udisks_swapspace_interface_info, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-interface-info">udisks_swapspace_interface_info ()</a>
</dt>
<dt>udisks_swapspace_override_properties, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-override-properties">udisks_swapspace_override_properties ()</a>
</dt>
<dt>udisks_swapspace_proxy_new, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-proxy-new">udisks_swapspace_proxy_new ()</a>
</dt>
<dt>udisks_swapspace_proxy_new_finish, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-proxy-new-finish">udisks_swapspace_proxy_new_finish ()</a>
</dt>
<dt>udisks_swapspace_proxy_new_for_bus, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-proxy-new-for-bus">udisks_swapspace_proxy_new_for_bus ()</a>
</dt>
<dt>udisks_swapspace_proxy_new_for_bus_finish, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-proxy-new-for-bus-finish">udisks_swapspace_proxy_new_for_bus_finish ()</a>
</dt>
<dt>udisks_swapspace_proxy_new_for_bus_sync, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-proxy-new-for-bus-sync">udisks_swapspace_proxy_new_for_bus_sync ()</a>
</dt>
<dt>udisks_swapspace_proxy_new_sync, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-proxy-new-sync">udisks_swapspace_proxy_new_sync ()</a>
</dt>
<dt>udisks_swapspace_set_active, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-set-active">udisks_swapspace_set_active ()</a>
</dt>
<dt>udisks_swapspace_skeleton_new, <a class="indexterm" href="UDisksSwapspace.html#udisks-swapspace-skeleton-new">udisks_swapspace_skeleton_new ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>T</h3>
<dl>
<dt>UDisksThreadedJob, <a class="indexterm" href="UDisksThreadedJob.html#UDisksThreadedJob-struct">UDisksThreadedJob</a>
</dt>
<dt>UDisksThreadedJob::threaded-job-completed, <a class="indexterm" href="UDisksThreadedJob.html#UDisksThreadedJob-threaded-job-completed">The “threaded-job-completed” signal</a>
</dt>
<dt>UDisksThreadedJob:job-func, <a class="indexterm" href="UDisksThreadedJob.html#UDisksThreadedJob--job-func">The “job-func” property</a>
</dt>
<dt>UDisksThreadedJob:user-data, <a class="indexterm" href="UDisksThreadedJob.html#UDisksThreadedJob--user-data">The “user-data” property</a>
</dt>
<dt>UDisksThreadedJob:user-data-free-func, <a class="indexterm" href="UDisksThreadedJob.html#UDisksThreadedJob--user-data-free-func">The “user-data-free-func” property</a>
</dt>
<dt>UDisksThreadedJobFunc, <a class="indexterm" href="UDisksThreadedJob.html#UDisksThreadedJobFunc">UDisksThreadedJobFunc ()</a>
</dt>
<dt>udisks_threaded_job_get_user_data, <a class="indexterm" href="UDisksThreadedJob.html#udisks-threaded-job-get-user-data">udisks_threaded_job_get_user_data ()</a>
</dt>
<dt>udisks_threaded_job_new, <a class="indexterm" href="UDisksThreadedJob.html#udisks-threaded-job-new">udisks_threaded_job_new ()</a>
</dt>
</dl>
</div>
<div class="indexdiv">
<h3>W</h3>
<dl><dt>udisks_warning, <a class="indexterm" href="udisks2-Logging.html#udisks-warning">udisks_warning()</a>
</dt></dl>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.20</div>
</body>
</html>