This file is indexed.

/usr/share/vala/vapi/libmm-glib.vapi is in libmm-glib-dev 1.6.8-2ubuntu1.

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

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
/* libmm-glib.vapi generated by vapigen-0.40, do not modify. */

[CCode (cprefix = "MM", gir_namespace = "ModemManager", gir_version = "1.0", lower_case_cprefix = "mm_")]
namespace MM {
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_bearer_get_type ()")]
	public class Bearer : MM.GdbusBearerProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusBearer {
		[CCode (has_construct_function = false)]
		protected Bearer ();
		public async bool connect (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool connect_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool disconnect (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool disconnect_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_interface ();
		public string dup_path ();
		public bool get_connected ();
		public unowned string get_interface ();
		public uint get_ip_timeout ();
		public MM.BearerIpConfig get_ipv4_config ();
		public MM.BearerIpConfig get_ipv6_config ();
		public unowned string get_path ();
		public MM.BearerProperties get_properties ();
		public MM.BearerStats get_stats ();
		public bool get_suspended ();
		public unowned MM.BearerIpConfig peek_ipv4_config ();
		public unowned MM.BearerIpConfig peek_ipv6_config ();
		public unowned MM.BearerProperties peek_properties ();
		public unowned MM.BearerStats peek_stats ();
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_bearer_ip_config_get_type ()")]
	public class BearerIpConfig : GLib.Object {
		[CCode (has_construct_function = false)]
		public BearerIpConfig ();
		public MM.BearerIpConfig dup ();
		[CCode (has_construct_function = false)]
		public BearerIpConfig.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		public unowned string get_address ();
		public GLib.Variant get_dictionary ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_dns ();
		public unowned string get_gateway ();
		public MM.BearerIpMethod get_method ();
		public uint get_mtu ();
		public uint get_prefix ();
		public void set_address (string address);
		public void set_dns (string dns);
		public void set_gateway (string gateway);
		public void set_method (MM.BearerIpMethod ip_method);
		public void set_mtu (uint mtu);
		public void set_prefix (uint prefix);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_bearer_properties_get_type ()")]
	public class BearerProperties : GLib.Object {
		[CCode (has_construct_function = false)]
		public BearerProperties ();
		public bool cmp (MM.BearerProperties b);
		public bool consume_string (string key, string value) throws GLib.Error;
		public bool consume_variant (string key, GLib.Variant value) throws GLib.Error;
		public MM.BearerProperties dup ();
		[CCode (has_construct_function = false)]
		public BearerProperties.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		[CCode (has_construct_function = false)]
		public BearerProperties.from_string (string str) throws GLib.Error;
		public bool get_allow_roaming ();
		public MM.BearerAllowedAuth get_allowed_auth ();
		public unowned string get_apn ();
		public GLib.Variant get_dictionary ();
		public MM.BearerIpFamily get_ip_type ();
		public unowned string get_number ();
		public unowned string get_password ();
		public MM.ModemCdmaRmProtocol get_rm_protocol ();
		public unowned string get_user ();
		public void set_allow_roaming (bool allow_roaming);
		public void set_allowed_auth (MM.BearerAllowedAuth allowed_auth);
		public void set_apn (string apn);
		public void set_ip_type (MM.BearerIpFamily ip_type);
		public void set_number (string number);
		public void set_password (string password);
		public void set_rm_protocol (MM.ModemCdmaRmProtocol protocol);
		public void set_user (string user);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_bearer_stats_get_type ()")]
	public class BearerStats : GLib.Object {
		[CCode (has_construct_function = false)]
		public BearerStats ();
		[CCode (has_construct_function = false)]
		public BearerStats.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		public GLib.Variant get_dictionary ();
		public uint get_duration ();
		public uint64 get_rx_bytes ();
		public uint64 get_tx_bytes ();
		public void set_duration (uint duration);
		public void set_rx_bytes (uint64 rx_bytes);
		public void set_tx_bytes (uint64 tx_bytes);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_call_get_type ()")]
	public class Call : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable {
		[CCode (has_construct_function = false)]
		protected Call ();
		public async bool accept (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool accept_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_number ();
		public string dup_path ();
		public MM.CallDirection get_direction ();
		public unowned string get_number ();
		public unowned string get_path ();
		public MM.CallState get_state ();
		public MM.CallStateReason get_state_reason ();
		public async bool hangup (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool hangup_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool send_dtmf (string dtmf, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool send_dtmf_sync (string dtmf, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool start (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool start_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_call_properties_get_type ()")]
	public class CallProperties : GLib.Object {
		[CCode (has_construct_function = false)]
		public CallProperties ();
		public MM.CallProperties dup ();
		[CCode (has_construct_function = false)]
		public CallProperties.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		[CCode (has_construct_function = false)]
		public CallProperties.from_string (string str) throws GLib.Error;
		public GLib.Variant get_dictionary ();
		public MM.CallDirection get_direction ();
		public unowned string get_number ();
		public MM.CallState get_state ();
		public MM.CallStateReason get_state_reason ();
		public void set_direction (MM.CallDirection direction);
		public void set_number (string text);
		public void set_state (MM.CallState state);
		public void set_state_reason (MM.CallStateReason state_reason);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_cdma_manual_activation_properties_get_type ()")]
	public class CdmaManualActivationProperties : GLib.Object {
		[CCode (has_construct_function = false)]
		public CdmaManualActivationProperties ();
		[CCode (has_construct_function = false)]
		public CdmaManualActivationProperties.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		[CCode (has_construct_function = false)]
		public CdmaManualActivationProperties.from_string (string str) throws GLib.Error;
		public GLib.Variant get_dictionary ();
		public unowned string get_mdn ();
		public unowned string get_min ();
		public unowned string get_mn_aaa_key ();
		public unowned string get_mn_ha_key ();
		public uint8 get_prl (out size_t prl_len);
		public GLib.ByteArray get_prl_bytearray ();
		public uint16 get_sid ();
		public unowned string get_spc ();
		public unowned GLib.ByteArray peek_prl_bytearray ();
		public bool set_mdn (string mdn) throws GLib.Error;
		public bool set_min (string min) throws GLib.Error;
		public bool set_mn_aaa_key (string mn_aaa_key) throws GLib.Error;
		public bool set_mn_ha_key (string mn_ha_key) throws GLib.Error;
		public bool set_prl (uint8 prl, size_t prl_length) throws GLib.Error;
		public bool set_prl_bytearray (GLib.ByteArray prl) throws GLib.Error;
		public void set_sid (uint16 sid);
		public bool set_spc (string spc) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_firmware_properties_get_type ()")]
	public class FirmwareProperties : GLib.Object {
		[CCode (has_construct_function = false)]
		public FirmwareProperties (MM.FirmwareImageType image_type, string unique_id);
		[CCode (has_construct_function = false)]
		public FirmwareProperties.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		public GLib.Variant get_dictionary ();
		public unowned string get_gobi_boot_version ();
		public unowned string get_gobi_modem_unique_id ();
		public unowned string get_gobi_pri_info ();
		public unowned string get_gobi_pri_unique_id ();
		public unowned string get_gobi_pri_version ();
		public MM.FirmwareImageType get_image_type ();
		public unowned string get_unique_id ();
		public void set_gobi_boot_version (string version);
		public void set_gobi_modem_unique_id (string id);
		public void set_gobi_pri_info (string info);
		public void set_gobi_pri_unique_id (string id);
		public void set_gobi_pri_version (string version);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusBearerProxy", type_id = "mm_gdbus_bearer_proxy_get_type ()")]
	public class GdbusBearerProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusBearer {
		[CCode (cname = "mm_gdbus_bearer_proxy_new", has_construct_function = false)]
		public async GdbusBearerProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_bearer_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusBearerProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusBearer*")]
		public GdbusBearerProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusBearer*")]
		public GdbusBearerProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusBearerSkeleton", type_id = "mm_gdbus_bearer_skeleton_get_type ()")]
	public class GdbusBearerSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusBearer {
		[CCode (has_construct_function = false, type = "MmGdbusBearer*")]
		public GdbusBearerSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModem3gppProxy", type_id = "mm_gdbus_modem3gpp_proxy_get_type ()")]
	public class GdbusModem3gppProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModem3gpp {
		[CCode (cname = "mm_gdbus_modem3gpp_proxy_new", has_construct_function = false)]
		public async GdbusModem3gppProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem3gpp_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModem3gppProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModem3gpp*")]
		public GdbusModem3gppProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModem3gpp*")]
		public GdbusModem3gppProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModem3gppSkeleton", type_id = "mm_gdbus_modem3gpp_skeleton_get_type ()")]
	public class GdbusModem3gppSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModem3gpp {
		[CCode (has_construct_function = false, type = "MmGdbusModem3gpp*")]
		public GdbusModem3gppSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModem3gppUssdProxy", type_id = "mm_gdbus_modem3gpp_ussd_proxy_get_type ()")]
	public class GdbusModem3gppUssdProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModem3gppUssd {
		[CCode (cname = "mm_gdbus_modem3gpp_ussd_proxy_new", has_construct_function = false)]
		public async GdbusModem3gppUssdProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem3gpp_ussd_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModem3gppUssdProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModem3gppUssd*")]
		public GdbusModem3gppUssdProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModem3gppUssd*")]
		public GdbusModem3gppUssdProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModem3gppUssdSkeleton", type_id = "mm_gdbus_modem3gpp_ussd_skeleton_get_type ()")]
	public class GdbusModem3gppUssdSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModem3gppUssd {
		[CCode (has_construct_function = false, type = "MmGdbusModem3gppUssd*")]
		public GdbusModem3gppUssdSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemCdmaProxy", type_id = "mm_gdbus_modem_cdma_proxy_get_type ()")]
	public class GdbusModemCdmaProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemCdma {
		[CCode (cname = "mm_gdbus_modem_cdma_proxy_new", has_construct_function = false)]
		public async GdbusModemCdmaProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_cdma_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemCdmaProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemCdma*")]
		public GdbusModemCdmaProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemCdma*")]
		public GdbusModemCdmaProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemCdmaSkeleton", type_id = "mm_gdbus_modem_cdma_skeleton_get_type ()")]
	public class GdbusModemCdmaSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModemCdma {
		[CCode (has_construct_function = false, type = "MmGdbusModemCdma*")]
		public GdbusModemCdmaSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemFirmwareProxy", type_id = "mm_gdbus_modem_firmware_proxy_get_type ()")]
	public class GdbusModemFirmwareProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemFirmware {
		[CCode (cname = "mm_gdbus_modem_firmware_proxy_new", has_construct_function = false)]
		public async GdbusModemFirmwareProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_firmware_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemFirmwareProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemFirmware*")]
		public GdbusModemFirmwareProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemFirmware*")]
		public GdbusModemFirmwareProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemFirmwareSkeleton", type_id = "mm_gdbus_modem_firmware_skeleton_get_type ()")]
	public class GdbusModemFirmwareSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModemFirmware {
		[CCode (has_construct_function = false, type = "MmGdbusModemFirmware*")]
		public GdbusModemFirmwareSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemLocationProxy", type_id = "mm_gdbus_modem_location_proxy_get_type ()")]
	public class GdbusModemLocationProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemLocation {
		[CCode (cname = "mm_gdbus_modem_location_proxy_new", has_construct_function = false)]
		public async GdbusModemLocationProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_location_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemLocationProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemLocation*")]
		public GdbusModemLocationProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemLocation*")]
		public GdbusModemLocationProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemLocationSkeleton", type_id = "mm_gdbus_modem_location_skeleton_get_type ()")]
	public class GdbusModemLocationSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModemLocation {
		[CCode (has_construct_function = false, type = "MmGdbusModemLocation*")]
		public GdbusModemLocationSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemMessagingProxy", type_id = "mm_gdbus_modem_messaging_proxy_get_type ()")]
	public class GdbusModemMessagingProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemMessaging {
		[CCode (cname = "mm_gdbus_modem_messaging_proxy_new", has_construct_function = false)]
		public async GdbusModemMessagingProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_messaging_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemMessagingProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemMessaging*")]
		public GdbusModemMessagingProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemMessaging*")]
		public GdbusModemMessagingProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemMessagingSkeleton", type_id = "mm_gdbus_modem_messaging_skeleton_get_type ()")]
	public class GdbusModemMessagingSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModemMessaging {
		[CCode (has_construct_function = false, type = "MmGdbusModemMessaging*")]
		public GdbusModemMessagingSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemOmaProxy", type_id = "mm_gdbus_modem_oma_proxy_get_type ()")]
	public class GdbusModemOmaProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemOma {
		[CCode (cname = "mm_gdbus_modem_oma_proxy_new", has_construct_function = false)]
		public async GdbusModemOmaProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_oma_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemOmaProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemOma*")]
		public GdbusModemOmaProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemOma*")]
		public GdbusModemOmaProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemOmaSkeleton", type_id = "mm_gdbus_modem_oma_skeleton_get_type ()")]
	public class GdbusModemOmaSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModemOma {
		[CCode (has_construct_function = false, type = "MmGdbusModemOma*")]
		public GdbusModemOmaSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemProxy", type_id = "mm_gdbus_modem_proxy_get_type ()")]
	public class GdbusModemProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModem {
		[CCode (cname = "mm_gdbus_modem_proxy_new", has_construct_function = false)]
		public async GdbusModemProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModem*")]
		public GdbusModemProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModem*")]
		public GdbusModemProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemSignalProxy", type_id = "mm_gdbus_modem_signal_proxy_get_type ()")]
	public class GdbusModemSignalProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemSignal {
		[CCode (cname = "mm_gdbus_modem_signal_proxy_new", has_construct_function = false)]
		public async GdbusModemSignalProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_signal_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemSignalProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemSignal*")]
		public GdbusModemSignalProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemSignal*")]
		public GdbusModemSignalProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemSignalSkeleton", type_id = "mm_gdbus_modem_signal_skeleton_get_type ()")]
	public class GdbusModemSignalSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModemSignal {
		[CCode (has_construct_function = false, type = "MmGdbusModemSignal*")]
		public GdbusModemSignalSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemSimpleProxy", type_id = "mm_gdbus_modem_simple_proxy_get_type ()")]
	public class GdbusModemSimpleProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemSimple {
		[CCode (cname = "mm_gdbus_modem_simple_proxy_new", has_construct_function = false)]
		public async GdbusModemSimpleProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_simple_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemSimpleProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemSimple*")]
		public GdbusModemSimpleProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemSimple*")]
		public GdbusModemSimpleProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemSimpleSkeleton", type_id = "mm_gdbus_modem_simple_skeleton_get_type ()")]
	public class GdbusModemSimpleSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModemSimple {
		[CCode (has_construct_function = false, type = "MmGdbusModemSimple*")]
		public GdbusModemSimpleSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemSkeleton", type_id = "mm_gdbus_modem_skeleton_get_type ()")]
	public class GdbusModemSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModem {
		[CCode (has_construct_function = false, type = "MmGdbusModem*")]
		public GdbusModemSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemTimeProxy", type_id = "mm_gdbus_modem_time_proxy_get_type ()")]
	public class GdbusModemTimeProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemTime {
		[CCode (cname = "mm_gdbus_modem_time_proxy_new", has_construct_function = false)]
		public async GdbusModemTimeProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_time_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemTimeProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemTime*")]
		public GdbusModemTimeProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemTime*")]
		public GdbusModemTimeProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemTimeSkeleton", type_id = "mm_gdbus_modem_time_skeleton_get_type ()")]
	public class GdbusModemTimeSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModemTime {
		[CCode (has_construct_function = false, type = "MmGdbusModemTime*")]
		public GdbusModemTimeSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemVoiceProxy", type_id = "mm_gdbus_modem_voice_proxy_get_type ()")]
	public class GdbusModemVoiceProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemVoice {
		[CCode (cname = "mm_gdbus_modem_voice_proxy_new", has_construct_function = false)]
		public async GdbusModemVoiceProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_modem_voice_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusModemVoiceProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemVoice*")]
		public GdbusModemVoiceProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusModemVoice*")]
		public GdbusModemVoiceProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemVoiceSkeleton", type_id = "mm_gdbus_modem_voice_skeleton_get_type ()")]
	public class GdbusModemVoiceSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusModemVoice {
		[CCode (has_construct_function = false, type = "MmGdbusModemVoice*")]
		public GdbusModemVoiceSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusObjectManagerClient", type_id = "mm_gdbus_object_manager_client_get_type ()")]
	public class GdbusObjectManagerClient : GLib.DBusObjectManagerClient, GLib.AsyncInitable, GLib.DBusObjectManager, GLib.Initable {
		[CCode (cname = "mm_gdbus_object_manager_client_new", has_construct_function = false)]
		public async GdbusObjectManagerClient (GLib.DBusConnection connection, GLib.DBusObjectManagerClientFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_object_manager_client_new_for_bus", has_construct_function = false)]
		public async GdbusObjectManagerClient.for_bus (GLib.BusType bus_type, GLib.DBusObjectManagerClientFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "GDBusObjectManager*")]
		public GdbusObjectManagerClient.for_bus_sync (GLib.BusType bus_type, GLib.DBusObjectManagerClientFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public static GLib.Type get_proxy_type (GLib.DBusObjectManagerClient manager, string object_path, string? interface_name, void* user_data);
		[CCode (has_construct_function = false, type = "GDBusObjectManager*")]
		public GdbusObjectManagerClient.sync (GLib.DBusConnection connection, GLib.DBusObjectManagerClientFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusObjectProxy", type_id = "mm_gdbus_object_proxy_get_type ()")]
	public class GdbusObjectProxy : GLib.DBusObjectProxy, GLib.DBusObject, MM.GdbusObject {
		[CCode (has_construct_function = false)]
		public GdbusObjectProxy (GLib.DBusConnection connection, string object_path);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusObjectSkeleton", type_id = "mm_gdbus_object_skeleton_get_type ()")]
	public class GdbusObjectSkeleton : GLib.DBusObjectSkeleton, GLib.DBusObject, MM.GdbusObject {
		[CCode (has_construct_function = false)]
		public GdbusObjectSkeleton (string object_path);
		public void set_modem (MM.GdbusModem? interface_);
		public void set_modem3gpp (MM.GdbusModem3gpp? interface_);
		public void set_modem3gpp_ussd (MM.GdbusModem3gppUssd? interface_);
		public void set_modem_cdma (MM.GdbusModemCdma? interface_);
		public void set_modem_firmware (MM.GdbusModemFirmware? interface_);
		public void set_modem_location (MM.GdbusModemLocation? interface_);
		public void set_modem_messaging (MM.GdbusModemMessaging? interface_);
		public void set_modem_oma (MM.GdbusModemOma? interface_);
		public void set_modem_signal (MM.GdbusModemSignal? interface_);
		public void set_modem_simple (MM.GdbusModemSimple? interface_);
		public void set_modem_time (MM.GdbusModemTime? interface_);
		public void set_modem_voice (MM.GdbusModemVoice? interface_);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusOrgFreedesktopModemManager1Proxy", type_id = "mm_gdbus_org_freedesktop_modem_manager1_proxy_get_type ()")]
	public class GdbusOrgFreedesktopModemManager1Proxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusOrgFreedesktopModemManager1 {
		[CCode (cname = "mm_gdbus_org_freedesktop_modem_manager1_proxy_new", has_construct_function = false)]
		public async GdbusOrgFreedesktopModemManager1Proxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_org_freedesktop_modem_manager1_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusOrgFreedesktopModemManager1Proxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusOrgFreedesktopModemManager1*")]
		public GdbusOrgFreedesktopModemManager1Proxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusOrgFreedesktopModemManager1*")]
		public GdbusOrgFreedesktopModemManager1Proxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusOrgFreedesktopModemManager1Skeleton", type_id = "mm_gdbus_org_freedesktop_modem_manager1_skeleton_get_type ()")]
	public class GdbusOrgFreedesktopModemManager1Skeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusOrgFreedesktopModemManager1 {
		[CCode (has_construct_function = false, type = "MmGdbusOrgFreedesktopModemManager1*")]
		public GdbusOrgFreedesktopModemManager1Skeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusSimProxy", type_id = "mm_gdbus_sim_proxy_get_type ()")]
	public class GdbusSimProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusSim {
		[CCode (cname = "mm_gdbus_sim_proxy_new", has_construct_function = false)]
		public async GdbusSimProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_sim_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusSimProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusSim*")]
		public GdbusSimProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusSim*")]
		public GdbusSimProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusSimSkeleton", type_id = "mm_gdbus_sim_skeleton_get_type ()")]
	public class GdbusSimSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusSim {
		[CCode (has_construct_function = false, type = "MmGdbusSim*")]
		public GdbusSimSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusSmsProxy", type_id = "mm_gdbus_sms_proxy_get_type ()")]
	public class GdbusSmsProxy : GLib.DBusProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusSms {
		[CCode (cname = "mm_gdbus_sms_proxy_new", has_construct_function = false)]
		public async GdbusSmsProxy (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (cname = "mm_gdbus_sms_proxy_new_for_bus", has_construct_function = false)]
		public async GdbusSmsProxy.for_bus (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusSms*")]
		public GdbusSmsProxy.for_bus_sync (GLib.BusType bus_type, GLib.DBusProxyFlags flags, string name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false, type = "MmGdbusSms*")]
		public GdbusSmsProxy.sync (GLib.DBusConnection connection, GLib.DBusProxyFlags flags, string? name, string object_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusSmsSkeleton", type_id = "mm_gdbus_sms_skeleton_get_type ()")]
	public class GdbusSmsSkeleton : GLib.DBusInterfaceSkeleton, GLib.DBusInterface, MM.GdbusSms {
		[CCode (has_construct_function = false, type = "MmGdbusSms*")]
		public GdbusSmsSkeleton ();
	}
	[CCode (cheader_filename = "libmm-glib.h", lower_case_csuffix = "location_3gpp", type_id = "mm_location_3gpp_get_type ()")]
	public class Location3gpp : GLib.Object {
		[CCode (has_construct_function = false)]
		public Location3gpp ();
		[CCode (has_construct_function = false)]
		public Location3gpp.from_string_variant (GLib.Variant string) throws GLib.Error;
		public ulong get_cell_id ();
		public ulong get_location_area_code ();
		public uint get_mobile_country_code ();
		public uint get_mobile_network_code ();
		public GLib.Variant get_string_variant ();
		public bool set_cell_id (ulong cell_id);
		public bool set_location_area_code (ulong location_area_code);
		public bool set_mobile_country_code (uint mobile_country_code);
		public bool set_mobile_network_code (uint mobile_network_code);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_location_cdma_bs_get_type ()")]
	public class LocationCdmaBs : GLib.Object {
		[CCode (has_construct_function = false)]
		public LocationCdmaBs ();
		[CCode (has_construct_function = false)]
		public LocationCdmaBs.from_dictionary (GLib.Variant string) throws GLib.Error;
		public GLib.Variant get_dictionary ();
		public double get_latitude ();
		public double get_longitude ();
		public bool @set (double longitude, double latitude);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_location_gps_nmea_get_type ()")]
	public class LocationGpsNmea : GLib.Object {
		[CCode (has_construct_function = false)]
		public LocationGpsNmea ();
		public bool add_trace (string trace);
		public string build_full ();
		[CCode (has_construct_function = false)]
		public LocationGpsNmea.from_string_variant (GLib.Variant string) throws GLib.Error;
		public GLib.Variant get_string_variant ();
		public unowned string get_trace (string trace_type);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_location_gps_raw_get_type ()")]
	public class LocationGpsRaw : GLib.Object {
		[CCode (has_construct_function = false)]
		public LocationGpsRaw ();
		public bool add_trace (string trace);
		[CCode (has_construct_function = false)]
		public LocationGpsRaw.from_dictionary (GLib.Variant string) throws GLib.Error;
		public double get_altitude ();
		public GLib.Variant get_dictionary ();
		public double get_latitude ();
		public double get_longitude ();
		public unowned string get_utc_time ();
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_manager_get_type ()")]
	public class Manager : MM.GdbusObjectManagerClient, GLib.AsyncInitable, GLib.DBusObjectManager, GLib.Initable {
		[CCode (cname = "mm_manager_new", has_construct_function = false)]
		public async Manager (GLib.DBusConnection connection, GLib.DBusObjectManagerClientFlags flags, GLib.Cancellable? cancellable) throws GLib.Error;
		public GLib.DBusProxy get_proxy ();
		public unowned GLib.DBusProxy peek_proxy ();
		public async bool scan_devices (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool scan_devices_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool set_logging (string level, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool set_logging_sync (string level, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false)]
		public Manager.sync (GLib.DBusConnection connection, GLib.DBusObjectManagerClientFlags flags, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_get_type ()")]
	public class Modem : MM.GdbusModemProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModem {
		[CCode (has_construct_function = false)]
		protected Modem ();
		public async string command (string cmd, uint timeout, GLib.Cancellable? cancellable) throws GLib.Error;
		public string command_sync (string cmd, uint timeout, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async MM.Bearer create_bearer (MM.BearerProperties properties, GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.Bearer create_bearer_sync (MM.BearerProperties properties, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool delete_bearer (string bearer, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool delete_bearer_sync (string bearer, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool disable (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool disable_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] dup_bearer_paths ();
		public string dup_device ();
		public string dup_device_identifier ();
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] dup_drivers ();
		public string dup_equipment_identifier ();
		public string dup_manufacturer ();
		public string dup_model ();
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] dup_own_numbers ();
		public string dup_path ();
		public string dup_plugin ();
		public string dup_primary_port ();
		public string dup_revision ();
		public string dup_sim_path ();
		public async bool enable (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool enable_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool factory_reset (string code, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool factory_reset_sync (string code, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public MM.ModemAccessTechnology get_access_technologies ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_bearer_paths ();
		public bool get_current_bands ([CCode (array_length_cname = "n_bands", array_length_pos = 1.1, array_length_type = "guint")] out MM.ModemBand[] bands);
		public MM.ModemCapability get_current_capabilities ();
		public bool get_current_modes (out MM.ModemMode allowed, out MM.ModemMode preferred);
		public unowned string get_device ();
		public unowned string get_device_identifier ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_drivers ();
		public unowned string get_equipment_identifier ();
		public unowned string get_manufacturer ();
		public uint get_max_active_bearers ();
		public uint get_max_bearers ();
		public unowned string get_model ();
		public static bool get_pending_network_initiated_sessions (MM.ModemOma self, [CCode (array_length_cname = "n_sessions", array_length_pos = 2.1, array_length_type = "guint")] out MM.OmaPendingNetworkInitiatedSession[] sessions);
		public unowned string get_plugin ();
		public bool get_ports ([CCode (array_length_cname = "n_ports", array_length_pos = 1.1, array_length_type = "guint")] out MM.ModemPortInfo[] ports);
		public MM.ModemPowerState get_power_state ();
		public unowned string get_primary_port ();
		public unowned string get_revision ();
		public uint get_signal_quality (out bool recent);
		public async MM.Sim get_sim (GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.Sim get_sim_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public MM.ModemState get_state ();
		public MM.ModemStateFailedReason get_state_failed_reason ();
		public bool get_supported_bands ([CCode (array_length_cname = "n_bands", array_length_pos = 1.1, array_length_type = "guint")] out MM.ModemBand[] bands);
		public bool get_supported_capabilities ([CCode (array_length_cname = "n_capabilities", array_length_pos = 1.1, array_length_type = "guint")] out MM.ModemCapability[] capabilities);
		public MM.BearerIpFamily get_supported_ip_families ();
		public bool get_supported_modes ([CCode (array_length_cname = "n_modes", array_length_pos = 1.1, array_length_type = "guint")] out MM.ModemModeCombination[] modes);
		public MM.ModemLock get_unlock_required ();
		public MM.UnlockRetries get_unlock_retries ();
		public async GLib.List<MM.Modem> list_bearers (GLib.Cancellable? cancellable) throws GLib.Error;
		public GLib.List<MM.Modem> list_bearers_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool peek_current_bands ([CCode (array_length_cname = "n_bands", array_length_pos = 1.1, array_length_type = "guint")] out MM.ModemBand[] bands);
		public static bool peek_pending_network_initiated_sessions (MM.ModemOma self, [CCode (array_length_cname = "n_sessions", array_length_pos = 2.1, array_length_type = "guint")] out MM.OmaPendingNetworkInitiatedSession[] sessions);
		public bool peek_ports ([CCode (array_length_cname = "n_ports", array_length_pos = 1.1, array_length_type = "guint")] out unowned MM.ModemPortInfo[] ports);
		public bool peek_supported_bands ([CCode (array_length_cname = "n_bands", array_length_pos = 1.1, array_length_type = "guint")] out MM.ModemBand[] bands);
		public bool peek_supported_capabilities ([CCode (array_length_cname = "n_capabilities", array_length_pos = 1.1, array_length_type = "guint")] out MM.ModemCapability[] capabilities);
		public bool peek_supported_modes ([CCode (array_length_cname = "n_modes", array_length_pos = 1.1, array_length_type = "guint")] out MM.ModemModeCombination[] modes);
		public unowned MM.UnlockRetries peek_unlock_retries ();
		public async bool reset (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool reset_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool set_current_bands (MM.ModemBand bands, uint n_bands, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool set_current_bands_sync (MM.ModemBand bands, uint n_bands, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool set_current_capabilities (MM.ModemCapability capabilities, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool set_current_capabilities_sync (MM.ModemCapability capabilities, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool set_current_modes (MM.ModemMode modes, MM.ModemMode preferred, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool set_current_modes_sync (MM.ModemMode modes, MM.ModemMode preferred, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool set_power_state (MM.ModemPowerState state, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool set_power_state_sync (MM.ModemPowerState state, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", lower_case_csuffix = "modem_3gpp", type_id = "mm_modem_3gpp_get_type ()")]
	public class Modem3gpp : MM.GdbusModem3gppProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModem3gpp {
		[CCode (has_construct_function = false)]
		protected Modem3gpp ();
		public string dup_imei ();
		public string dup_operator_code ();
		public string dup_operator_name ();
		public string dup_path ();
		public static string facility_build_string_from_mask (MM.Modem3gppFacility mask);
		public MM.Modem3gppFacility get_enabled_facility_locks ();
		public unowned string get_imei ();
		public unowned string get_operator_code ();
		public unowned string get_operator_name ();
		public unowned string get_path ();
		public MM.Modem3gppRegistrationState get_registration_state ();
		public MM.Modem3gppSubscriptionState get_subscription_state ();
		public static unowned string network_availability_get_string (MM.Modem3gppNetworkAvailability val);
		public static void network_free (MM.Modem3gppNetwork network);
		public static MM.ModemAccessTechnology network_get_access_technology (MM.Modem3gppNetwork network);
		public static MM.Modem3gppNetworkAvailability network_get_availability (MM.Modem3gppNetwork network);
		public static unowned string network_get_operator_code (MM.Modem3gppNetwork network);
		public static unowned string network_get_operator_long (MM.Modem3gppNetwork network);
		public static unowned string network_get_operator_short (MM.Modem3gppNetwork network);
		public async bool register (string network_id, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool register_sync (string network_id, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public static unowned string registration_state_get_string (MM.Modem3gppRegistrationState val);
		public async GLib.List<MM.Modem3gppNetwork> scan (GLib.Cancellable? cancellable) throws GLib.Error;
		public GLib.List<MM.Modem3gppNetwork> scan_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public static unowned string subscription_state_get_string (MM.Modem3gppSubscriptionState val);
	}
	[CCode (cheader_filename = "libmm-glib.h", has_type_id = false)]
	[Compact]
	public class Modem3gppNetwork {
	}
	[CCode (cheader_filename = "libmm-glib.h", lower_case_csuffix = "modem_3gpp_ussd", type_id = "mm_modem_3gpp_ussd_get_type ()")]
	public class Modem3gppUssd : MM.GdbusModem3gppUssdProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModem3gppUssd {
		[CCode (has_construct_function = false)]
		protected Modem3gppUssd ();
		public async bool cancel (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool cancel_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_network_notification ();
		public string dup_network_request ();
		public string dup_path ();
		public unowned string get_network_notification ();
		public unowned string get_network_request ();
		public unowned string get_path ();
		public MM.Modem3gppUssdSessionState get_state ();
		public async string initiate (string command, GLib.Cancellable? cancellable) throws GLib.Error;
		public string initiate_sync (string command, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async string respond (string response, GLib.Cancellable? cancellable) throws GLib.Error;
		public string respond_sync (string response, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public static unowned string session_state_get_string (MM.Modem3gppUssdSessionState val);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_cdma_get_type ()")]
	public class ModemCdma : MM.GdbusModemCdmaProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemCdma {
		[CCode (has_construct_function = false)]
		protected ModemCdma ();
		public async bool activate (string carrier, GLib.Cancellable? cancellable) throws GLib.Error;
		public async bool activate_manual (MM.CdmaManualActivationProperties properties, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool activate_manual_sync (MM.CdmaManualActivationProperties properties, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool activate_sync (string carrier, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_esn ();
		public string dup_meid ();
		public string dup_path ();
		public MM.ModemCdmaActivationState get_activation_state ();
		public MM.ModemCdmaRegistrationState get_cdma1x_registration_state ();
		public unowned string get_esn ();
		public MM.ModemCdmaRegistrationState get_evdo_registration_state ();
		public unowned string get_meid ();
		public uint get_nid ();
		public unowned string get_path ();
		public uint get_sid ();
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_firmware_get_type ()")]
	public class ModemFirmware : MM.GdbusModemFirmwareProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemFirmware {
		[CCode (has_construct_function = false)]
		protected ModemFirmware ();
		public string dup_path ();
		public unowned string get_path ();
		public async bool list (GLib.Cancellable? cancellable, out MM.FirmwareProperties selected, out GLib.List<MM.FirmwareProperties> installed) throws GLib.Error;
		public bool list_sync (out MM.FirmwareProperties selected, out GLib.List<MM.FirmwareProperties> installed, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool select (string unique_id, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool select_sync (string unique_id, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_location_get_type ()")]
	public class ModemLocation : MM.GdbusModemLocationProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemLocation {
		[CCode (has_construct_function = false)]
		protected ModemLocation ();
		public string dup_path ();
		public string dup_supl_server ();
		public async MM.Location3gpp get_3gpp (GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.Location3gpp get_3gpp_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public MM.ModemLocationSource get_capabilities ();
		public async MM.LocationCdmaBs get_cdma_bs (GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.LocationCdmaBs get_cdma_bs_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public MM.ModemLocationSource get_enabled ();
		public async bool get_full (GLib.Cancellable? cancellable, out MM.Location3gpp location_3gpp, out MM.LocationGpsNmea location_gps_nmea, out MM.LocationGpsRaw location_gps_raw, out MM.LocationCdmaBs location_cdma_bs) throws GLib.Error;
		public bool get_full_sync (out MM.Location3gpp location_3gpp, out MM.LocationGpsNmea location_gps_nmea, out MM.LocationGpsRaw location_gps_raw, out MM.LocationCdmaBs location_cdma_bs, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async MM.LocationGpsNmea get_gps_nmea (GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.LocationGpsNmea get_gps_nmea_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async MM.LocationGpsRaw get_gps_raw (GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.LocationGpsRaw get_gps_raw_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public uint get_gps_refresh_rate ();
		public unowned string get_path ();
		public unowned string get_supl_server ();
		public async bool set_gps_refresh_rate (uint rate, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool set_gps_refresh_rate_sync (uint rate, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool set_supl_server (string supl, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool set_supl_server_sync (string supl, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool setup (MM.ModemLocationSource sources, bool signal_location, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool setup_sync (MM.ModemLocationSource sources, bool signal_location, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool signals_location ();
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_messaging_get_type ()")]
	public class ModemMessaging : MM.GdbusModemMessagingProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemMessaging {
		[CCode (has_construct_function = false)]
		protected ModemMessaging ();
		public async MM.Sms create (MM.SmsProperties properties, GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.Sms create_sync (MM.SmsProperties properties, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool @delete (string sms, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool delete_sync (string sms, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_path ();
		public MM.SmsStorage get_default_storage ();
		public unowned string get_path ();
		public bool get_supported_storages ([CCode (array_length_cname = "n_storages", array_length_pos = 1.1, array_length_type = "guint")] out MM.SmsStorage[] storages);
		public async GLib.List<MM.Sms> list (GLib.Cancellable? cancellable) throws GLib.Error;
		public GLib.List<MM.Sms> list_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool peek_supported_storages (out MM.SmsStorage storages, out uint n_storages);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_oma_get_type ()")]
	public class ModemOma : MM.GdbusModemOmaProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemOma {
		[CCode (has_construct_function = false)]
		protected ModemOma ();
		public async bool accept_network_initiated_session (uint session_id, bool accept, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool accept_network_initiated_session_sync (uint session_id, bool accept, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool cancel_session (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool cancel_session_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_path ();
		public MM.OmaFeature get_features ();
		public unowned string get_path ();
		public MM.OmaSessionState get_session_state ();
		public MM.OmaSessionType get_session_type ();
		public async bool setup (MM.OmaFeature features, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool setup_sync (MM.OmaFeature features, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool start_client_initiated_session (MM.OmaSessionType session_type, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool start_client_initiated_session_sync (MM.OmaSessionType session_type, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_signal_get_type ()")]
	public class ModemSignal : MM.GdbusModemSignalProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemSignal {
		[CCode (has_construct_function = false)]
		protected ModemSignal ();
		public string dup_path ();
		public MM.Signal get_cdma ();
		public MM.Signal get_evdo ();
		public MM.Signal get_gsm ();
		public MM.Signal get_lte ();
		public unowned string get_path ();
		public uint get_rate ();
		public MM.Signal get_umts ();
		public unowned MM.Signal peek_cdma ();
		public unowned MM.Signal peek_evdo ();
		public unowned MM.Signal peek_gsm ();
		public unowned MM.Signal peek_lte ();
		public unowned MM.Signal peek_umts ();
		public async bool setup (uint rate, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool setup_sync (uint rate, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_simple_get_type ()")]
	public class ModemSimple : MM.GdbusModemSimpleProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemSimple {
		[CCode (has_construct_function = false)]
		protected ModemSimple ();
		public async MM.Bearer connect (MM.SimpleConnectProperties properties, GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.Bearer connect_sync (MM.SimpleConnectProperties properties, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool disconnect (string? bearer, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool disconnect_sync (string? bearer, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_path ();
		public unowned string get_path ();
		public async MM.SimpleStatus get_status (GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.SimpleStatus get_status_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_time_get_type ()")]
	public class ModemTime : MM.GdbusModemTimeProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemTime {
		[CCode (has_construct_function = false)]
		protected ModemTime ();
		public string dup_path ();
		public async string get_network_time (GLib.Cancellable? cancellable) throws GLib.Error;
		public string get_network_time_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public MM.NetworkTimezone get_network_timezone ();
		public unowned string get_path ();
		public unowned MM.NetworkTimezone peek_network_timezone ();
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_modem_voice_get_type ()")]
	public class ModemVoice : MM.GdbusModemVoiceProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusModemVoice {
		[CCode (has_construct_function = false)]
		protected ModemVoice ();
		public async MM.Call create_call (MM.CallProperties properties, GLib.Cancellable? cancellable) throws GLib.Error;
		public MM.Call create_call_sync (MM.CallProperties properties, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool delete_call (string call, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool delete_call_sync (string call, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_path ();
		public unowned string get_path ();
		public async GLib.List<MM.Call> list_calls (GLib.Cancellable? cancellable) throws GLib.Error;
		public GLib.List<MM.Call> list_calls_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_network_timezone_get_type ()")]
	public class NetworkTimezone : GLib.Object {
		[CCode (has_construct_function = false)]
		public NetworkTimezone ();
		[CCode (has_construct_function = false)]
		public NetworkTimezone.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		public GLib.Variant get_dictionary ();
		public int32 get_dst_offset ();
		public int32 get_leap_seconds ();
		public int32 get_offset ();
		public void set_dst_offset (int dst_offset);
		public void set_leap_seconds (int leap_seconds);
		public void set_offset (int offset);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_object_get_type ()")]
	public class Object : MM.GdbusObjectProxy, GLib.DBusObject, MM.GdbusObject {
		[CCode (has_construct_function = false)]
		protected Object ();
		public string dup_path ();
		public MM.Modem get_modem ();
		public MM.Modem3gpp get_modem_3gpp ();
		public MM.Modem3gppUssd get_modem_3gpp_ussd ();
		public MM.ModemCdma get_modem_cdma ();
		public MM.ModemFirmware get_modem_firmware ();
		public MM.ModemLocation get_modem_location ();
		public MM.ModemMessaging get_modem_messaging ();
		public MM.ModemOma get_modem_oma ();
		public MM.ModemSignal get_modem_signal ();
		public MM.ModemSimple get_modem_simple ();
		public MM.ModemTime get_modem_time ();
		public MM.ModemVoice get_modem_voice ();
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_signal_get_type ()")]
	public class Signal : GLib.Object {
		[CCode (has_construct_function = false)]
		public Signal ();
		[CCode (has_construct_function = false)]
		public Signal.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		public GLib.Variant get_dictionary ();
		public double get_ecio ();
		public double get_io ();
		public double get_rscp ();
		public double get_rsrp ();
		public double get_rsrq ();
		public double get_rssi ();
		public double get_sinr ();
		public double get_snr ();
		public void set_ecio (double value);
		public void set_io (double value);
		public void set_rscp (double value);
		public void set_rsrp (double value);
		public void set_rsrq (double value);
		public void set_rssi (double value);
		public void set_sinr (double value);
		public void set_snr (double value);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_sim_get_type ()")]
	public class Sim : MM.GdbusSimProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusSim {
		[CCode (has_construct_function = false)]
		protected Sim ();
		public async bool change_pin (string old_pin, string new_pin, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool change_pin_sync (string old_pin, string new_pin, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool disable_pin (string pin, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool disable_pin_sync (string pin, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_identifier ();
		public string dup_imsi ();
		public string dup_operator_identifier ();
		public string dup_operator_name ();
		public string dup_path ();
		public async bool enable_pin (string pin, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool enable_pin_sync (string pin, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public unowned string get_identifier ();
		public unowned string get_imsi ();
		public unowned string get_operator_identifier ();
		public unowned string get_operator_name ();
		public unowned string get_path ();
		public async bool send_pin (string pin, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool send_pin_sync (string pin, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool send_puk (string puk, string pin, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool send_puk_sync (string puk, string pin, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_simple_connect_properties_get_type ()")]
	public class SimpleConnectProperties : GLib.Object {
		[CCode (has_construct_function = false)]
		public SimpleConnectProperties ();
		[CCode (has_construct_function = false)]
		public SimpleConnectProperties.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		[CCode (has_construct_function = false)]
		public SimpleConnectProperties.from_string (string str) throws GLib.Error;
		public bool get_allow_roaming ();
		public MM.BearerAllowedAuth get_allowed_auth ();
		public unowned string get_apn ();
		public MM.BearerProperties get_bearer_properties ();
		public GLib.Variant get_dictionary ();
		public MM.BearerIpFamily get_ip_type ();
		public unowned string get_number ();
		public unowned string get_operator_id ();
		public unowned string get_password ();
		public unowned string get_pin ();
		public unowned string get_user ();
		public void set_allow_roaming (bool allow_roaming);
		public void set_allowed_auth (MM.BearerAllowedAuth allowed_auth);
		public void set_apn (string apn);
		public void set_ip_type (MM.BearerIpFamily ip_type);
		public void set_number (string number);
		public void set_operator_id (string operator_id);
		public void set_password (string password);
		public void set_pin (string pin);
		public void set_user (string user);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_simple_status_get_type ()")]
	public class SimpleStatus : GLib.Object {
		[CCode (has_construct_function = false)]
		public SimpleStatus ();
		[CCode (has_construct_function = false)]
		public SimpleStatus.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		public unowned string get_3gpp_operator_code ();
		public unowned string get_3gpp_operator_name ();
		public MM.Modem3gppRegistrationState get_3gpp_registration_state ();
		public MM.Modem3gppSubscriptionState get_3gpp_subscription_state ();
		public MM.ModemAccessTechnology get_access_technologies ();
		public MM.ModemCdmaRegistrationState get_cdma_cdma1x_registration_state ();
		public MM.ModemCdmaRegistrationState get_cdma_evdo_registration_state ();
		public uint get_cdma_nid ();
		public uint get_cdma_sid ();
		public void get_current_bands (out MM.ModemBand bands, out uint n_bands);
		public GLib.Variant get_dictionary ();
		public uint32 get_signal_quality (out bool recent);
		public MM.ModemState get_state ();
		[NoAccessorMethod]
		public MM.ModemAccessTechnology access_technologies { get; set; }
		[NoAccessorMethod]
		public MM.ModemCdmaRegistrationState cdma_cdma1x_registration_state { get; set; }
		[NoAccessorMethod]
		public MM.ModemCdmaRegistrationState cdma_evdo_registration_state { get; set; }
		[NoAccessorMethod]
		public uint cdma_nid { get; set; }
		[NoAccessorMethod]
		public uint cdma_sid { get; set; }
		[NoAccessorMethod]
		public GLib.Variant current_bands { owned get; set; }
		[NoAccessorMethod]
		public string m3gpp_operator_code { owned get; set; }
		[NoAccessorMethod]
		public string m3gpp_operator_name { owned get; set; }
		[NoAccessorMethod]
		public MM.Modem3gppRegistrationState m3gpp_registration_state { get; set; }
		[NoAccessorMethod]
		public MM.Modem3gppSubscriptionState m3gpp_subscription_state { get; set; }
		[NoAccessorMethod]
		public GLib.Variant signal_quality { owned get; set; }
		[NoAccessorMethod]
		public MM.ModemState state { get; set; }
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_sms_get_type ()")]
	public class Sms : MM.GdbusSmsProxy, GLib.AsyncInitable, GLib.DBusInterface, GLib.Initable, MM.GdbusSms {
		[CCode (has_construct_function = false)]
		protected Sms ();
		public uint8 dup_data (out size_t data_len);
		public string dup_discharge_timestamp ();
		public string dup_number ();
		public string dup_path ();
		public string dup_smsc ();
		public string dup_text ();
		public string dup_timestamp ();
		public int get_class ();
		public uint8 get_data (out size_t data_len);
		public bool get_delivery_report_request ();
		public uint get_delivery_state ();
		public unowned string get_discharge_timestamp ();
		public uint get_message_reference ();
		public unowned string get_number ();
		public unowned string get_path ();
		public MM.SmsPduType get_pdu_type ();
		public MM.SmsCdmaServiceCategory get_service_category ();
		public unowned string get_smsc ();
		public MM.SmsState get_state ();
		public MM.SmsStorage get_storage ();
		public MM.SmsCdmaTeleserviceId get_teleservice_id ();
		public unowned string get_text ();
		public unowned string get_timestamp ();
		public uint get_validity_relative ();
		public MM.SmsValidityType get_validity_type ();
		public async bool send (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool send_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool store (MM.SmsStorage storage, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool store_sync (MM.SmsStorage storage, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_sms_properties_get_type ()")]
	public class SmsProperties : GLib.Object {
		[CCode (has_construct_function = false)]
		public SmsProperties ();
		public MM.SmsProperties dup ();
		[CCode (has_construct_function = false)]
		public SmsProperties.from_dictionary (GLib.Variant dictionary) throws GLib.Error;
		[CCode (has_construct_function = false)]
		public SmsProperties.from_string (string str) throws GLib.Error;
		public int get_class ();
		public uint8 get_data (out size_t data_len);
		public GLib.ByteArray get_data_bytearray ();
		public bool get_delivery_report_request ();
		public GLib.Variant get_dictionary ();
		public unowned string get_number ();
		public MM.SmsCdmaServiceCategory get_service_category ();
		public unowned string get_smsc ();
		public MM.SmsCdmaTeleserviceId get_teleservice_id ();
		public unowned string get_text ();
		public uint get_validity_relative ();
		public MM.SmsValidityType get_validity_type ();
		public unowned GLib.ByteArray peek_data_bytearray ();
		public void set_class (int message_class);
		public void set_data (uint8 data, size_t data_length);
		public void set_data_bytearray (GLib.ByteArray data);
		public void set_delivery_report_request (bool request);
		public void set_number (string number);
		public void set_service_category (MM.SmsCdmaServiceCategory service_category);
		public void set_smsc (string smsc);
		public void set_teleservice_id (MM.SmsCdmaTeleserviceId teleservice_id);
		public void set_text (string text);
		public void set_validity_relative (uint validity);
	}
	[CCode (cheader_filename = "libmm-glib.h", type_id = "mm_unlock_retries_get_type ()")]
	public class UnlockRetries : GLib.Object {
		[CCode (has_construct_function = false)]
		public UnlockRetries ();
		public string build_string ();
		public bool cmp (MM.UnlockRetries b);
		public void @foreach (MM.UnlockRetriesForeachCb callback);
		[CCode (has_construct_function = false)]
		public UnlockRetries.from_dictionary (GLib.Variant dictionary);
		public uint @get (MM.ModemLock @lock);
		public GLib.Variant get_dictionary ();
		public void @set (MM.ModemLock @lock, uint retries);
		public void unset (MM.ModemLock @lock);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusBearer", type_id = "mm_gdbus_bearer_get_type ()")]
	public interface GdbusBearer : GLib.Object {
		public async bool call_connect (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_connect_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_disconnect (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_disconnect_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_connect (owned GLib.DBusMethodInvocation invocation);
		public void complete_disconnect (owned GLib.DBusMethodInvocation invocation);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract bool connected { get; set; }
		[NoAccessorMethod]
		public abstract string @interface { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant ip4_config { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant ip6_config { owned get; set; }
		[NoAccessorMethod]
		public abstract uint ip_timeout { get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant properties { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant stats { owned get; set; }
		[NoAccessorMethod]
		public abstract bool suspended { get; set; }
		public virtual signal bool handle_connect (GLib.DBusMethodInvocation invocation);
		public virtual signal bool handle_disconnect (GLib.DBusMethodInvocation invocation);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModem", type_id = "mm_gdbus_modem_get_type ()")]
	public interface GdbusModem : GLib.Object {
		public async bool call_command (string arg_cmd, uint arg_timeout, GLib.Cancellable? cancellable, out string out_response) throws GLib.Error;
		public bool call_command_sync (string arg_cmd, uint arg_timeout, out string out_response, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_create_bearer (GLib.Variant arg_properties, GLib.Cancellable? cancellable, out string out_path) throws GLib.Error;
		public bool call_create_bearer_sync (GLib.Variant arg_properties, out string out_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_delete_bearer (string arg_bearer, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_delete_bearer_sync (string arg_bearer, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_enable (bool arg_enable, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_enable_sync (bool arg_enable, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_factory_reset (string arg_code, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_factory_reset_sync (string arg_code, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_list_bearers (GLib.Cancellable? cancellable, [CCode (array_length = false, array_null_terminated = true)] out string[] out_bearers) throws GLib.Error;
		public bool call_list_bearers_sync ([CCode (array_length = false, array_null_terminated = true)] out string[] out_bearers, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_reset (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_reset_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_set_current_bands (GLib.Variant arg_bands, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_set_current_bands_sync (GLib.Variant arg_bands, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_set_current_capabilities (uint arg_capabilities, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_set_current_capabilities_sync (uint arg_capabilities, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_set_current_modes (GLib.Variant arg_modes, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_set_current_modes_sync (GLib.Variant arg_modes, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_set_power_state (uint arg_state, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_set_power_state_sync (uint arg_state, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_command (owned GLib.DBusMethodInvocation invocation, string response);
		public void complete_create_bearer (owned GLib.DBusMethodInvocation invocation, string path);
		public void complete_delete_bearer (owned GLib.DBusMethodInvocation invocation);
		public void complete_enable (owned GLib.DBusMethodInvocation invocation);
		public void complete_factory_reset (owned GLib.DBusMethodInvocation invocation);
		public void complete_list_bearers (owned GLib.DBusMethodInvocation invocation, string bearers);
		public void complete_reset (owned GLib.DBusMethodInvocation invocation);
		public void complete_set_current_bands (owned GLib.DBusMethodInvocation invocation);
		public void complete_set_current_capabilities (owned GLib.DBusMethodInvocation invocation);
		public void complete_set_current_modes (owned GLib.DBusMethodInvocation invocation);
		public void complete_set_power_state (owned GLib.DBusMethodInvocation invocation);
		public void emit_state_changed (int arg_old, int arg_new, uint arg_reason);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract uint access_technologies { get; set; }
		[CCode (array_length = false, array_null_terminated = true)]
		[NoAccessorMethod]
		public abstract string[] bearers { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant current_bands { owned get; set; }
		[NoAccessorMethod]
		public abstract uint current_capabilities { get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant current_modes { owned get; set; }
		[NoAccessorMethod]
		public abstract string device { owned get; set; }
		[NoAccessorMethod]
		public abstract string device_identifier { owned get; set; }
		[CCode (array_length = false, array_null_terminated = true)]
		[NoAccessorMethod]
		public abstract string[] drivers { owned get; set; }
		[NoAccessorMethod]
		public abstract string equipment_identifier { owned get; set; }
		[NoAccessorMethod]
		public abstract string manufacturer { owned get; set; }
		[NoAccessorMethod]
		public abstract uint max_active_bearers { get; set; }
		[NoAccessorMethod]
		public abstract uint max_bearers { get; set; }
		[NoAccessorMethod]
		public abstract string model { owned get; set; }
		[CCode (array_length = false, array_null_terminated = true)]
		[NoAccessorMethod]
		public abstract string[] own_numbers { owned get; set; }
		[NoAccessorMethod]
		public abstract string plugin { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant ports { owned get; set; }
		[NoAccessorMethod]
		public abstract uint power_state { get; set; }
		[NoAccessorMethod]
		public abstract string primary_port { owned get; set; }
		[NoAccessorMethod]
		public abstract string revision { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant signal_quality { owned get; set; }
		[NoAccessorMethod]
		public abstract string sim { owned get; set; }
		[NoAccessorMethod]
		public abstract int state { get; set; }
		[NoAccessorMethod]
		public abstract uint state_failed_reason { get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant supported_bands { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant supported_capabilities { owned get; set; }
		[NoAccessorMethod]
		public abstract uint supported_ip_families { get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant supported_modes { owned get; set; }
		[NoAccessorMethod]
		public abstract uint unlock_required { get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant unlock_retries { owned get; set; }
		public virtual signal bool handle_command (GLib.DBusMethodInvocation invocation, string arg_cmd, uint arg_timeout);
		public virtual signal bool handle_create_bearer (GLib.DBusMethodInvocation invocation, GLib.Variant arg_properties);
		public virtual signal bool handle_delete_bearer (GLib.DBusMethodInvocation invocation, string arg_bearer);
		public virtual signal bool handle_enable (GLib.DBusMethodInvocation invocation, bool arg_enable);
		public virtual signal bool handle_factory_reset (GLib.DBusMethodInvocation invocation, string arg_code);
		public virtual signal bool handle_list_bearers (GLib.DBusMethodInvocation invocation);
		public virtual signal bool handle_reset (GLib.DBusMethodInvocation invocation);
		public virtual signal bool handle_set_current_bands (GLib.DBusMethodInvocation invocation, GLib.Variant arg_bands);
		public virtual signal bool handle_set_current_capabilities (GLib.DBusMethodInvocation invocation, uint arg_capabilities);
		public virtual signal bool handle_set_current_modes (GLib.DBusMethodInvocation invocation, GLib.Variant arg_modes);
		public virtual signal bool handle_set_power_state (GLib.DBusMethodInvocation invocation, uint arg_state);
		public virtual signal void state_changed (int arg_old, int arg_new, uint arg_reason);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModem3gpp", type_id = "mm_gdbus_modem3gpp_get_type ()")]
	public interface GdbusModem3gpp : GLib.Object {
		public async bool call_register (string arg_operator_id, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_register_sync (string arg_operator_id, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_scan (GLib.Cancellable? cancellable, out GLib.Variant out_results) throws GLib.Error;
		public bool call_scan_sync (out GLib.Variant out_results, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_register (owned GLib.DBusMethodInvocation invocation);
		public void complete_scan (owned GLib.DBusMethodInvocation invocation, GLib.Variant results);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract uint enabled_facility_locks { get; set; }
		[NoAccessorMethod]
		public abstract string imei { owned get; set; }
		[NoAccessorMethod]
		public abstract string operator_code { owned get; set; }
		[NoAccessorMethod]
		public abstract string operator_name { owned get; set; }
		[NoAccessorMethod]
		public abstract uint registration_state { get; set; }
		[NoAccessorMethod]
		public abstract uint subscription_state { get; set; }
		public virtual signal bool handle_register (GLib.DBusMethodInvocation invocation, string arg_operator_id);
		public virtual signal bool handle_scan (GLib.DBusMethodInvocation invocation);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModem3gppUssd", type_id = "mm_gdbus_modem3gpp_ussd_get_type ()")]
	public interface GdbusModem3gppUssd : GLib.Object {
		public async bool call_cancel (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_cancel_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_initiate (string arg_command, GLib.Cancellable? cancellable, out string out_reply) throws GLib.Error;
		public bool call_initiate_sync (string arg_command, out string out_reply, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_respond (string arg_response, GLib.Cancellable? cancellable, out string out_reply) throws GLib.Error;
		public bool call_respond_sync (string arg_response, out string out_reply, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_cancel (owned GLib.DBusMethodInvocation invocation);
		public void complete_initiate (owned GLib.DBusMethodInvocation invocation, string reply);
		public void complete_respond (owned GLib.DBusMethodInvocation invocation, string reply);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract string network_notification { owned get; set; }
		[NoAccessorMethod]
		public abstract string network_request { owned get; set; }
		[NoAccessorMethod]
		public abstract uint state { get; set; }
		public virtual signal bool handle_cancel (GLib.DBusMethodInvocation invocation);
		public virtual signal bool handle_initiate (GLib.DBusMethodInvocation invocation, string arg_command);
		public virtual signal bool handle_respond (GLib.DBusMethodInvocation invocation, string arg_response);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemCdma", type_id = "mm_gdbus_modem_cdma_get_type ()")]
	public interface GdbusModemCdma : GLib.Object {
		public async bool call_activate (string arg_carrier_code, GLib.Cancellable? cancellable) throws GLib.Error;
		public async bool call_activate_manual (GLib.Variant arg_properties, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_activate_manual_sync (GLib.Variant arg_properties, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool call_activate_sync (string arg_carrier_code, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_activate (owned GLib.DBusMethodInvocation invocation);
		public void complete_activate_manual (owned GLib.DBusMethodInvocation invocation);
		public void emit_activation_state_changed (uint arg_activation_state, uint arg_activation_error, GLib.Variant arg_status_changes);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract uint activation_state { get; set; }
		[NoAccessorMethod]
		public abstract uint cdma1x_registration_state { get; set; }
		[NoAccessorMethod]
		public abstract string esn { owned get; set; }
		[NoAccessorMethod]
		public abstract uint evdo_registration_state { get; set; }
		[NoAccessorMethod]
		public abstract string meid { owned get; set; }
		[NoAccessorMethod]
		public abstract uint nid { get; set; }
		[NoAccessorMethod]
		public abstract uint sid { get; set; }
		public virtual signal void activation_state_changed (uint arg_activation_state, uint arg_activation_error, GLib.Variant arg_status_changes);
		public virtual signal bool handle_activate (GLib.DBusMethodInvocation invocation, string arg_carrier_code);
		public virtual signal bool handle_activate_manual (GLib.DBusMethodInvocation invocation, GLib.Variant arg_properties);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemFirmware", type_id = "mm_gdbus_modem_firmware_get_type ()")]
	public interface GdbusModemFirmware : GLib.Object {
		public async bool call_list (GLib.Cancellable? cancellable, out string out_selected, out GLib.Variant out_installed) throws GLib.Error;
		public bool call_list_sync (out string out_selected, out GLib.Variant out_installed, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_select (string arg_uniqueid, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_select_sync (string arg_uniqueid, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_list (owned GLib.DBusMethodInvocation invocation, string selected, GLib.Variant installed);
		public void complete_select (owned GLib.DBusMethodInvocation invocation);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		public virtual signal bool handle_list (GLib.DBusMethodInvocation invocation);
		public virtual signal bool handle_select (GLib.DBusMethodInvocation invocation, string arg_uniqueid);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemLocation", type_id = "mm_gdbus_modem_location_get_type ()")]
	public interface GdbusModemLocation : GLib.Object {
		public async bool call_get_location (GLib.Cancellable? cancellable, out GLib.Variant out_Location) throws GLib.Error;
		public bool call_get_location_sync (out GLib.Variant out_Location, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_set_gps_refresh_rate (uint arg_rate, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_set_gps_refresh_rate_sync (uint arg_rate, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_set_supl_server (string arg_supl, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_set_supl_server_sync (string arg_supl, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_setup (uint arg_sources, bool arg_signal_location, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_setup_sync (uint arg_sources, bool arg_signal_location, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_get_location (owned GLib.DBusMethodInvocation invocation, GLib.Variant Location);
		public void complete_set_gps_refresh_rate (owned GLib.DBusMethodInvocation invocation);
		public void complete_set_supl_server (owned GLib.DBusMethodInvocation invocation);
		public void complete_setup (owned GLib.DBusMethodInvocation invocation);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract uint capabilities { get; set; }
		[NoAccessorMethod]
		public abstract uint enabled { get; set; }
		[NoAccessorMethod]
		public abstract uint gps_refresh_rate { get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant location { owned get; set; }
		[NoAccessorMethod]
		public abstract bool signals_location { get; set; }
		[NoAccessorMethod]
		public abstract string supl_server { owned get; set; }
		public virtual signal bool handle_get_location (GLib.DBusMethodInvocation invocation);
		public virtual signal bool handle_set_gps_refresh_rate (GLib.DBusMethodInvocation invocation, uint arg_rate);
		public virtual signal bool handle_set_supl_server (GLib.DBusMethodInvocation invocation, string arg_supl);
		public virtual signal bool handle_setup (GLib.DBusMethodInvocation invocation, uint arg_sources, bool arg_signal_location);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemMessaging", type_id = "mm_gdbus_modem_messaging_get_type ()")]
	public interface GdbusModemMessaging : GLib.Object {
		public async bool call_create (GLib.Variant arg_properties, GLib.Cancellable? cancellable, out string out_path) throws GLib.Error;
		public bool call_create_sync (GLib.Variant arg_properties, out string out_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_delete (string arg_path, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_delete_sync (string arg_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_list (GLib.Cancellable? cancellable, [CCode (array_length = false, array_null_terminated = true)] out string[] out_result) throws GLib.Error;
		public bool call_list_sync ([CCode (array_length = false, array_null_terminated = true)] out string[] out_result, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_create (owned GLib.DBusMethodInvocation invocation, string path);
		public void complete_delete (owned GLib.DBusMethodInvocation invocation);
		public void complete_list (owned GLib.DBusMethodInvocation invocation, string result);
		public void emit_added (string arg_path, bool arg_received);
		public void emit_deleted (string arg_path);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract uint default_storage { get; set; }
		[CCode (array_length = false, array_null_terminated = true)]
		[NoAccessorMethod]
		public abstract string[] messages { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant supported_storages { owned get; set; }
		public virtual signal void added (string arg_path, bool arg_received);
		public virtual signal void deleted (string arg_path);
		public virtual signal bool handle_create (GLib.DBusMethodInvocation invocation, GLib.Variant arg_properties);
		public virtual signal bool handle_delete (GLib.DBusMethodInvocation invocation, string arg_path);
		public virtual signal bool handle_list (GLib.DBusMethodInvocation invocation);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemOma", type_id = "mm_gdbus_modem_oma_get_type ()")]
	public interface GdbusModemOma : GLib.Object {
		public async bool call_accept_network_initiated_session (uint arg_session_id, bool arg_accept, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_accept_network_initiated_session_sync (uint arg_session_id, bool arg_accept, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_cancel_session (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_cancel_session_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_setup (uint arg_features, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_setup_sync (uint arg_features, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_start_client_initiated_session (uint arg_session_type, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_start_client_initiated_session_sync (uint arg_session_type, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_accept_network_initiated_session (owned GLib.DBusMethodInvocation invocation);
		public void complete_cancel_session (owned GLib.DBusMethodInvocation invocation);
		public void complete_setup (owned GLib.DBusMethodInvocation invocation);
		public void complete_start_client_initiated_session (owned GLib.DBusMethodInvocation invocation);
		public void emit_session_state_changed (int arg_old_session_state, int arg_new_session_state, uint arg_session_state_failed_reason);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract uint features { get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant pending_network_initiated_sessions { owned get; set; }
		[NoAccessorMethod]
		public abstract int session_state { get; set; }
		[NoAccessorMethod]
		public abstract uint session_type { get; set; }
		public virtual signal bool handle_accept_network_initiated_session (GLib.DBusMethodInvocation invocation, uint arg_session_id, bool arg_accept);
		public virtual signal bool handle_cancel_session (GLib.DBusMethodInvocation invocation);
		public virtual signal bool handle_setup (GLib.DBusMethodInvocation invocation, uint arg_features);
		public virtual signal bool handle_start_client_initiated_session (GLib.DBusMethodInvocation invocation, uint arg_session_type);
		public virtual signal void session_state_changed (int arg_old_session_state, int arg_new_session_state, uint arg_session_state_failed_reason);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemSignal", type_id = "mm_gdbus_modem_signal_get_type ()")]
	public interface GdbusModemSignal : GLib.Object {
		public async bool call_setup (uint arg_rate, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_setup_sync (uint arg_rate, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_setup (owned GLib.DBusMethodInvocation invocation);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract GLib.Variant cdma { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant evdo { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant gsm { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant lte { owned get; set; }
		[NoAccessorMethod]
		public abstract uint rate { get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant umts { owned get; set; }
		public virtual signal bool handle_setup (GLib.DBusMethodInvocation invocation, uint arg_rate);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemSimple", type_id = "mm_gdbus_modem_simple_get_type ()")]
	public interface GdbusModemSimple : GLib.Object {
		public async bool call_connect (GLib.Variant arg_properties, GLib.Cancellable? cancellable, out string out_bearer) throws GLib.Error;
		public bool call_connect_sync (GLib.Variant arg_properties, out string out_bearer, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_disconnect (string arg_bearer, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_disconnect_sync (string arg_bearer, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_get_status (GLib.Cancellable? cancellable, out GLib.Variant out_properties) throws GLib.Error;
		public bool call_get_status_sync (out GLib.Variant out_properties, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_connect (owned GLib.DBusMethodInvocation invocation, string bearer);
		public void complete_disconnect (owned GLib.DBusMethodInvocation invocation);
		public void complete_get_status (owned GLib.DBusMethodInvocation invocation, GLib.Variant properties);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		public virtual signal bool handle_connect (GLib.DBusMethodInvocation invocation, GLib.Variant arg_properties);
		public virtual signal bool handle_disconnect (GLib.DBusMethodInvocation invocation, string arg_bearer);
		public virtual signal bool handle_get_status (GLib.DBusMethodInvocation invocation);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemTime", type_id = "mm_gdbus_modem_time_get_type ()")]
	public interface GdbusModemTime : GLib.Object {
		public async bool call_get_network_time (GLib.Cancellable? cancellable, out string out_time) throws GLib.Error;
		public bool call_get_network_time_sync (out string out_time, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_get_network_time (owned GLib.DBusMethodInvocation invocation, string time);
		public void emit_network_time_changed (string arg_time);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract GLib.Variant network_timezone { owned get; set; }
		public virtual signal bool handle_get_network_time (GLib.DBusMethodInvocation invocation);
		public virtual signal void network_time_changed (string arg_time);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusModemVoice", type_id = "mm_gdbus_modem_voice_get_type ()")]
	public interface GdbusModemVoice : GLib.Object {
		public async bool call_create_call (GLib.Variant arg_properties, GLib.Cancellable? cancellable, out string out_path) throws GLib.Error;
		public bool call_create_call_sync (GLib.Variant arg_properties, out string out_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_delete_call (string arg_path, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_delete_call_sync (string arg_path, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_list_calls (GLib.Cancellable? cancellable, [CCode (array_length = false, array_null_terminated = true)] out string[] out_result) throws GLib.Error;
		public bool call_list_calls_sync ([CCode (array_length = false, array_null_terminated = true)] out string[] out_result, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_create_call (owned GLib.DBusMethodInvocation invocation, string path);
		public void complete_delete_call (owned GLib.DBusMethodInvocation invocation);
		public void complete_list_calls (owned GLib.DBusMethodInvocation invocation, string result);
		public void emit_call_added (string arg_path);
		public void emit_call_deleted (string arg_path);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[CCode (array_length = false, array_null_terminated = true)]
		[NoAccessorMethod]
		public abstract string[] calls { owned get; set; }
		public virtual signal void call_added (string arg_path);
		public virtual signal void call_deleted (string arg_path);
		public virtual signal bool handle_create_call (GLib.DBusMethodInvocation invocation, GLib.Variant arg_properties);
		public virtual signal bool handle_delete_call (GLib.DBusMethodInvocation invocation, string arg_path);
		public virtual signal bool handle_list_calls (GLib.DBusMethodInvocation invocation);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusObject", type_id = "mm_gdbus_object_get_type ()")]
	public interface GdbusObject : GLib.DBusObject, GLib.Object {
		public MM.GdbusModem get_modem ();
		public MM.GdbusModem3gpp get_modem3gpp ();
		public MM.GdbusModem3gppUssd get_modem3gpp_ussd ();
		public MM.GdbusModemCdma get_modem_cdma ();
		public MM.GdbusModemFirmware get_modem_firmware ();
		public MM.GdbusModemLocation get_modem_location ();
		public MM.GdbusModemMessaging get_modem_messaging ();
		public MM.GdbusModemOma get_modem_oma ();
		public MM.GdbusModemSignal get_modem_signal ();
		public MM.GdbusModemSimple get_modem_simple ();
		public MM.GdbusModemTime get_modem_time ();
		public MM.GdbusModemVoice get_modem_voice ();
		[NoAccessorMethod]
		public abstract MM.GdbusModem modem { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModem3gpp modem3gpp { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModem3gppUssd modem3gpp_ussd { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModemCdma modem_cdma { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModemFirmware modem_firmware { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModemLocation modem_location { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModemMessaging modem_messaging { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModemOma modem_oma { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModemSignal modem_signal { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModemSimple modem_simple { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModemTime modem_time { owned get; set; }
		[NoAccessorMethod]
		public abstract MM.GdbusModemVoice modem_voice { owned get; set; }
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusOrgFreedesktopModemManager1", type_id = "mm_gdbus_org_freedesktop_modem_manager1_get_type ()")]
	public interface GdbusOrgFreedesktopModemManager1 : GLib.Object {
		public async bool call_scan_devices (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_scan_devices_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_set_logging (string arg_level, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_set_logging_sync (string arg_level, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_scan_devices (owned GLib.DBusMethodInvocation invocation);
		public void complete_set_logging (owned GLib.DBusMethodInvocation invocation);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		public virtual signal bool handle_scan_devices (GLib.DBusMethodInvocation invocation);
		public virtual signal bool handle_set_logging (GLib.DBusMethodInvocation invocation, string arg_level);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusSim", type_id = "mm_gdbus_sim_get_type ()")]
	public interface GdbusSim : GLib.Object {
		public async bool call_change_pin (string arg_old_pin, string arg_new_pin, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_change_pin_sync (string arg_old_pin, string arg_new_pin, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_enable_pin (string arg_pin, bool arg_enabled, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_enable_pin_sync (string arg_pin, bool arg_enabled, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_send_pin (string arg_pin, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_send_pin_sync (string arg_pin, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_send_puk (string arg_puk, string arg_pin, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_send_puk_sync (string arg_puk, string arg_pin, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_change_pin (owned GLib.DBusMethodInvocation invocation);
		public void complete_enable_pin (owned GLib.DBusMethodInvocation invocation);
		public void complete_send_pin (owned GLib.DBusMethodInvocation invocation);
		public void complete_send_puk (owned GLib.DBusMethodInvocation invocation);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract string imsi { owned get; set; }
		[NoAccessorMethod]
		public abstract string operator_identifier { owned get; set; }
		[NoAccessorMethod]
		public abstract string operator_name { owned get; set; }
		[NoAccessorMethod]
		public abstract string sim_identifier { owned get; set; }
		public virtual signal bool handle_change_pin (GLib.DBusMethodInvocation invocation, string arg_old_pin, string arg_new_pin);
		public virtual signal bool handle_enable_pin (GLib.DBusMethodInvocation invocation, string arg_pin, bool arg_enabled);
		public virtual signal bool handle_send_pin (GLib.DBusMethodInvocation invocation, string arg_pin);
		public virtual signal bool handle_send_puk (GLib.DBusMethodInvocation invocation, string arg_puk, string arg_pin);
	}
	[CCode (cheader_filename = "libmm-glib.h", cname = "MmGdbusSms", type_id = "mm_gdbus_sms_get_type ()")]
	public interface GdbusSms : GLib.Object {
		public async bool call_send (GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_send_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool call_store (uint arg_storage, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool call_store_sync (uint arg_storage, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void complete_send (owned GLib.DBusMethodInvocation invocation);
		public void complete_store (owned GLib.DBusMethodInvocation invocation);
		public static unowned GLib.DBusInterfaceInfo interface_info ();
		public static uint override_properties (GLib.ObjectClass klass, uint property_id_begin);
		[NoAccessorMethod]
		public abstract int @class { get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant data { owned get; set; }
		[NoAccessorMethod]
		public abstract bool delivery_report_request { get; set; }
		[NoAccessorMethod]
		public abstract uint delivery_state { get; set; }
		[NoAccessorMethod]
		public abstract string discharge_timestamp { owned get; set; }
		[NoAccessorMethod]
		public abstract uint message_reference { get; set; }
		[NoAccessorMethod]
		public abstract string number { owned get; set; }
		[NoAccessorMethod]
		public abstract uint pdu_type { get; set; }
		[NoAccessorMethod]
		public abstract uint service_category { get; set; }
		[NoAccessorMethod]
		public abstract string smsc { owned get; set; }
		[NoAccessorMethod]
		public abstract uint state { get; set; }
		[NoAccessorMethod]
		public abstract uint storage { get; set; }
		[NoAccessorMethod]
		public abstract uint teleservice_id { get; set; }
		[NoAccessorMethod]
		public abstract string text { owned get; set; }
		[NoAccessorMethod]
		public abstract string timestamp { owned get; set; }
		[NoAccessorMethod]
		public abstract GLib.Variant validity { owned get; set; }
		public virtual signal bool handle_send (GLib.DBusMethodInvocation invocation);
		public virtual signal bool handle_store (GLib.DBusMethodInvocation invocation, uint arg_storage);
	}
	[CCode (cheader_filename = "libmm-glib.h", has_type_id = false)]
	public struct ModemModeCombination {
		public MM.ModemMode allowed;
		public MM.ModemMode preferred;
	}
	[CCode (cheader_filename = "libmm-glib.h", has_type_id = false)]
	public struct ModemPortInfo {
		public weak string name;
		public MM.ModemPortType type;
		public void array_free (uint array_size);
	}
	[CCode (cheader_filename = "libmm-glib.h", has_type_id = false)]
	public struct OmaPendingNetworkInitiatedSession {
		public MM.OmaSessionType session_type;
		public uint session_id;
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_BEARER_ALLOWED_AUTH_", type_id = "mm_bearer_allowed_auth_get_type ()")]
	[Flags]
	public enum BearerAllowedAuth {
		UNKNOWN,
		NONE,
		PAP,
		CHAP,
		MSCHAP,
		MSCHAPV2,
		EAP;
		public string build_string_from_mask ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_BEARER_IP_FAMILY_", type_id = "mm_bearer_ip_family_get_type ()")]
	[Flags]
	public enum BearerIpFamily {
		NONE,
		IPV4,
		IPV6,
		IPV4V6,
		ANY;
		public string build_string_from_mask ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_BEARER_IP_METHOD_", type_id = "mm_bearer_ip_method_get_type ()")]
	public enum BearerIpMethod {
		UNKNOWN,
		PPP,
		STATIC,
		DHCP;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_CALL_DIRECTION_", type_id = "mm_call_direction_get_type ()")]
	public enum CallDirection {
		UNKNOWN,
		INCOMING,
		OUTGOING;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_CALL_STATE_", type_id = "mm_call_state_get_type ()")]
	public enum CallState {
		UNKNOWN,
		DIALING,
		RINGING_OUT,
		RINGING_IN,
		ACTIVE,
		HELD,
		WAITING,
		TERMINATED;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_CALL_STATE_REASON_", type_id = "mm_call_state_reason_get_type ()")]
	public enum CallStateReason {
		UNKNOWN,
		OUTGOING_STARTED,
		INCOMING_NEW,
		ACCEPTED,
		TERMINATED,
		REFUSED_OR_BUSY,
		ERROR;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_FIRMWARE_IMAGE_TYPE_", type_id = "mm_firmware_image_type_get_type ()")]
	public enum FirmwareImageType {
		UNKNOWN,
		GENERIC,
		GOBI;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_3GPP_FACILITY_", type_id = "mm_modem_3gpp_facility_get_type ()")]
	[Flags]
	public enum Modem3gppFacility {
		NONE,
		SIM,
		FIXED_DIALING,
		PH_SIM,
		PH_FSIM,
		NET_PERS,
		NET_SUB_PERS,
		PROVIDER_PERS,
		CORP_PERS
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_3GPP_NETWORK_AVAILABILITY_", type_id = "mm_modem_3gpp_network_availability_get_type ()")]
	public enum Modem3gppNetworkAvailability {
		UNKNOWN,
		AVAILABLE,
		CURRENT,
		FORBIDDEN
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_3GPP_REGISTRATION_STATE_", type_id = "mm_modem_3gpp_registration_state_get_type ()")]
	public enum Modem3gppRegistrationState {
		IDLE,
		HOME,
		SEARCHING,
		DENIED,
		UNKNOWN,
		ROAMING
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_3GPP_SUBSCRIPTION_STATE_", type_id = "mm_modem_3gpp_subscription_state_get_type ()")]
	public enum Modem3gppSubscriptionState {
		UNKNOWN,
		UNPROVISIONED,
		PROVISIONED,
		OUT_OF_DATA
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_3GPP_USSD_SESSION_STATE_", type_id = "mm_modem_3gpp_ussd_session_state_get_type ()")]
	public enum Modem3gppUssdSessionState {
		UNKNOWN,
		IDLE,
		ACTIVE,
		USER_RESPONSE
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_ACCESS_TECHNOLOGY_", type_id = "mm_modem_access_technology_get_type ()")]
	[Flags]
	public enum ModemAccessTechnology {
		UNKNOWN,
		POTS,
		GSM,
		GSM_COMPACT,
		GPRS,
		EDGE,
		UMTS,
		HSDPA,
		HSUPA,
		HSPA,
		HSPA_PLUS,
		@1XRTT,
		EVDO0,
		EVDOA,
		EVDOB,
		LTE,
		ANY;
		public string build_string_from_mask ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_BAND_", type_id = "mm_modem_band_get_type ()")]
	public enum ModemBand {
		UNKNOWN,
		EGSM,
		DCS,
		PCS,
		G850,
		U2100,
		U1800,
		U17IV,
		U800,
		U850,
		U900,
		U17IX,
		U1900,
		U2600,
		EUTRAN_I,
		EUTRAN_II,
		EUTRAN_III,
		EUTRAN_IV,
		EUTRAN_V,
		EUTRAN_VI,
		EUTRAN_VII,
		EUTRAN_VIII,
		EUTRAN_IX,
		EUTRAN_X,
		EUTRAN_XI,
		EUTRAN_XII,
		EUTRAN_XIII,
		EUTRAN_XIV,
		EUTRAN_XVII,
		EUTRAN_XVIII,
		EUTRAN_XIX,
		EUTRAN_XX,
		EUTRAN_XXI,
		EUTRAN_XXII,
		EUTRAN_XXIII,
		EUTRAN_XXIV,
		EUTRAN_XXV,
		EUTRAN_XXVI,
		EUTRAN_XXXIII,
		EUTRAN_XXXIV,
		EUTRAN_XXXV,
		EUTRAN_XXXVI,
		EUTRAN_XXXVII,
		EUTRAN_XXXVIII,
		EUTRAN_XXXIX,
		EUTRAN_XL,
		EUTRAN_XLI,
		EUTRAN_XLII,
		EUTRAN_XLIII,
		EUTRAN_XLIV,
		CDMA_BC0_CELLULAR_800,
		CDMA_BC1_PCS_1900,
		CDMA_BC2_TACS,
		CDMA_BC3_JTACS,
		CDMA_BC4_KOREAN_PCS,
		CDMA_BC5_NMT450,
		CDMA_BC6_IMT2000,
		CDMA_BC7_CELLULAR_700,
		CDMA_BC8_1800,
		CDMA_BC9_900,
		CDMA_BC10_SECONDARY_800,
		CDMA_BC11_PAMR_400,
		CDMA_BC12_PAMR_800,
		CDMA_BC13_IMT2000_2500,
		CDMA_BC14_PCS2_1900,
		CDMA_BC15_AWS,
		CDMA_BC16_US_2500,
		CDMA_BC17_US_FLO_2500,
		CDMA_BC18_US_PS_700,
		CDMA_BC19_US_LOWER_700,
		ANY;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_CAPABILITY_", type_id = "mm_modem_capability_get_type ()")]
	[Flags]
	public enum ModemCapability {
		NONE,
		POTS,
		CDMA_EVDO,
		GSM_UMTS,
		LTE,
		LTE_ADVANCED,
		IRIDIUM,
		ANY;
		public string build_string_from_mask ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_CDMA_ACTIVATION_STATE_", type_id = "mm_modem_cdma_activation_state_get_type ()")]
	public enum ModemCdmaActivationState {
		UNKNOWN,
		NOT_ACTIVATED,
		ACTIVATING,
		PARTIALLY_ACTIVATED,
		ACTIVATED;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_CDMA_REGISTRATION_STATE_", type_id = "mm_modem_cdma_registration_state_get_type ()")]
	public enum ModemCdmaRegistrationState {
		UNKNOWN,
		REGISTERED,
		HOME,
		ROAMING;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_CDMA_RM_PROTOCOL_", type_id = "mm_modem_cdma_rm_protocol_get_type ()")]
	public enum ModemCdmaRmProtocol {
		UNKNOWN,
		ASYNC,
		PACKET_RELAY,
		PACKET_NETWORK_PPP,
		PACKET_NETWORK_SLIP,
		STU_III;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_CONTACTS_STORAGE_", type_id = "mm_modem_contacts_storage_get_type ()")]
	public enum ModemContactsStorage {
		UNKNOWN,
		ME,
		SM,
		MT;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_LOCATION_SOURCE_", type_id = "mm_modem_location_source_get_type ()")]
	[Flags]
	public enum ModemLocationSource {
		NONE,
		@3GPP_LAC_CI,
		GPS_RAW,
		GPS_NMEA,
		CDMA_BS,
		GPS_UNMANAGED,
		AGPS;
		public string build_string_from_mask ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_LOCK_", type_id = "mm_modem_lock_get_type ()")]
	public enum ModemLock {
		UNKNOWN,
		NONE,
		SIM_PIN,
		SIM_PIN2,
		SIM_PUK,
		SIM_PUK2,
		PH_SP_PIN,
		PH_SP_PUK,
		PH_NET_PIN,
		PH_NET_PUK,
		PH_SIM_PIN,
		PH_CORP_PIN,
		PH_CORP_PUK,
		PH_FSIM_PIN,
		PH_FSIM_PUK,
		PH_NETSUB_PIN,
		PH_NETSUB_PUK;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_MODE_", type_id = "mm_modem_mode_get_type ()")]
	[Flags]
	public enum ModemMode {
		NONE,
		CS,
		@2G,
		@3G,
		@4G,
		ANY;
		public string build_string_from_mask ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_PORT_TYPE_", type_id = "mm_modem_port_type_get_type ()")]
	public enum ModemPortType {
		UNKNOWN,
		NET,
		AT,
		QCDM,
		GPS,
		QMI,
		MBIM;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_POWER_STATE_", type_id = "mm_modem_power_state_get_type ()")]
	public enum ModemPowerState {
		UNKNOWN,
		OFF,
		LOW,
		ON;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_STATE_", type_id = "mm_modem_state_get_type ()")]
	public enum ModemState {
		FAILED,
		UNKNOWN,
		INITIALIZING,
		LOCKED,
		DISABLED,
		DISABLING,
		ENABLING,
		ENABLED,
		SEARCHING,
		REGISTERED,
		DISCONNECTING,
		CONNECTING,
		CONNECTED;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_STATE_CHANGE_REASON_", type_id = "mm_modem_state_change_reason_get_type ()")]
	public enum ModemStateChangeReason {
		UNKNOWN,
		USER_REQUESTED,
		SUSPEND,
		FAILURE;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MODEM_STATE_FAILED_REASON_", type_id = "mm_modem_state_failed_reason_get_type ()")]
	public enum ModemStateFailedReason {
		NONE,
		UNKNOWN,
		SIM_MISSING,
		SIM_ERROR;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_OMA_FEATURE_", type_id = "mm_oma_feature_get_type ()")]
	[Flags]
	public enum OmaFeature {
		NONE,
		DEVICE_PROVISIONING,
		PRL_UPDATE,
		HANDS_FREE_ACTIVATION;
		public string build_string_from_mask ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_OMA_SESSION_STATE_", type_id = "mm_oma_session_state_get_type ()")]
	public enum OmaSessionState {
		FAILED,
		UNKNOWN,
		STARTED,
		RETRYING,
		CONNECTING,
		CONNECTED,
		AUTHENTICATED,
		MDN_DOWNLOADED,
		MSID_DOWNLOADED,
		PRL_DOWNLOADED,
		MIP_PROFILE_DOWNLOADED,
		COMPLETED;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_OMA_SESSION_STATE_FAILED_REASON_", type_id = "mm_oma_session_state_failed_reason_get_type ()")]
	public enum OmaSessionStateFailedReason {
		UNKNOWN,
		NETWORK_UNAVAILABLE,
		SERVER_UNAVAILABLE,
		AUTHENTICATION_FAILED,
		MAX_RETRY_EXCEEDED,
		SESSION_CANCELLED;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_OMA_SESSION_TYPE_", type_id = "mm_oma_session_type_get_type ()")]
	public enum OmaSessionType {
		UNKNOWN,
		CLIENT_INITIATED_DEVICE_CONFIGURE,
		CLIENT_INITIATED_PRL_UPDATE,
		CLIENT_INITIATED_HANDS_FREE_ACTIVATION,
		NETWORK_INITIATED_DEVICE_CONFIGURE,
		NETWORK_INITIATED_PRL_UPDATE,
		DEVICE_INITIATED_PRL_UPDATE,
		DEVICE_INITIATED_HANDS_FREE_ACTIVATION;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_SMS_CDMA_SERVICE_CATEGORY_", type_id = "mm_sms_cdma_service_category_get_type ()")]
	public enum SmsCdmaServiceCategory {
		UNKNOWN,
		EMERGENCY_BROADCAST,
		ADMINISTRATIVE,
		MAINTENANCE,
		GENERAL_NEWS_LOCAL,
		GENERAL_NEWS_REGIONAL,
		GENERAL_NEWS_NATIONAL,
		GENERAL_NEWS_INTERNATIONAL,
		BUSINESS_NEWS_LOCAL,
		BUSINESS_NEWS_REGIONAL,
		BUSINESS_NEWS_NATIONAL,
		BUSINESS_NEWS_INTERNATIONAL,
		SPORTS_NEWS_LOCAL,
		SPORTS_NEWS_REGIONAL,
		SPORTS_NEWS_NATIONAL,
		SPORTS_NEWS_INTERNATIONAL,
		ENTERTAINMENT_NEWS_LOCAL,
		ENTERTAINMENT_NEWS_REGIONAL,
		ENTERTAINMENT_NEWS_NATIONAL,
		ENTERTAINMENT_NEWS_INTERNATIONAL,
		LOCAL_WEATHER,
		TRAFFIC_REPORT,
		FLIGHT_SCHEDULES,
		RESTAURANTS,
		LODGINGS,
		RETAIL_DIRECTORY,
		ADVERTISEMENTS,
		STOCK_QUOTES,
		EMPLOYMENT,
		HOSPITALS,
		TECHNOLOGY_NEWS,
		MULTICATEGORY,
		CMAS_PRESIDENTIAL_ALERT,
		CMAS_EXTREME_THREAT,
		CMAS_SEVERE_THREAT,
		CMAS_CHILD_ABDUCTION_EMERGENCY,
		CMAS_TEST;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_SMS_CDMA_TELESERVICE_ID_", type_id = "mm_sms_cdma_teleservice_id_get_type ()")]
	public enum SmsCdmaTeleserviceId {
		UNKNOWN,
		CMT91,
		WPT,
		WMT,
		VMN,
		WAP,
		WEMT,
		SCPT,
		CATPT;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_SMS_DELIVERY_STATE_", type_id = "mm_sms_delivery_state_get_type ()")]
	public enum SmsDeliveryState {
		COMPLETED_RECEIVED,
		COMPLETED_FORWARDED_UNCONFIRMED,
		COMPLETED_REPLACED_BY_SC,
		TEMPORARY_ERROR_CONGESTION,
		TEMPORARY_ERROR_SME_BUSY,
		TEMPORARY_ERROR_NO_RESPONSE_FROM_SME,
		TEMPORARY_ERROR_SERVICE_REJECTED,
		TEMPORARY_ERROR_QOS_NOT_AVAILABLE,
		TEMPORARY_ERROR_IN_SME,
		ERROR_REMOTE_PROCEDURE,
		ERROR_INCOMPATIBLE_DESTINATION,
		ERROR_CONNECTION_REJECTED,
		ERROR_NOT_OBTAINABLE,
		ERROR_QOS_NOT_AVAILABLE,
		ERROR_NO_INTERWORKING_AVAILABLE,
		ERROR_VALIDITY_PERIOD_EXPIRED,
		ERROR_DELETED_BY_ORIGINATING_SME,
		ERROR_DELETED_BY_SC_ADMINISTRATION,
		ERROR_MESSAGE_DOES_NOT_EXIST,
		TEMPORARY_FATAL_ERROR_CONGESTION,
		TEMPORARY_FATAL_ERROR_SME_BUSY,
		TEMPORARY_FATAL_ERROR_NO_RESPONSE_FROM_SME,
		TEMPORARY_FATAL_ERROR_SERVICE_REJECTED,
		TEMPORARY_FATAL_ERROR_QOS_NOT_AVAILABLE,
		TEMPORARY_FATAL_ERROR_IN_SME,
		UNKNOWN,
		NETWORK_PROBLEM_ADDRESS_VACANT,
		NETWORK_PROBLEM_ADDRESS_TRANSLATION_FAILURE,
		NETWORK_PROBLEM_NETWORK_RESOURCE_OUTAGE,
		NETWORK_PROBLEM_NETWORK_FAILURE,
		NETWORK_PROBLEM_INVALID_TELESERVICE_ID,
		NETWORK_PROBLEM_OTHER,
		TERMINAL_PROBLEM_NO_PAGE_RESPONSE,
		TERMINAL_PROBLEM_DESTINATION_BUSY,
		TERMINAL_PROBLEM_NO_ACKNOWLEDGMENT,
		TERMINAL_PROBLEM_DESTINATION_RESOURCE_SHORTAGE,
		TERMINAL_PROBLEM_SMS_DELIVERY_POSTPONED,
		TERMINAL_PROBLEM_DESTINATION_OUT_OF_SERVICE,
		TERMINAL_PROBLEM_DESTINATION_NO_LONGER_AT_THIS_ADDRESS,
		TERMINAL_PROBLEM_OTHER,
		RADIO_INTERFACE_PROBLEM_RESOURCE_SHORTAGE,
		RADIO_INTERFACE_PROBLEM_INCOMPATIBILITY,
		RADIO_INTERFACE_PROBLEM_OTHER,
		GENERAL_PROBLEM_ENCODING,
		GENERAL_PROBLEM_SMS_ORIGINATION_DENIED,
		GENERAL_PROBLEM_SMS_TERMINATION_DENIED,
		GENERAL_PROBLEM_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED,
		GENERAL_PROBLEM_SMS_NOT_SUPPORTED,
		GENERAL_PROBLEM_MISSING_EXPECTED_PARAMETER,
		GENERAL_PROBLEM_MISSING_MANDATORY_PARAMETER,
		GENERAL_PROBLEM_UNRECOGNIZED_PARAMETER_VALUE,
		GENERAL_PROBLEM_UNEXPECTED_PARAMETER_VALUE,
		GENERAL_PROBLEM_USER_DATA_SIZE_ERROR,
		GENERAL_PROBLEM_OTHER,
		TEMPORARY_NETWORK_PROBLEM_ADDRESS_VACANT,
		TEMPORARY_NETWORK_PROBLEM_ADDRESS_TRANSLATION_FAILURE,
		TEMPORARY_NETWORK_PROBLEM_NETWORK_RESOURCE_OUTAGE,
		TEMPORARY_NETWORK_PROBLEM_NETWORK_FAILURE,
		TEMPORARY_NETWORK_PROBLEM_INVALID_TELESERVICE_ID,
		TEMPORARY_NETWORK_PROBLEM_OTHER,
		TEMPORARY_TERMINAL_PROBLEM_NO_PAGE_RESPONSE,
		TEMPORARY_TERMINAL_PROBLEM_DESTINATION_BUSY,
		TEMPORARY_TERMINAL_PROBLEM_NO_ACKNOWLEDGMENT,
		TEMPORARY_TERMINAL_PROBLEM_DESTINATION_RESOURCE_SHORTAGE,
		TEMPORARY_TERMINAL_PROBLEM_SMS_DELIVERY_POSTPONED,
		TEMPORARY_TERMINAL_PROBLEM_DESTINATION_OUT_OF_SERVICE,
		TEMPORARY_TERMINAL_PROBLEM_DESTINATION_NO_LONGER_AT_THIS_ADDRESS,
		TEMPORARY_TERMINAL_PROBLEM_OTHER,
		TEMPORARY_RADIO_INTERFACE_PROBLEM_RESOURCE_SHORTAGE,
		TEMPORARY_RADIO_INTERFACE_PROBLEM_INCOMPATIBILITY,
		TEMPORARY_RADIO_INTERFACE_PROBLEM_OTHER,
		TEMPORARY_GENERAL_PROBLEM_ENCODING,
		TEMPORARY_GENERAL_PROBLEM_SMS_ORIGINATION_DENIED,
		TEMPORARY_GENERAL_PROBLEM_SMS_TERMINATION_DENIED,
		TEMPORARY_GENERAL_PROBLEM_SUPPLEMENTARY_SERVICE_NOT_SUPPORTED,
		TEMPORARY_GENERAL_PROBLEM_SMS_NOT_SUPPORTED,
		TEMPORARY_GENERAL_PROBLEM_MISSING_EXPECTED_PARAMETER,
		TEMPORARY_GENERAL_PROBLEM_MISSING_MANDATORY_PARAMETER,
		TEMPORARY_GENERAL_PROBLEM_UNRECOGNIZED_PARAMETER_VALUE,
		TEMPORARY_GENERAL_PROBLEM_UNEXPECTED_PARAMETER_VALUE,
		TEMPORARY_GENERAL_PROBLEM_USER_DATA_SIZE_ERROR,
		TEMPORARY_GENERAL_PROBLEM_OTHER;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_SMS_PDU_TYPE_", type_id = "mm_sms_pdu_type_get_type ()")]
	public enum SmsPduType {
		UNKNOWN,
		DELIVER,
		SUBMIT,
		STATUS_REPORT,
		CDMA_DELIVER,
		CDMA_SUBMIT,
		CDMA_CANCELLATION,
		CDMA_DELIVERY_ACKNOWLEDGEMENT,
		CDMA_USER_ACKNOWLEDGEMENT,
		CDMA_READ_ACKNOWLEDGEMENT;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_SMS_STATE_", type_id = "mm_sms_state_get_type ()")]
	public enum SmsState {
		UNKNOWN,
		STORED,
		RECEIVING,
		RECEIVED,
		SENDING,
		SENT;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_SMS_STORAGE_", type_id = "mm_sms_storage_get_type ()")]
	public enum SmsStorage {
		UNKNOWN,
		SM,
		ME,
		MT,
		SR,
		BM,
		TA;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_SMS_VALIDITY_TYPE_", type_id = "mm_sms_validity_type_get_type ()")]
	public enum SmsValidityType {
		UNKNOWN,
		RELATIVE,
		ABSOLUTE,
		ENHANCED;
		public unowned string get_string ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_CDMA_ACTIVATION_ERROR_")]
	public errordomain CdmaActivationError {
		NONE,
		UNKNOWN,
		ROAMING,
		[CCode (cname = "MM_CDMA_ACTIVATION_ERROR_WRONG_RADIO_INTERFACE")]
		WRONGRADIOINTERFACE,
		[CCode (cname = "MM_CDMA_ACTIVATION_ERROR_COULD_NOT_CONNECT")]
		COULDNOTCONNECT,
		[CCode (cname = "MM_CDMA_ACTIVATION_ERROR_SECURITY_AUTHENTICATION_FAILED")]
		SECURITYAUTHENTICATIONFAILED,
		[CCode (cname = "MM_CDMA_ACTIVATION_ERROR_PROVISIONING_FAILED")]
		PROVISIONINGFAILED,
		[CCode (cname = "MM_CDMA_ACTIVATION_ERROR_NO_SIGNAL")]
		NOSIGNAL,
		[CCode (cname = "MM_CDMA_ACTIVATION_ERROR_TIMED_OUT")]
		TIMEDOUT,
		[CCode (cname = "MM_CDMA_ACTIVATION_ERROR_START_FAILED")]
		STARTFAILED;
		public static GLib.Quark quark ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_CONNECTION_ERROR_")]
	public errordomain ConnectionError {
		UNKNOWN,
		[CCode (cname = "MM_CONNECTION_ERROR_NO_CARRIER")]
		NOCARRIER,
		[CCode (cname = "MM_CONNECTION_ERROR_NO_DIALTONE")]
		NODIALTONE,
		BUSY,
		[CCode (cname = "MM_CONNECTION_ERROR_NO_ANSWER")]
		NOANSWER;
		public static GLib.Quark quark ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_CORE_ERROR_")]
	public errordomain CoreError {
		FAILED,
		CANCELLED,
		ABORTED,
		UNSUPPORTED,
		[CCode (cname = "MM_CORE_ERROR_NO_PLUGINS")]
		NOPLUGINS,
		UNAUTHORIZED,
		[CCode (cname = "MM_CORE_ERROR_INVALID_ARGS")]
		INVALIDARGS,
		[CCode (cname = "MM_CORE_ERROR_IN_PROGRESS")]
		INPROGRESS,
		[CCode (cname = "MM_CORE_ERROR_WRONG_STATE")]
		WRONGSTATE,
		CONNECTED,
		[CCode (cname = "MM_CORE_ERROR_TOO_MANY")]
		TOOMANY,
		[CCode (cname = "MM_CORE_ERROR_NOT_FOUND")]
		NOTFOUND,
		RETRY,
		EXISTS;
		public static GLib.Quark quark ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MESSAGE_ERROR_")]
	public errordomain MessageError {
		[CCode (cname = "MM_MESSAGE_ERROR_ME_FAILURE")]
		MEFAILURE,
		[CCode (cname = "MM_MESSAGE_ERROR_SMS_SERVICE_RESERVED")]
		SMSSERVICERESERVED,
		[CCode (cname = "MM_MESSAGE_ERROR_NOT_ALLOWED")]
		NOTALLOWED,
		[CCode (cname = "MM_MESSAGE_ERROR_NOT_SUPPORTED")]
		NOTSUPPORTED,
		[CCode (cname = "MM_MESSAGE_ERROR_INVALID_PDU_PARAMETER")]
		INVALIDPDUPARAMETER,
		[CCode (cname = "MM_MESSAGE_ERROR_INVALID_TEXT_PARAMETER")]
		INVALIDTEXTPARAMETER,
		[CCode (cname = "MM_MESSAGE_ERROR_SIM_NOT_INSERTED")]
		SIMNOTINSERTED,
		[CCode (cname = "MM_MESSAGE_ERROR_SIM_PIN")]
		SIMPIN,
		[CCode (cname = "MM_MESSAGE_ERROR_PH_SIM_PIN")]
		PHSIMPIN,
		[CCode (cname = "MM_MESSAGE_ERROR_SIM_FAILURE")]
		SIMFAILURE,
		[CCode (cname = "MM_MESSAGE_ERROR_SIM_BUSY")]
		SIMBUSY,
		[CCode (cname = "MM_MESSAGE_ERROR_SIM_WRONG")]
		SIMWRONG,
		[CCode (cname = "MM_MESSAGE_ERROR_SIM_PUK")]
		SIMPUK,
		[CCode (cname = "MM_MESSAGE_ERROR_SIM_PIN2")]
		SIMPIN2,
		[CCode (cname = "MM_MESSAGE_ERROR_SIM_PUK2")]
		SIMPUK2,
		[CCode (cname = "MM_MESSAGE_ERROR_MEMORY_FAILURE")]
		MEMORYFAILURE,
		[CCode (cname = "MM_MESSAGE_ERROR_INVALID_INDEX")]
		INVALIDINDEX,
		[CCode (cname = "MM_MESSAGE_ERROR_MEMORY_FULL")]
		MEMORYFULL,
		[CCode (cname = "MM_MESSAGE_ERROR_SMSC_ADDRESS_UNKNOWN")]
		SMSCADDRESSUNKNOWN,
		[CCode (cname = "MM_MESSAGE_ERROR_NO_NETWORK")]
		NONETWORK,
		[CCode (cname = "MM_MESSAGE_ERROR_NETWORK_TIMEOUT")]
		NETWORKTIMEOUT,
		[CCode (cname = "MM_MESSAGE_ERROR_NO_CNMA_ACK_EXPECTED")]
		NOCNMAACKEXPECTED,
		UNKNOWN;
		public static GLib.Quark quark ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_MOBILE_EQUIPMENT_ERROR_")]
	public errordomain MobileEquipmentError {
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_PHONE_FAILURE")]
		PHONEFAILURE,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NO_CONNECTION")]
		NOCONNECTION,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_LINK_RESERVED")]
		LINKRESERVED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NOT_ALLOWED")]
		NOTALLOWED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NOT_SUPPORTED")]
		NOTSUPPORTED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_PH_SIM_PIN")]
		PHSIMPIN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_PH_FSIM_PIN")]
		PHFSIMPIN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_PH_FSIM_PUK")]
		PHFSIMPUK,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SIM_NOT_INSERTED")]
		SIMNOTINSERTED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SIM_PIN")]
		SIMPIN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SIM_PUK")]
		SIMPUK,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SIM_FAILURE")]
		SIMFAILURE,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SIM_BUSY")]
		SIMBUSY,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SIM_WRONG")]
		SIMWRONG,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_INCORRECT_PASSWORD")]
		INCORRECTPASSWORD,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SIM_PIN2")]
		SIMPIN2,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SIM_PUK2")]
		SIMPUK2,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_MEMORY_FULL")]
		MEMORYFULL,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_INVALID_INDEX")]
		INVALIDINDEX,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NOT_FOUND")]
		NOTFOUND,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_MEMORY_FAILURE")]
		MEMORYFAILURE,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_TEXT_TOO_LONG")]
		TEXTTOOLONG,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_INVALID_CHARS")]
		INVALIDCHARS,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_DIAL_STRING_TOO_LONG")]
		DIALSTRINGTOOLONG,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_DIAL_STRING_INVALID")]
		DIALSTRINGINVALID,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NO_NETWORK")]
		NONETWORK,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NETWORK_TIMEOUT")]
		NETWORKTIMEOUT,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NETWORK_NOT_ALLOWED")]
		NETWORKNOTALLOWED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NETWORK_PIN")]
		NETWORKPIN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NETWORK_PUK")]
		NETWORKPUK,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NETWORK_SUBSET_PIN")]
		NETWORKSUBSETPIN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_NETWORK_SUBSET_PUK")]
		NETWORKSUBSETPUK,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SERVICE_PIN")]
		SERVICEPIN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_SERVICE_PUK")]
		SERVICEPUK,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_CORP_PIN")]
		CORPPIN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_CORP_PUK")]
		CORPPUK,
		UNKNOWN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_IMSI_UNKNOWN_IN_HLR")]
		GPRSIMSIUNKNOWNINHLR,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_ILLEGAL_MS")]
		GPRSILLEGALMS,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_IMSI_UNKNOWN_IN_VLR")]
		GPRSIMSIUNKNOWNINVLR,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_ILLEGAL_ME")]
		GPRSILLEGALME,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_NOT_ALLOWED")]
		GPRSSERVICENOTALLOWED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_PLMN_NOT_ALLOWED")]
		GPRSPLMNNOTALLOWED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_LOCATION_NOT_ALLOWED")]
		GPRSLOCATIONNOTALLOWED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_ROAMING_NOT_ALLOWED")]
		GPRSROMAINGNOTALLOWED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_NO_CELLS_IN_LOCATION_AREA")]
		GPRSNOCELLSINLOCATIONAREA,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_NETWORK_FAILURE")]
		GPRSNETWORKFAILURE,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_CONGESTION")]
		GPRSCONGESTION,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_INSUFFICIENT_RESOURCES")]
		GPRSINSUFFICIENTRESOURCES,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_MISSING_OR_UNKNOWN_APN")]
		GPRSMISSINGORUNKNOWNAPN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_USER_AUTHENTICATION_FAILED")]
		GPRSUSERAUTHENTICATIONFAILED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_NOT_SUPPORTED")]
		GPRSSERVICEOPTIONNOTSUPPORTED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_NOT_SUBSCRIBED")]
		GPRSSERVICEOPTIONNOTSUBSCRIBED,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_SERVICE_OPTION_OUT_OF_ORDER")]
		GPRSSERVICEOPTIONOUTOFORDER,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_UNKNOWN")]
		GPRSUNKNOWN,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_PDP_AUTH_FAILURE")]
		GPRSPDPAUTHFAILURE,
		[CCode (cname = "MM_MOBILE_EQUIPMENT_ERROR_GPRS_INVALID_MOBILE_CLASS")]
		GPRSINVALIDMOBILECLASS;
		public static GLib.Quark quark ();
	}
	[CCode (cheader_filename = "libmm-glib.h", cprefix = "MM_SERIAL_ERROR_")]
	public errordomain SerialError {
		UNKNOWN,
		[CCode (cname = "MM_SERIAL_ERROR_OPEN_FAILED")]
		OPENFAILED,
		[CCode (cname = "MM_SERIAL_ERROR_SEND_FAILED")]
		SENDFAILED,
		[CCode (cname = "MM_SERIAL_ERROR_RESPONSE_TIMEOUT")]
		RESPONSETIMEOUT,
		[CCode (cname = "MM_SERIAL_ERROR_OPEN_FAILED_NO_DEVICE")]
		OPENFAILEDNODEVICE,
		[CCode (cname = "MM_SERIAL_ERROR_FLASH_FAILED")]
		FLASHFAILED,
		[CCode (cname = "MM_SERIAL_ERROR_NOT_OPEN")]
		NOTOPEN,
		[CCode (cname = "MM_SERIAL_ERROR_PARSE_FAILED")]
		PARSEFAILED,
		[CCode (cname = "MM_SERIAL_ERROR_FRAME_NOT_FOUND")]
		FRAMENOTFOUND;
		public static GLib.Quark quark ();
	}
	[CCode (cheader_filename = "libmm-glib.h", instance_pos = 2.9)]
	public delegate void UnlockRetriesForeachCb (MM.ModemLock @lock, uint count);
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_METHOD_CONNECT")]
	public const string BEARER_METHOD_CONNECT;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_METHOD_DISCONNECT")]
	public const string BEARER_METHOD_DISCONNECT;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_PROPERTY_CONNECTED")]
	public const string BEARER_PROPERTY_CONNECTED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_PROPERTY_INTERFACE")]
	public const string BEARER_PROPERTY_INTERFACE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_PROPERTY_IP4CONFIG")]
	public const string BEARER_PROPERTY_IP4CONFIG;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_PROPERTY_IP6CONFIG")]
	public const string BEARER_PROPERTY_IP6CONFIG;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_PROPERTY_IPTIMEOUT")]
	public const string BEARER_PROPERTY_IPTIMEOUT;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_PROPERTY_PROPERTIES")]
	public const string BEARER_PROPERTY_PROPERTIES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_PROPERTY_STATS")]
	public const string BEARER_PROPERTY_STATS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_BEARER_PROPERTY_SUSPENDED")]
	public const string BEARER_PROPERTY_SUSPENDED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_METHOD_ACCEPT")]
	public const string CALL_METHOD_ACCEPT;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_METHOD_HANGUP")]
	public const string CALL_METHOD_HANGUP;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_METHOD_SENDDTMF")]
	public const string CALL_METHOD_SENDDTMF;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_METHOD_START")]
	public const string CALL_METHOD_START;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_PROPERTY_DIRECTION")]
	public const string CALL_PROPERTY_DIRECTION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_PROPERTY_NUMBER")]
	public const string CALL_PROPERTY_NUMBER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_PROPERTY_STATE")]
	public const string CALL_PROPERTY_STATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_PROPERTY_STATEREASON")]
	public const string CALL_PROPERTY_STATEREASON;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_SIGNAL_DTMFRECEIVED")]
	public const string CALL_SIGNAL_DTMFRECEIVED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_CALL_SIGNAL_STATECHANGED")]
	public const string CALL_SIGNAL_STATECHANGED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_ERROR_PREFIX")]
	public const string DBUS_ERROR_PREFIX;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE")]
	public const string DBUS_INTERFACE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_BEARER")]
	public const string DBUS_INTERFACE_BEARER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_CALL")]
	public const string DBUS_INTERFACE_CALL;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM")]
	public const string DBUS_INTERFACE_MODEM;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_FIRMWARE")]
	public const string DBUS_INTERFACE_MODEM_FIRMWARE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_LOCATION")]
	public const string DBUS_INTERFACE_MODEM_LOCATION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_MESSAGING")]
	public const string DBUS_INTERFACE_MODEM_MESSAGING;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_MODEM3GPP")]
	public const string DBUS_INTERFACE_MODEM_MODEM3GPP;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_MODEM3GPP_USSD")]
	public const string DBUS_INTERFACE_MODEM_MODEM3GPP_USSD;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_MODEMCDMA")]
	public const string DBUS_INTERFACE_MODEM_MODEMCDMA;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_OMA")]
	public const string DBUS_INTERFACE_MODEM_OMA;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_SIGNAL")]
	public const string DBUS_INTERFACE_MODEM_SIGNAL;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_TIME")]
	public const string DBUS_INTERFACE_MODEM_TIME;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_MODEM_VOICE")]
	public const string DBUS_INTERFACE_MODEM_VOICE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_SIM")]
	public const string DBUS_INTERFACE_SIM;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_INTERFACE_SMS")]
	public const string DBUS_INTERFACE_SMS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_PATH")]
	public const string DBUS_PATH;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_DBUS_SERVICE")]
	public const string DBUS_SERVICE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MAJOR_VERSION")]
	public const int MAJOR_VERSION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MANAGER_METHOD_SCANDEVICES")]
	public const string MANAGER_METHOD_SCANDEVICES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MANAGER_METHOD_SETLOGGING")]
	public const string MANAGER_METHOD_SETLOGGING;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MICRO_VERSION")]
	public const int MICRO_VERSION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MINOR_VERSION")]
	public const int MINOR_VERSION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_CDMA_NID_UNKNOWN")]
	public const int MODEM_CDMA_NID_UNKNOWN;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_CDMA_SID_UNKNOWN")]
	public const int MODEM_CDMA_SID_UNKNOWN;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_FIRMWARE_METHOD_LIST")]
	public const string MODEM_FIRMWARE_METHOD_LIST;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_FIRMWARE_METHOD_SELECT")]
	public const string MODEM_FIRMWARE_METHOD_SELECT;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_METHOD_GETLOCATION")]
	public const string MODEM_LOCATION_METHOD_GETLOCATION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_METHOD_SETGPSREFRESHRATE")]
	public const string MODEM_LOCATION_METHOD_SETGPSREFRESHRATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_METHOD_SETSUPLSERVER")]
	public const string MODEM_LOCATION_METHOD_SETSUPLSERVER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_METHOD_SETUP")]
	public const string MODEM_LOCATION_METHOD_SETUP;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_PROPERTY_CAPABILITIES")]
	public const string MODEM_LOCATION_PROPERTY_CAPABILITIES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_PROPERTY_ENABLED")]
	public const string MODEM_LOCATION_PROPERTY_ENABLED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_PROPERTY_GPSREFRESHRATE")]
	public const string MODEM_LOCATION_PROPERTY_GPSREFRESHRATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_PROPERTY_LOCATION")]
	public const string MODEM_LOCATION_PROPERTY_LOCATION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_PROPERTY_SIGNALSLOCATION")]
	public const string MODEM_LOCATION_PROPERTY_SIGNALSLOCATION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_LOCATION_PROPERTY_SUPLSERVER")]
	public const string MODEM_LOCATION_PROPERTY_SUPLSERVER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MESSAGING_METHOD_CREATE")]
	public const string MODEM_MESSAGING_METHOD_CREATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MESSAGING_METHOD_DELETE")]
	public const string MODEM_MESSAGING_METHOD_DELETE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MESSAGING_METHOD_LIST")]
	public const string MODEM_MESSAGING_METHOD_LIST;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MESSAGING_PROPERTY_DEFAULTSTORAGE")]
	public const string MODEM_MESSAGING_PROPERTY_DEFAULTSTORAGE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MESSAGING_PROPERTY_MESSAGES")]
	public const string MODEM_MESSAGING_PROPERTY_MESSAGES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MESSAGING_PROPERTY_SUPPORTEDSTORAGES")]
	public const string MODEM_MESSAGING_PROPERTY_SUPPORTEDSTORAGES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MESSAGING_SIGNAL_ADDED")]
	public const string MODEM_MESSAGING_SIGNAL_ADDED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MESSAGING_SIGNAL_DELETED")]
	public const string MODEM_MESSAGING_SIGNAL_DELETED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_COMMAND")]
	public const string MODEM_METHOD_COMMAND;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_CREATEBEARER")]
	public const string MODEM_METHOD_CREATEBEARER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_DELETEBEARER")]
	public const string MODEM_METHOD_DELETEBEARER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_ENABLE")]
	public const string MODEM_METHOD_ENABLE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_FACTORYRESET")]
	public const string MODEM_METHOD_FACTORYRESET;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_LISTBEARERS")]
	public const string MODEM_METHOD_LISTBEARERS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_RESET")]
	public const string MODEM_METHOD_RESET;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_SETCURRENTBANDS")]
	public const string MODEM_METHOD_SETCURRENTBANDS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_SETCURRENTCAPABILITIES")]
	public const string MODEM_METHOD_SETCURRENTCAPABILITIES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_SETCURRENTMODES")]
	public const string MODEM_METHOD_SETCURRENTMODES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_METHOD_SETPOWERSTATE")]
	public const string MODEM_METHOD_SETPOWERSTATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_METHOD_REGISTER")]
	public const string MODEM_MODEM3GPP_METHOD_REGISTER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_METHOD_SCAN")]
	public const string MODEM_MODEM3GPP_METHOD_SCAN;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_PROPERTY_ENABLEDFACILITYLOCKS")]
	public const string MODEM_MODEM3GPP_PROPERTY_ENABLEDFACILITYLOCKS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_PROPERTY_IMEI")]
	public const string MODEM_MODEM3GPP_PROPERTY_IMEI;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_PROPERTY_OPERATORCODE")]
	public const string MODEM_MODEM3GPP_PROPERTY_OPERATORCODE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_PROPERTY_OPERATORNAME")]
	public const string MODEM_MODEM3GPP_PROPERTY_OPERATORNAME;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_PROPERTY_REGISTRATIONSTATE")]
	public const string MODEM_MODEM3GPP_PROPERTY_REGISTRATIONSTATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_PROPERTY_SUBSCRIPTIONSTATE")]
	public const string MODEM_MODEM3GPP_PROPERTY_SUBSCRIPTIONSTATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_USSD_METHOD_CANCEL")]
	public const string MODEM_MODEM3GPP_USSD_METHOD_CANCEL;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_USSD_METHOD_INITIATE")]
	public const string MODEM_MODEM3GPP_USSD_METHOD_INITIATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_USSD_METHOD_RESPOND")]
	public const string MODEM_MODEM3GPP_USSD_METHOD_RESPOND;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_USSD_PROPERTY_NETWORKNOTIFICATION")]
	public const string MODEM_MODEM3GPP_USSD_PROPERTY_NETWORKNOTIFICATION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_USSD_PROPERTY_NETWORKREQUEST")]
	public const string MODEM_MODEM3GPP_USSD_PROPERTY_NETWORKREQUEST;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEM3GPP_USSD_PROPERTY_STATE")]
	public const string MODEM_MODEM3GPP_USSD_PROPERTY_STATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_METHOD_ACTIVATE")]
	public const string MODEM_MODEMCDMA_METHOD_ACTIVATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_METHOD_ACTIVATEMANUAL")]
	public const string MODEM_MODEMCDMA_METHOD_ACTIVATEMANUAL;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_PROPERTY_ACTIVATIONSTATE")]
	public const string MODEM_MODEMCDMA_PROPERTY_ACTIVATIONSTATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_PROPERTY_CDMA1XREGISTRATIONSTATE")]
	public const string MODEM_MODEMCDMA_PROPERTY_CDMA1XREGISTRATIONSTATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_PROPERTY_ESN")]
	public const string MODEM_MODEMCDMA_PROPERTY_ESN;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_PROPERTY_EVDOREGISTRATIONSTATE")]
	public const string MODEM_MODEMCDMA_PROPERTY_EVDOREGISTRATIONSTATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_PROPERTY_MEID")]
	public const string MODEM_MODEMCDMA_PROPERTY_MEID;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_PROPERTY_NID")]
	public const string MODEM_MODEMCDMA_PROPERTY_NID;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_PROPERTY_SID")]
	public const string MODEM_MODEMCDMA_PROPERTY_SID;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_MODEMCDMA_SIGNAL_ACTIVATIONSTATECHANGED")]
	public const string MODEM_MODEMCDMA_SIGNAL_ACTIVATIONSTATECHANGED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_OMA_METHOD_ACCEPTNETWORKINITIATEDSESSION")]
	public const string MODEM_OMA_METHOD_ACCEPTNETWORKINITIATEDSESSION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_OMA_METHOD_CANCELSESSION")]
	public const string MODEM_OMA_METHOD_CANCELSESSION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_OMA_METHOD_SETUP")]
	public const string MODEM_OMA_METHOD_SETUP;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_OMA_METHOD_STARTCLIENTINITIATEDSESSION")]
	public const string MODEM_OMA_METHOD_STARTCLIENTINITIATEDSESSION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_OMA_PROPERTY_FEATURES")]
	public const string MODEM_OMA_PROPERTY_FEATURES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_OMA_PROPERTY_PENDINGNETWORKINITIATEDSESSIONS")]
	public const string MODEM_OMA_PROPERTY_PENDINGNETWORKINITIATEDSESSIONS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_OMA_PROPERTY_SESSIONSTATE")]
	public const string MODEM_OMA_PROPERTY_SESSIONSTATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_OMA_PROPERTY_SESSIONTYPE")]
	public const string MODEM_OMA_PROPERTY_SESSIONTYPE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_OMA_SIGNAL_SESSIONSTATECHANGED")]
	public const string MODEM_OMA_SIGNAL_SESSIONSTATECHANGED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_ACCESSTECHNOLOGIES")]
	public const string MODEM_PROPERTY_ACCESSTECHNOLOGIES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_BEARERS")]
	public const string MODEM_PROPERTY_BEARERS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_CURRENTBANDS")]
	public const string MODEM_PROPERTY_CURRENTBANDS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_CURRENTCAPABILITIES")]
	public const string MODEM_PROPERTY_CURRENTCAPABILITIES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_CURRENTMODES")]
	public const string MODEM_PROPERTY_CURRENTMODES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_DEVICE")]
	public const string MODEM_PROPERTY_DEVICE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_DEVICEIDENTIFIER")]
	public const string MODEM_PROPERTY_DEVICEIDENTIFIER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_DRIVERS")]
	public const string MODEM_PROPERTY_DRIVERS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_EQUIPMENTIDENTIFIER")]
	public const string MODEM_PROPERTY_EQUIPMENTIDENTIFIER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_MANUFACTURER")]
	public const string MODEM_PROPERTY_MANUFACTURER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_MAXACTIVEBEARERS")]
	public const string MODEM_PROPERTY_MAXACTIVEBEARERS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_MAXBEARERS")]
	public const string MODEM_PROPERTY_MAXBEARERS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_MODEL")]
	public const string MODEM_PROPERTY_MODEL;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_OWNNUMBERS")]
	public const string MODEM_PROPERTY_OWNNUMBERS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_PLUGIN")]
	public const string MODEM_PROPERTY_PLUGIN;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_PORTS")]
	public const string MODEM_PROPERTY_PORTS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_POWERSTATE")]
	public const string MODEM_PROPERTY_POWERSTATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_PRIMARYPORT")]
	public const string MODEM_PROPERTY_PRIMARYPORT;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_REVISION")]
	public const string MODEM_PROPERTY_REVISION;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_SIGNALQUALITY")]
	public const string MODEM_PROPERTY_SIGNALQUALITY;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_SIM")]
	public const string MODEM_PROPERTY_SIM;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_STATE")]
	public const string MODEM_PROPERTY_STATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_STATEFAILEDREASON")]
	public const string MODEM_PROPERTY_STATEFAILEDREASON;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_SUPPORTEDBANDS")]
	public const string MODEM_PROPERTY_SUPPORTEDBANDS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_SUPPORTEDCAPABILITIES")]
	public const string MODEM_PROPERTY_SUPPORTEDCAPABILITIES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_SUPPORTEDIPFAMILIES")]
	public const string MODEM_PROPERTY_SUPPORTEDIPFAMILIES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_SUPPORTEDMODES")]
	public const string MODEM_PROPERTY_SUPPORTEDMODES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_UNLOCKREQUIRED")]
	public const string MODEM_PROPERTY_UNLOCKREQUIRED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_PROPERTY_UNLOCKRETRIES")]
	public const string MODEM_PROPERTY_UNLOCKRETRIES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_SIGNAL_METHOD_SETUP")]
	public const string MODEM_SIGNAL_METHOD_SETUP;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_SIGNAL_PROPERTY_CDMA")]
	public const string MODEM_SIGNAL_PROPERTY_CDMA;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_SIGNAL_PROPERTY_EVDO")]
	public const string MODEM_SIGNAL_PROPERTY_EVDO;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_SIGNAL_PROPERTY_GSM")]
	public const string MODEM_SIGNAL_PROPERTY_GSM;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_SIGNAL_PROPERTY_LTE")]
	public const string MODEM_SIGNAL_PROPERTY_LTE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_SIGNAL_PROPERTY_RATE")]
	public const string MODEM_SIGNAL_PROPERTY_RATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_SIGNAL_PROPERTY_UMTS")]
	public const string MODEM_SIGNAL_PROPERTY_UMTS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_SIGNAL_STATECHANGED")]
	public const string MODEM_SIGNAL_STATECHANGED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_TIME_METHOD_GETNETWORKTIME")]
	public const string MODEM_TIME_METHOD_GETNETWORKTIME;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_TIME_PROPERTY_NETWORKTIMEZONE")]
	public const string MODEM_TIME_PROPERTY_NETWORKTIMEZONE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_TIME_SIGNAL_NETWORKTIMECHANGED")]
	public const string MODEM_TIME_SIGNAL_NETWORKTIMECHANGED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_VOICE_METHOD_CREATECALL")]
	public const string MODEM_VOICE_METHOD_CREATECALL;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_VOICE_METHOD_DELETECALL")]
	public const string MODEM_VOICE_METHOD_DELETECALL;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_VOICE_METHOD_LISTCALLS")]
	public const string MODEM_VOICE_METHOD_LISTCALLS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_VOICE_PROPERTY_CALLS")]
	public const string MODEM_VOICE_PROPERTY_CALLS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_VOICE_SIGNAL_CALLADDED")]
	public const string MODEM_VOICE_SIGNAL_CALLADDED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_MODEM_VOICE_SIGNAL_CALLDELETED")]
	public const string MODEM_VOICE_SIGNAL_CALLDELETED;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_3GPP_OPERATOR_CODE")]
	public const string SIMPLE_PROPERTY_3GPP_OPERATOR_CODE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_3GPP_OPERATOR_NAME")]
	public const string SIMPLE_PROPERTY_3GPP_OPERATOR_NAME;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_3GPP_REGISTRATION_STATE")]
	public const string SIMPLE_PROPERTY_3GPP_REGISTRATION_STATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_3GPP_SUBSCRIPTION_STATE")]
	public const string SIMPLE_PROPERTY_3GPP_SUBSCRIPTION_STATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_ACCESS_TECHNOLOGIES")]
	public const string SIMPLE_PROPERTY_ACCESS_TECHNOLOGIES;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_CDMA_CDMA1X_REGISTRATION_STATE")]
	public const string SIMPLE_PROPERTY_CDMA_CDMA1X_REGISTRATION_STATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_CDMA_EVDO_REGISTRATION_STATE")]
	public const string SIMPLE_PROPERTY_CDMA_EVDO_REGISTRATION_STATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_CDMA_NID")]
	public const string SIMPLE_PROPERTY_CDMA_NID;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_CDMA_SID")]
	public const string SIMPLE_PROPERTY_CDMA_SID;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_CURRENT_BANDS")]
	public const string SIMPLE_PROPERTY_CURRENT_BANDS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_SIGNAL_QUALITY")]
	public const string SIMPLE_PROPERTY_SIGNAL_QUALITY;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIMPLE_PROPERTY_STATE")]
	public const string SIMPLE_PROPERTY_STATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIM_METHOD_CHANGEPIN")]
	public const string SIM_METHOD_CHANGEPIN;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIM_METHOD_ENABLEPIN")]
	public const string SIM_METHOD_ENABLEPIN;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIM_METHOD_SENDPIN")]
	public const string SIM_METHOD_SENDPIN;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIM_METHOD_SENDPUK")]
	public const string SIM_METHOD_SENDPUK;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIM_PROPERTY_IMSI")]
	public const string SIM_PROPERTY_IMSI;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIM_PROPERTY_OPERATORIDENTIFIER")]
	public const string SIM_PROPERTY_OPERATORIDENTIFIER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIM_PROPERTY_OPERATORNAME")]
	public const string SIM_PROPERTY_OPERATORNAME;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SIM_PROPERTY_SIMIDENTIFIER")]
	public const string SIM_PROPERTY_SIMIDENTIFIER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_METHOD_SEND")]
	public const string SMS_METHOD_SEND;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_METHOD_STORE")]
	public const string SMS_METHOD_STORE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_CLASS")]
	public const string SMS_PROPERTY_CLASS;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_DATA")]
	public const string SMS_PROPERTY_DATA;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_DELIVERYREPORTREQUEST")]
	public const string SMS_PROPERTY_DELIVERYREPORTREQUEST;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_DELIVERYSTATE")]
	public const string SMS_PROPERTY_DELIVERYSTATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_DISCHARGETIMESTAMP")]
	public const string SMS_PROPERTY_DISCHARGETIMESTAMP;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_MESSAGEREFERENCE")]
	public const string SMS_PROPERTY_MESSAGEREFERENCE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_NUMBER")]
	public const string SMS_PROPERTY_NUMBER;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_PDUTYPE")]
	public const string SMS_PROPERTY_PDUTYPE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_SERVICECATEGORY")]
	public const string SMS_PROPERTY_SERVICECATEGORY;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_SMSC")]
	public const string SMS_PROPERTY_SMSC;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_STATE")]
	public const string SMS_PROPERTY_STATE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_STORAGE")]
	public const string SMS_PROPERTY_STORAGE;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_TELESERVICEID")]
	public const string SMS_PROPERTY_TELESERVICEID;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_TEXT")]
	public const string SMS_PROPERTY_TEXT;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_TIMESTAMP")]
	public const string SMS_PROPERTY_TIMESTAMP;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_SMS_PROPERTY_VALIDITY")]
	public const string SMS_PROPERTY_VALIDITY;
	[CCode (cheader_filename = "libmm-glib.h", cname = "MM_UNLOCK_RETRIES_UNKNOWN")]
	public const int UNLOCK_RETRIES_UNKNOWN;
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_bearer_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_bearer_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem3gpp_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem3gpp_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem3gpp_ussd_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem3gpp_ussd_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_cdma_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_cdma_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_firmware_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_firmware_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_location_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_location_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_messaging_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_messaging_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_oma_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_oma_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_signal_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_signal_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_simple_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_simple_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_time_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_time_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_modem_voice_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_modem_voice_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_org_freedesktop_modem_manager1_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_org_freedesktop_modem_manager1_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_sim_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_sim_override_properties (GLib.ObjectClass klass, uint property_id_begin);
	[CCode (cheader_filename = "libmm-glib.h")]
	public static unowned GLib.DBusInterfaceInfo gdbus_sms_interface_info ();
	[CCode (cheader_filename = "libmm-glib.h")]
	public static uint gdbus_sms_override_properties (GLib.ObjectClass klass, uint property_id_begin);
}