This file is indexed.

/usr/share/vala/vapi/libedataserver-1.2.vapi is in libedataserver1.2-dev 3.28.1-1ubuntu1.

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
/* libedataserver-1.2.vapi generated by vapigen, do not modify. */

[CCode (cprefix = "E", gir_namespace = "EDataServer", gir_version = "1.2", lower_case_cprefix = "e_")]
namespace E {
	[CCode (cheader_filename = "libedataserver/libedataserver.h", has_type_id = false)]
	[Compact]
	[Version (since = "3.6")]
	public class AsyncClosure {
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_client_get_type ()")]
	[Version (since = "3.2")]
	public abstract class Client : GLib.Object {
		[CCode (has_construct_function = false)]
		protected Client ();
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public void cancel_all ();
		public bool check_capability (string capability);
		public bool check_refresh_supported ();
		[Version (since = "3.16")]
		public string dup_bus_name ();
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public static GLib.Error error_create (E.ClientError code, string custom_msg);
		public static GLib.Quark error_quark ();
		public static unowned string error_to_string (E.ClientError code);
		public virtual async bool get_backend_property (string prop_name, GLib.Cancellable? cancellable, out string prop_value) throws GLib.Error;
		public virtual bool get_backend_property_sync (string prop_name, out string prop_value, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public unowned GLib.SList<string> get_capabilities ();
		public unowned E.Source get_source ();
		public bool is_online ();
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public bool is_opened ();
		public bool is_readonly ();
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public virtual async bool open (bool only_if_exists, GLib.Cancellable? cancellable) throws GLib.Error;
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public virtual bool open_sync (bool only_if_exists, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.8")]
		public GLib.MainContext ref_main_context ();
		public virtual async bool refresh (GLib.Cancellable? cancellable) throws GLib.Error;
		public virtual bool refresh_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (deprecated = true, deprecated_since = "3.6", since = "3.2")]
		public virtual async bool remove (GLib.Cancellable? cancellable) throws GLib.Error;
		[Version (deprecated = true, deprecated_since = "3.6", since = "3.2")]
		public virtual bool remove_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public virtual async bool retrieve_capabilities (GLib.Cancellable? cancellable, out string capabilities) throws GLib.Error;
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public virtual bool retrieve_capabilities_sync (out string capabilities, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.16")]
		public async bool retrieve_properties (GLib.Cancellable? cancellable) throws GLib.Error;
		[Version (since = "3.16")]
		public virtual bool retrieve_properties_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public virtual async bool set_backend_property (string prop_name, string prop_value, GLib.Cancellable? cancellable) throws GLib.Error;
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public virtual bool set_backend_property_sync (string prop_name, string prop_value, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.16")]
		public void set_bus_name (string bus_name);
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public virtual void unwrap_dbus_error (GLib.Error dbus_error) throws GLib.Error;
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public static GLib.SList<GLib.Object> util_copy_object_slist (GLib.SList<GLib.Object>? copy_to, GLib.SList<GLib.Object> objects);
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public static GLib.SList<string> util_copy_string_slist (GLib.SList<string>? copy_to, GLib.SList<string> strings);
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public static void util_free_object_slist (GLib.SList<GLib.Object> objects);
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public static void util_free_string_slist (GLib.SList<string> strings);
		public static GLib.SList<string> util_parse_comma_strings (string strings);
		[CCode (array_length = false, array_null_terminated = true)]
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public static string[] util_slist_to_strv (GLib.SList<string> strings);
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public static GLib.SList<string> util_strv_to_slist (string strv);
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
		public static bool util_unwrap_dbus_error (GLib.Error dbus_error, out GLib.Error client_error, E.ClientErrorsList known_errors, uint known_errors_count, GLib.Quark known_errors_domain, bool fail_when_none_matched);
		[Version (since = "3.16")]
		public async bool wait_for_connected (uint32 timeout_seconds, GLib.Cancellable? cancellable) throws GLib.Error;
		[Version (since = "3.16")]
		public bool wait_for_connected_sync (uint32 timeout_seconds, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void* capabilities { get; }
		[NoAccessorMethod]
		public GLib.MainContext main_context { owned get; }
		[NoAccessorMethod]
		public bool online { get; set; }
		[NoAccessorMethod]
		[Version (deprecated = true, deprecated_since = "3.8")]
		public virtual bool opened { get; }
		[NoAccessorMethod]
		public bool readonly { get; }
		public E.Source source { get; construct; }
		public virtual signal void backend_died ();
		public virtual signal void backend_error (string error_msg);
		public virtual signal void backend_property_changed (string prop_name, string prop_value);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", ref_function = "e_collator_ref", type_id = "e_collator_get_type ()", unref_function = "e_collator_unref")]
	[Compact]
	[Version (since = "3.12")]
	public class Collator {
		[CCode (has_construct_function = false)]
		public Collator (string locale) throws GLib.Error;
		public bool collate (string? str_a, string? str_b, out int result) throws GLib.Error;
		public string generate_key (string str) throws GLib.Error;
		public string generate_key_for_index (int index);
		public int get_index (string str);
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_index_labels (out int n_labels, out int underflow, out int inflow, out int overflow);
		[CCode (has_construct_function = false)]
		public Collator.interpret_country (string locale, out string country_code) throws GLib.Error;
		public E.Collator @ref ();
		public void unref ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_extension_get_type ()")]
	[Version (since = "3.4")]
	public abstract class Extension : GLib.Object {
		[CCode (has_construct_function = false)]
		protected Extension ();
		public unowned E.Extensible get_extensible ();
		public E.Extensible extensible { get; construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", has_type_id = false)]
	[Compact]
	[Version (since = "1.12")]
	public class Flag {
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_gdata_oauth2_authorizer_get_type ()")]
	public class GDataOAuth2Authorizer : GLib.Object {
		[CCode (has_construct_function = false)]
		[Version (since = "3.28")]
		public GDataOAuth2Authorizer (E.Source source, GLib.Type service_type);
		[Version (since = "3.28")]
		public E.NamedParameters? clone_credentials ();
		[Version (since = "3.28")]
		public GLib.Type get_service_type ();
		[Version (since = "3.28")]
		public bool is_expired ();
		[Version (since = "3.28")]
		public E.Source ref_source ();
		[Version (since = "3.28")]
		public void set_credentials (E.NamedParameters? credentials);
		[Version (since = "3.28")]
		public static bool supported ();
		public GLib.Type service_type { get; construct; }
		[NoAccessorMethod]
		public E.Source source { owned get; construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", has_type_id = false)]
	[Compact]
	public class MemChunk {
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_module_get_type ()")]
	[Version (since = "3.4")]
	public class Module : GLib.TypeModule, GLib.TypePlugin {
		[CCode (has_construct_function = false)]
		public Module (string filename);
		public unowned string get_filename ();
		public static GLib.List<weak E.Module> load_all_in_directory (string dirname);
		[Version (since = "3.16")]
		public static E.Module load_file (string filename);
		public string filename { get; construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "e_named_parameters_get_type ()")]
	[Compact]
	[Version (since = "3.8")]
	public class NamedParameters {
		[CCode (has_construct_function = false)]
		public NamedParameters ();
		public void assign (E.NamedParameters? from);
		public void clear ();
		[Version (since = "3.18")]
		public uint count ();
		[Version (since = "3.18")]
		public bool exists (global::string name);
		public void free ();
		public unowned global::string @get (global::string name);
		[Version (since = "3.18")]
		public global::string get_name (int index);
		[Version (since = "3.16")]
		public E.NamedParameters new_clone ();
		public void @set (global::string name, global::string? value);
		[CCode (has_construct_function = false)]
		[Version (since = "3.18")]
		public NamedParameters.string (global::string str);
		[CCode (has_construct_function = false)]
		public NamedParameters.strv (global::string strv);
		public bool test (global::string name, global::string value, bool case_sensitively);
		[Version (since = "3.18")]
		public global::string to_string ();
		[CCode (array_length = false, array_null_terminated = true)]
		public global::string[] to_strv ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_network_monitor_get_type ()")]
	[Version (since = "3.22")]
	public class NetworkMonitor : GLib.Object, GLib.Initable, GLib.NetworkMonitor {
		[CCode (has_construct_function = false)]
		protected NetworkMonitor ();
		public string dup_gio_name ();
		public static unowned GLib.NetworkMonitor get_default ();
		public GLib.SList<string> list_gio_names ();
		public void set_gio_name (string? gio_name);
		[NoAccessorMethod]
		public string gio_name { owned get; set; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_oauth2_service_base_get_type ()")]
	public abstract class OAuth2ServiceBase : E.Extension {
		[CCode (has_construct_function = false)]
		protected OAuth2ServiceBase ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_oauth2_service_google_get_type ()")]
	public class OAuth2ServiceGoogle : E.OAuth2ServiceBase, E.OAuth2Service {
		[CCode (has_construct_function = false)]
		protected OAuth2ServiceGoogle ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_oauth2_service_outlook_get_type ()")]
	public class OAuth2ServiceOutlook : E.OAuth2ServiceBase, E.OAuth2Service {
		[CCode (has_construct_function = false)]
		protected OAuth2ServiceOutlook ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_oauth2_services_get_type ()")]
	[Version (since = "3.28")]
	public class OAuth2Services : GLib.Object, E.Extensible {
		[CCode (has_construct_function = false)]
		public OAuth2Services ();
		public void add (E.OAuth2Service service);
		public E.OAuth2Service? find (E.Source source);
		public E.OAuth2Service? guess (string? protocol, string? hostname);
		public bool is_oauth2_alias (string? auth_method);
		public static bool is_oauth2_alias_static (string? auth_method);
		public static bool is_supported ();
		public GLib.SList<E.OAuth2Service> list ();
		public void remove (E.OAuth2Service service);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", has_type_id = false)]
	[Compact]
	[Version (since = "3.2")]
	public class OperationPool {
		public void free ();
		public void push (void* opdata);
		public void release_opid (uint32 opid);
		public uint32 reserve_opid ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_soup_auth_bearer_get_type ()")]
	[Version (since = "3.10")]
	public class SoupAuthBearer : Soup.Auth {
		[CCode (has_construct_function = false)]
		protected SoupAuthBearer ();
		[Version (since = "3.24")]
		public bool is_expired ();
		public void set_access_token (string access_token, int expires_in_seconds);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_soup_session_get_type ()")]
	[Version (since = "3.26")]
	public class SoupSession : Soup.Session {
		[CCode (has_construct_function = false)]
		public SoupSession (E.Source source);
		public bool check_result (Soup.RequestHTTP request, void* read_bytes, size_t bytes_length) throws GLib.Error;
		public E.NamedParameters? dup_credentials ();
		[Version (since = "3.28")]
		public bool get_authentication_requires_credentials ();
		public Soup.LoggerLogLevel get_log_level ();
		public unowned E.Source get_source ();
		public bool get_ssl_error_details (out string out_certificate_pem, out GLib.TlsCertificateFlags out_certificate_errors);
		public Soup.RequestHTTP new_request (string method, string uri_string) throws GLib.Error;
		public Soup.RequestHTTP new_request_uri (string method, Soup.URI uri) throws GLib.Error;
		public GLib.ByteArray send_request_simple_sync (Soup.RequestHTTP request, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public GLib.InputStream send_request_sync (Soup.RequestHTTP request, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void set_credentials (E.NamedParameters? credentials);
		public void setup_logging (string? logging_level);
		public static unowned string util_status_to_string (uint status_code, string? reason_phrase);
		[NoAccessorMethod]
		public E.NamedParameters credentials { owned get; set; }
		public E.Source source { get; construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_get_type ()")]
	[Version (since = "3.6")]
	public class Source : GLib.Object, GLib.Initable, GLib.ProxyResolver {
		[CCode (has_construct_function = false)]
		public Source (GLib.DBusObject? dbus_object, GLib.MainContext? main_context) throws GLib.Error;
		public void camel_configure_service (Camel.Service service);
		public int compare_by_display_name (E.Source source2);
		[Version (since = "3.12")]
		public async bool delete_password (GLib.Cancellable? cancellable) throws GLib.Error;
		[Version (since = "3.12")]
		public bool delete_password_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string dup_display_name ();
		public string dup_parent ();
		[Version (since = "3.12")]
		public string dup_secret_label ();
		public string dup_uid ();
		[Version (since = "3.16")]
		public void emit_credentials_required (E.SourceCredentialsReason reason, string certificate_pem, GLib.TlsCertificateFlags certificate_errors, GLib.Error? op_error);
		public bool equal (E.Source source2);
		[Version (since = "3.16")]
		public E.SourceConnectionStatus get_connection_status ();
		public unowned string get_display_name ();
		public bool get_enabled ();
		public unowned E.SourceExtension get_extension (string extension_name);
		[Version (since = "3.16")]
		public async bool get_last_credentials_required_arguments (GLib.Cancellable? cancellable, out E.SourceCredentialsReason out_reason, out string out_certificate_pem, out GLib.TlsCertificateFlags out_certificate_errors, out GLib.Error out_op_error) throws GLib.Error;
		[Version (since = "3.16")]
		public bool get_last_credentials_required_arguments_sync (out E.SourceCredentialsReason out_reason, out string out_certificate_pem, out GLib.TlsCertificateFlags out_certificate_errors, out GLib.Error out_op_error, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.8")]
		public virtual async bool get_oauth2_access_token (GLib.Cancellable? cancellable, out string out_access_token, out int out_expires_in) throws GLib.Error;
		[Version (since = "3.8")]
		public virtual bool get_oauth2_access_token_sync (GLib.Cancellable? cancellable, out string out_access_token, out int out_expires_in) throws GLib.Error;
		public unowned string get_parent ();
		public bool get_remote_creatable ();
		public bool get_remote_deletable ();
		public bool get_removable ();
		public unowned string get_uid ();
		public bool get_writable ();
		public bool has_extension (string extension_name);
		public uint hash ();
		[Version (since = "3.16")]
		public async bool invoke_authenticate (E.NamedParameters? credentials, GLib.Cancellable? cancellable) throws GLib.Error;
		[NoWrapper]
		public virtual bool invoke_authenticate_impl (void* dbus_source, string arg_credentials, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.16")]
		public bool invoke_authenticate_sync (E.NamedParameters? credentials, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.16")]
		public async bool invoke_credentials_required (E.SourceCredentialsReason reason, string certificate_pem, GLib.TlsCertificateFlags certificate_errors, GLib.Error? op_error, GLib.Cancellable? cancellable) throws GLib.Error;
		[NoWrapper]
		public virtual bool invoke_credentials_required_impl (void* dbus_source, string arg_reason, string arg_certificate_pem, string arg_certificate_errors, string arg_dbus_error_name, string arg_dbus_error_message, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.16")]
		public bool invoke_credentials_required_sync (E.SourceCredentialsReason reason, string certificate_pem, GLib.TlsCertificateFlags certificate_errors, GLib.Error? op_error, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.12")]
		public async bool lookup_password (GLib.Cancellable? cancellable, out string out_password) throws GLib.Error;
		[Version (since = "3.12")]
		public bool lookup_password_sync (GLib.Cancellable? cancellable, out string out_password) throws GLib.Error;
		public async bool mail_signature_load (int io_priority, GLib.Cancellable? cancellable, out string contents, out size_t length) throws GLib.Error;
		public bool mail_signature_load_sync (out string contents, out size_t length, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool mail_signature_replace (string contents, size_t length, int io_priority, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool mail_signature_replace_sync (string contents, size_t length, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool mail_signature_symlink (string symlink_target, int io_priority, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool mail_signature_symlink_sync (string symlink_target, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public static string parameter_to_key (string param_name);
		[CCode (array_length = false, array_null_terminated = true)]
		[Version (since = "3.12")]
		public async string[] proxy_lookup (string uri, GLib.Cancellable? cancellable) throws GLib.Error;
		[CCode (array_length = false, array_null_terminated = true)]
		[Version (since = "3.12")]
		public string[] proxy_lookup_sync (string uri, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public GLib.DBusObject ref_dbus_object ();
		public GLib.MainContext ref_main_context ();
		public uint refresh_add_timeout (GLib.MainContext? context, owned E.SourceRefreshFunc callback);
		public void refresh_force_timeout ();
		public bool refresh_remove_timeout (uint refresh_timeout_id);
		public uint refresh_remove_timeouts_by_data (void* user_data);
		public virtual async bool remote_create (E.Source scratch_source, GLib.Cancellable? cancellable) throws GLib.Error;
		public virtual bool remote_create_sync (E.Source scratch_source, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public virtual async bool remote_delete (GLib.Cancellable? cancellable) throws GLib.Error;
		public virtual bool remote_delete_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public virtual async bool remove (GLib.Cancellable? cancellable) throws GLib.Error;
		public virtual bool remove_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.16")]
		public void set_connection_status (E.SourceConnectionStatus connection_status);
		public void set_display_name (string display_name);
		public void set_enabled (bool enabled);
		public void set_parent (string? parent);
		[Version (since = "3.12")]
		public async bool store_password (string password, bool permanently, GLib.Cancellable? cancellable) throws GLib.Error;
		[Version (since = "3.12")]
		public bool store_password_sync (string password, bool permanently, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public string to_string (size_t? length);
		[Version (since = "3.18")]
		public async bool unset_last_credentials_required_arguments (GLib.Cancellable? cancellable) throws GLib.Error;
		[NoWrapper]
		public virtual bool unset_last_credentials_required_arguments_impl (GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.18")]
		public bool unset_last_credentials_required_arguments_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		[CCode (has_construct_function = false)]
		public Source.with_uid (string uid, GLib.MainContext? main_context) throws GLib.Error;
		public virtual async bool write (GLib.Cancellable? cancellable) throws GLib.Error;
		public virtual bool write_sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		public E.SourceConnectionStatus connection_status { get; }
		public string display_name { get; set construct; }
		public bool enabled { get; set construct; }
		[NoAccessorMethod]
		public GLib.MainContext main_context { owned get; construct; }
		public string parent { get; set; }
		public bool remote_creatable { get; }
		public bool remote_deletable { get; }
		public bool removable { get; }
		public string uid { get; construct; }
		public bool writable { get; }
		public virtual signal void authenticate (E.NamedParameters credentials);
		[HasEmitter]
		public virtual signal void changed ();
		public virtual signal void credentials_required (E.SourceCredentialsReason reason, string certificate_pem, GLib.TlsCertificateFlags certificate_errors, GLib.Error op_error);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_address_book_get_type ()")]
	[Version (since = "3.6")]
	public class SourceAddressBook : E.SourceBackend {
		[CCode (has_construct_function = false)]
		protected SourceAddressBook ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_alarms_get_type ()")]
	[Version (since = "3.6")]
	public class SourceAlarms : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceAlarms ();
		public string? dup_last_notified ();
		public bool get_include_me ();
		public unowned string? get_last_notified ();
		public void set_include_me (bool include_me);
		public void set_last_notified (string? last_notified);
		public bool include_me { get; set construct; }
		public string last_notified { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_authentication_get_type ()")]
	[Version (since = "3.6")]
	public class SourceAuthentication : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceAuthentication ();
		[Version (since = "3.16")]
		public string dup_credential_name ();
		public string dup_host ();
		public string dup_method ();
		[Version (since = "3.12")]
		public string dup_proxy_uid ();
		public string dup_user ();
		[Version (since = "3.16")]
		public unowned string get_credential_name ();
		public unowned string get_host ();
		public unowned string get_method ();
		public uint16 get_port ();
		[Version (since = "3.12")]
		public unowned string get_proxy_uid ();
		[Version (since = "3.10")]
		public bool get_remember_password ();
		public unowned string get_user ();
		[Version (since = "3.8")]
		public GLib.SocketConnectable ref_connectable ();
		public bool required ();
		[Version (since = "3.16")]
		public void set_credential_name (string? credential_name);
		public void set_host (string? host);
		public void set_method (string? method);
		public void set_port (uint16 port);
		[Version (since = "3.12")]
		public void set_proxy_uid (string proxy_uid);
		[Version (since = "3.10")]
		public void set_remember_password (bool remember_password);
		public void set_user (string? user);
		[NoAccessorMethod]
		public GLib.SocketConnectable connectable { owned get; }
		public string credential_name { get; set construct; }
		public string host { get; set construct; }
		public string method { get; set construct; }
		public uint port { get; set construct; }
		public string proxy_uid { get; set construct; }
		public bool remember_password { get; set construct; }
		public string user { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_autocomplete_get_type ()")]
	[Version (since = "3.6")]
	public class SourceAutocomplete : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceAutocomplete ();
		public bool get_include_me ();
		public void set_include_me (bool include_me);
		public bool include_me { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_autoconfig_get_type ()")]
	[Version (since = "3.24")]
	public class SourceAutoconfig : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceAutoconfig ();
		public string dup_revision ();
		public unowned string get_revision ();
		public void set_revision (string revision);
		public string revision { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_backend_get_type ()")]
	[Version (since = "3.6")]
	public abstract class SourceBackend : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceBackend ();
		public string dup_backend_name ();
		public unowned string get_backend_name ();
		public void set_backend_name (string? backend_name);
		public string backend_name { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_calendar_get_type ()")]
	[Version (since = "3.6")]
	public class SourceCalendar : E.SourceSelectable {
		[CCode (has_construct_function = false)]
		protected SourceCalendar ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_camel_get_type ()")]
	[Version (since = "3.6")]
	public abstract class SourceCamel : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceCamel ();
		public static GLib.Type generate_subtype (string protocol, GLib.Type settings_type);
		public static unowned string get_extension_name (string protocol);
		public unowned Camel.Settings get_settings ();
		public static unowned string get_type_name (string protocol);
		public static void register_types ();
		public Camel.Settings settings { get; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_collection_get_type ()")]
	[Version (since = "3.6")]
	public class SourceCollection : E.SourceBackend {
		[CCode (has_construct_function = false)]
		protected SourceCollection ();
		[Version (since = "3.26")]
		public string dup_calendar_url ();
		[Version (since = "3.26")]
		public string dup_contacts_url ();
		public string dup_identity ();
		public bool get_calendar_enabled ();
		[Version (since = "3.26")]
		public unowned string? get_calendar_url ();
		public bool get_contacts_enabled ();
		[Version (since = "3.26")]
		public unowned string? get_contacts_url ();
		public unowned string get_identity ();
		public bool get_mail_enabled ();
		public void set_calendar_enabled (bool calendar_enabled);
		[Version (since = "3.26")]
		public void set_calendar_url (string? calendar_url);
		public void set_contacts_enabled (bool contacts_enabled);
		[Version (since = "3.26")]
		public void set_contacts_url (string? contacts_url);
		public void set_identity (string? identity);
		public void set_mail_enabled (bool mail_enabled);
		public bool calendar_enabled { get; set construct; }
		public string calendar_url { get; set construct; }
		public bool contacts_enabled { get; set construct; }
		public string contacts_url { get; set construct; }
		public string identity { get; set construct; }
		public bool mail_enabled { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_contacts_get_type ()")]
	public class SourceContacts : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceContacts ();
		public bool get_include_me ();
		public void set_include_me (bool include_me);
		public bool include_me { get; set; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_credentials_provider_get_type ()")]
	[Version (since = "3.16")]
	public class SourceCredentialsProvider : GLib.Object, E.Extensible {
		[CCode (has_construct_function = false)]
		public SourceCredentialsProvider (E.SourceRegistry registry);
		public bool can_prompt (E.Source source);
		public bool can_store (E.Source source);
		public async bool @delete (E.Source source, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool delete_sync (E.Source source, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool lookup (E.Source source, GLib.Cancellable? cancellable, out E.NamedParameters out_credentials) throws GLib.Error;
		public bool lookup_sync (E.Source source, GLib.Cancellable? cancellable, out E.NamedParameters out_credentials) throws GLib.Error;
		public E.Source ref_credentials_source (E.Source source);
		public GLib.Object ref_registry ();
		public virtual E.Source ref_source (string uid);
		public bool register_impl (E.SourceCredentialsProviderImpl provider_impl);
		public async bool store (E.Source source, E.NamedParameters credentials, bool permanently, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool store_sync (E.Source source, E.NamedParameters credentials, bool permanently, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void unregister_impl (E.SourceCredentialsProviderImpl provider_impl);
		[NoAccessorMethod]
		public GLib.Object registry { owned get; construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_credentials_provider_impl_get_type ()")]
	[Version (since = "3.16")]
	public abstract class SourceCredentialsProviderImpl : E.Extension {
		[CCode (has_construct_function = false)]
		protected SourceCredentialsProviderImpl ();
		public virtual bool can_process (E.Source source);
		public virtual bool can_prompt ();
		public virtual bool can_store ();
		public virtual bool delete_sync (E.Source source, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void* get_provider ();
		public virtual bool lookup_sync (E.Source source, GLib.Cancellable? cancellable, out E.NamedParameters out_credentials) throws GLib.Error;
		public virtual bool store_sync (E.Source source, E.NamedParameters credentials, bool permanently, GLib.Cancellable? cancellable = null) throws GLib.Error;
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_credentials_provider_impl_oauth2_get_type ()")]
	[Version (since = "3.28")]
	public class SourceCredentialsProviderImplOAuth2 : E.SourceCredentialsProviderImpl {
		[CCode (has_construct_function = false)]
		protected SourceCredentialsProviderImplOAuth2 ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_credentials_provider_impl_password_get_type ()")]
	[Version (since = "3.16")]
	public class SourceCredentialsProviderImplPassword : E.SourceCredentialsProviderImpl {
		[CCode (has_construct_function = false)]
		protected SourceCredentialsProviderImplPassword ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_extension_get_type ()")]
	[Version (since = "3.6")]
	public abstract class SourceExtension : GLib.Object {
		[CCode (has_construct_function = false)]
		protected SourceExtension ();
		[Version (deprecated = true, deprecated_since = "3.8", since = "3.6")]
		public unowned E.Source get_source ();
		[Version (since = "3.18")]
		public void property_lock ();
		[Version (since = "3.18")]
		public void property_unlock ();
		[Version (since = "3.8")]
		public E.Source ref_source ();
		public E.Source source { get; construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_goa_get_type ()")]
	[Version (since = "3.6")]
	public class SourceGoa : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceGoa ();
		public string dup_account_id ();
		[Version (since = "3.24")]
		public string dup_address ();
		[Version (since = "3.8")]
		public string dup_calendar_url ();
		[Version (since = "3.8")]
		public string dup_contacts_url ();
		[Version (since = "3.24")]
		public string dup_name ();
		public unowned string get_account_id ();
		[Version (since = "3.24")]
		public unowned string get_address ();
		[Version (since = "3.8")]
		public unowned string get_calendar_url ();
		[Version (since = "3.8")]
		public unowned string get_contacts_url ();
		[Version (since = "3.24")]
		public unowned string get_name ();
		public void set_account_id (string? account_id);
		[Version (since = "3.24")]
		public void set_address (string? address);
		[Version (since = "3.8")]
		public void set_calendar_url (string? calendar_url);
		[Version (since = "3.8")]
		public void set_contacts_url (string? contacts_url);
		[Version (since = "3.24")]
		public void set_name (string? name);
		public string account_id { get; set construct; }
		public string address { get; set construct; }
		public string calendar_url { get; set construct; }
		public string contacts_url { get; set construct; }
		public string name { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_ldap_get_type ()")]
	public class SourceLDAP : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceLDAP ();
		public string dup_filter ();
		public string dup_root_dn ();
		public E.SourceLDAPAuthentication get_authentication ();
		public bool get_can_browse ();
		public unowned string get_filter ();
		public uint get_limit ();
		public unowned string get_root_dn ();
		public E.SourceLDAPScope get_scope ();
		public E.SourceLDAPSecurity get_security ();
		public void set_authentication (E.SourceLDAPAuthentication authentication);
		public void set_can_browse (bool can_browse);
		public void set_filter (string filter);
		public void set_limit (uint limit);
		public void set_root_dn (string root_dn);
		public void set_scope (E.SourceLDAPScope scope);
		public void set_security (E.SourceLDAPSecurity security);
		public E.SourceLDAPAuthentication authentication { get; set; }
		public bool can_browse { get; set construct; }
		public string filter { get; set construct; }
		public uint limit { get; set construct; }
		public string root_dn { get; set construct; }
		public E.SourceLDAPScope scope { get; set construct; }
		public E.SourceLDAPSecurity security { get; set; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_local_get_type ()")]
	public class SourceLocal : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceLocal ();
		public GLib.File dup_custom_file ();
		public unowned GLib.File get_custom_file ();
		public void set_custom_file (GLib.File custom_file);
		public GLib.File custom_file { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_mdn_get_type ()")]
	[Version (since = "3.6")]
	public class SourceMDN : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceMDN ();
		public E.MdnResponsePolicy get_response_policy ();
		public void set_response_policy (E.MdnResponsePolicy response_policy);
		public E.MdnResponsePolicy response_policy { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_mail_account_get_type ()")]
	[Version (since = "3.6")]
	public class SourceMailAccount : E.SourceBackend {
		[CCode (has_construct_function = false)]
		protected SourceMailAccount ();
		[Version (since = "3.16")]
		public string dup_archive_folder ();
		public string dup_identity_uid ();
		[Version (since = "3.16")]
		public unowned string get_archive_folder ();
		public unowned string get_identity_uid ();
		[Version (since = "3.20")]
		public bool get_needs_initial_setup ();
		[Version (since = "3.16")]
		public void set_archive_folder (string? archive_folder);
		public void set_identity_uid (string? identity_uid);
		[Version (since = "3.20")]
		public void set_needs_initial_setup (bool needs_initial_setup);
		public string archive_folder { get; set construct; }
		public string identity_uid { get; set construct; }
		public bool needs_initial_setup { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_mail_composition_get_type ()")]
	[Version (since = "3.6")]
	public class SourceMailComposition : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceMailComposition ();
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] dup_bcc ();
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] dup_cc ();
		public string dup_drafts_folder ();
		public string dup_templates_folder ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_bcc ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_cc ();
		public unowned string get_drafts_folder ();
		[Version (since = "3.20")]
		public E.SourceMailCompositionReplyStyle get_reply_style ();
		public bool get_sign_imip ();
		[Version (since = "3.26")]
		public E.ThreeState get_start_bottom ();
		public unowned string get_templates_folder ();
		[Version (since = "3.26")]
		public E.ThreeState get_top_signature ();
		public void set_bcc ([CCode (array_length = false, array_null_terminated = true)] string[] bcc);
		public void set_cc ([CCode (array_length = false, array_null_terminated = true)] string[] cc);
		public void set_drafts_folder (string? drafts_folder);
		[Version (since = "3.20")]
		public void set_reply_style (E.SourceMailCompositionReplyStyle reply_style);
		public void set_sign_imip (bool sign_imip);
		[Version (since = "3.26")]
		public void set_start_bottom (E.ThreeState start_bottom);
		public void set_templates_folder (string? templates_folder);
		[Version (since = "3.26")]
		public void set_top_signature (E.ThreeState top_signature);
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] bcc { get; set construct; }
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] cc { get; set construct; }
		public string drafts_folder { get; set construct; }
		public E.SourceMailCompositionReplyStyle reply_style { get; set construct; }
		public bool sign_imip { get; set construct; }
		public E.ThreeState start_bottom { get; set construct; }
		public string templates_folder { get; set construct; }
		public E.ThreeState top_signature { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_mail_identity_get_type ()")]
	[Version (since = "3.6")]
	public class SourceMailIdentity : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceMailIdentity ();
		public string dup_address ();
		[Version (since = "3.24")]
		public string dup_aliases ();
		public string dup_name ();
		public string dup_organization ();
		public string dup_reply_to ();
		public string dup_signature_uid ();
		public unowned string get_address ();
		[Version (since = "3.24")]
		public unowned string get_aliases ();
		[Version (since = "3.24")]
		public GLib.HashTable<string,string>? get_aliases_as_hash_table ();
		public unowned string get_name ();
		public unowned string get_organization ();
		public unowned string get_reply_to ();
		public unowned string get_signature_uid ();
		public void set_address (string? address);
		[Version (since = "3.24")]
		public void set_aliases (string? aliases);
		public void set_name (string? name);
		public void set_organization (string? organization);
		public void set_reply_to (string? reply_to);
		public void set_signature_uid (string? signature_uid);
		public string address { get; set construct; }
		public string aliases { get; set construct; }
		public string name { get; set construct; }
		public string organization { get; set construct; }
		public string reply_to { get; set construct; }
		public string signature_uid { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_mail_signature_get_type ()")]
	[Version (since = "3.6")]
	public class SourceMailSignature : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceMailSignature ();
		public string? dup_mime_type ();
		public unowned GLib.File get_file ();
		public unowned string? get_mime_type ();
		public void set_mime_type (string? mime_type);
		public GLib.File file { get; }
		public string mime_type { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_mail_submission_get_type ()")]
	[Version (since = "3.6")]
	public class SourceMailSubmission : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceMailSubmission ();
		public string dup_sent_folder ();
		public string dup_transport_uid ();
		[Version (since = "3.8")]
		public bool get_replies_to_origin_folder ();
		public unowned string get_sent_folder ();
		public unowned string get_transport_uid ();
		[Version (since = "3.26")]
		public bool get_use_sent_folder ();
		[Version (since = "3.8")]
		public void set_replies_to_origin_folder (bool replies_to_origin_folder);
		public void set_sent_folder (string? sent_folder);
		public void set_transport_uid (string? transport_uid);
		[Version (since = "3.26")]
		public void set_use_sent_folder (bool use_sent_folder);
		public bool replies_to_origin_folder { get; set construct; }
		public string sent_folder { get; set construct; }
		public string transport_uid { get; set construct; }
		public bool use_sent_folder { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_mail_transport_get_type ()")]
	[Version (since = "3.6")]
	public class SourceMailTransport : E.SourceBackend {
		[CCode (has_construct_function = false)]
		protected SourceMailTransport ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_memo_list_get_type ()")]
	[Version (since = "3.6")]
	public class SourceMemoList : E.SourceSelectable {
		[CCode (has_construct_function = false)]
		protected SourceMemoList ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_offline_get_type ()")]
	[Version (since = "3.6")]
	public class SourceOffline : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceOffline ();
		public bool get_stay_synchronized ();
		public void set_stay_synchronized (bool stay_synchronized);
		public bool stay_synchronized { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", lower_case_csuffix = "source_openpgp", type_id = "e_source_openpgp_get_type ()")]
	[Version (since = "3.6")]
	public class SourceOpenPGP : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceOpenPGP ();
		public string dup_key_id ();
		public string dup_signing_algorithm ();
		public bool get_always_trust ();
		[Version (since = "3.18")]
		public bool get_encrypt_by_default ();
		public bool get_encrypt_to_self ();
		public unowned string get_key_id ();
		[Version (since = "3.20")]
		public bool get_prefer_inline ();
		public bool get_sign_by_default ();
		public unowned string get_signing_algorithm ();
		public void set_always_trust (bool always_trust);
		[Version (since = "3.18")]
		public void set_encrypt_by_default (bool encrypt_by_default);
		public void set_encrypt_to_self (bool encrypt_to_self);
		public void set_key_id (string key_id);
		[Version (since = "3.20")]
		public void set_prefer_inline (bool prefer_inline);
		public void set_sign_by_default (bool sign_by_default);
		public void set_signing_algorithm (string signing_algorithm);
		public bool always_trust { get; set construct; }
		public bool encrypt_by_default { get; set construct; }
		public bool encrypt_to_self { get; set construct; }
		public string key_id { get; set construct; }
		public bool prefer_inline { get; set construct; }
		public bool sign_by_default { get; set construct; }
		public string signing_algorithm { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_proxy_get_type ()")]
	[Version (since = "3.12")]
	public class SourceProxy : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceProxy ();
		public string dup_autoconfig_url ();
		public string dup_ftp_host ();
		public string dup_http_auth_password ();
		public string dup_http_auth_user ();
		public string dup_http_host ();
		public string dup_https_host ();
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] dup_ignore_hosts ();
		public string dup_socks_host ();
		public unowned string get_autoconfig_url ();
		public unowned string get_ftp_host ();
		public uint16 get_ftp_port ();
		public unowned string get_http_auth_password ();
		public unowned string get_http_auth_user ();
		public unowned string get_http_host ();
		public uint16 get_http_port ();
		public bool get_http_use_auth ();
		public unowned string get_https_host ();
		public uint16 get_https_port ();
		[CCode (array_length = false, array_null_terminated = true)]
		public unowned string[] get_ignore_hosts ();
		public E.ProxyMethod get_method ();
		public unowned string get_socks_host ();
		public uint16 get_socks_port ();
		public void set_autoconfig_url (string autoconfig_url);
		public void set_ftp_host (string ftp_host);
		public void set_ftp_port (uint16 ftp_port);
		public void set_http_auth_password (string http_auth_password);
		public void set_http_auth_user (string http_auth_user);
		public void set_http_host (string http_host);
		public void set_http_port (uint16 http_port);
		public void set_http_use_auth (bool http_use_auth);
		public void set_https_host (string https_host);
		public void set_https_port (uint16 https_port);
		public void set_ignore_hosts (string ignore_hosts);
		public void set_method (E.ProxyMethod method);
		public void set_socks_host (string socks_host);
		public void set_socks_port (uint16 socks_port);
		public string autoconfig_url { get; set construct; }
		public string ftp_host { get; set construct; }
		public uint ftp_port { get; set construct; }
		public string http_auth_password { get; set construct; }
		public string http_auth_user { get; set construct; }
		public string http_host { get; set construct; }
		public uint http_port { get; set construct; }
		public bool http_use_auth { get; set construct; }
		public string https_host { get; set construct; }
		public uint https_port { get; set construct; }
		[CCode (array_length = false, array_null_terminated = true)]
		public string[] ignore_hosts { get; set construct; }
		public E.ProxyMethod method { get; set construct; }
		public string socks_host { get; set construct; }
		public uint socks_port { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_refresh_get_type ()")]
	[Version (since = "3.6")]
	public class SourceRefresh : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceRefresh ();
		public bool get_enabled ();
		public uint get_interval_minutes ();
		public void set_enabled (bool enabled);
		public void set_interval_minutes (uint interval_minutes);
		public bool enabled { get; set construct; }
		public uint interval_minutes { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_registry_get_type ()")]
	[Version (since = "3.6")]
	public class SourceRegistry : GLib.Object, GLib.AsyncInitable, GLib.Initable {
		[CCode (cname = "e_source_registry_new", has_construct_function = false)]
		public async SourceRegistry (GLib.Cancellable? cancellable) throws GLib.Error;
		[Version (since = "3.8")]
		public bool check_enabled (E.Source source);
		public async bool commit_source (E.Source source, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool commit_source_sync (E.Source source, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public async bool create_sources (GLib.List<E.Source> list_of_sources, GLib.Cancellable? cancellable) throws GLib.Error;
		public bool create_sources_sync (GLib.List<E.Source> list_of_sources, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public void debug_dump (string? extension_name);
		[Version (since = "3.16")]
		public static bool debug_enabled ();
		[Version (since = "3.8")]
		public string dup_unique_display_name (E.Source source, string? extension_name);
		public E.Source find_extension (E.Source source, string extension_name);
		public static void free_display_tree (GLib.Node display_tree);
		[Version (since = "3.28")]
		public unowned E.OAuth2Services get_oauth2_services ();
		[Version (since = "3.10")]
		public GLib.List<E.Source> list_enabled (string? extension_name);
		public GLib.List<E.Source> list_sources (string? extension_name);
		public E.Source ref_builtin_address_book ();
		public E.Source ref_builtin_calendar ();
		public E.Source ref_builtin_mail_account ();
		public E.Source ref_builtin_memo_list ();
		[Version (since = "3.12")]
		public E.Source ref_builtin_proxy ();
		public E.Source ref_builtin_task_list ();
		public E.Source ref_default_address_book ();
		public E.Source ref_default_calendar ();
		public E.Source ref_default_for_extension_name (string extension_name);
		public E.Source ref_default_mail_account ();
		public E.Source ref_default_mail_identity ();
		public E.Source ref_default_memo_list ();
		public E.Source ref_default_task_list ();
		public E.Source ref_source (string uid);
		public void set_default_address_book (E.Source? default_source);
		public void set_default_calendar (E.Source? default_source);
		public void set_default_for_extension_name (string extension_name, E.Source? default_source);
		public void set_default_mail_account (E.Source? default_source);
		public void set_default_mail_identity (E.Source? default_source);
		public void set_default_memo_list (E.Source? default_source);
		public void set_default_task_list (E.Source? default_source);
		[CCode (has_construct_function = false)]
		public SourceRegistry.sync (GLib.Cancellable? cancellable = null) throws GLib.Error;
		[NoAccessorMethod]
		public E.Source default_address_book { owned get; set; }
		[NoAccessorMethod]
		public E.Source default_calendar { owned get; set; }
		[NoAccessorMethod]
		public E.Source default_mail_account { owned get; set; }
		[NoAccessorMethod]
		public E.Source default_mail_identity { owned get; set; }
		[NoAccessorMethod]
		public E.Source default_memo_list { owned get; set; }
		[NoAccessorMethod]
		public E.Source default_task_list { owned get; set; }
		public virtual signal void credentials_required (E.Source source, E.SourceCredentialsReason reason, string certificate_pem, GLib.TlsCertificateFlags certificate_errors, GLib.Error op_error);
		public virtual signal void source_added (E.Source source);
		public virtual signal void source_changed (E.Source source);
		public virtual signal void source_disabled (E.Source source);
		public virtual signal void source_enabled (E.Source source);
		public virtual signal void source_removed (E.Source source);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_registry_watcher_get_type ()")]
	public class SourceRegistryWatcher : GLib.Object {
		[CCode (has_construct_function = false)]
		[Version (since = "3.26")]
		public SourceRegistryWatcher (E.SourceRegistry registry, string? extension_name);
		[Version (since = "3.26")]
		public unowned string? get_extension_name ();
		[Version (since = "3.26")]
		public unowned E.SourceRegistry get_registry ();
		[Version (since = "3.26")]
		public void reclaim ();
		[Version (since = "3.26")]
		public string extension_name { get; construct; }
		[Version (since = "3.26")]
		public E.SourceRegistry registry { get; construct; }
		[Version (since = "3.26")]
		public virtual signal void appeared (E.Source source);
		[Version (since = "3.26")]
		public virtual signal void disappeared (E.Source source);
		[Version (since = "3.26")]
		public virtual signal bool filter (E.Source source);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_resource_get_type ()")]
	[Version (since = "3.6")]
	public class SourceResource : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceResource ();
		public string dup_identity ();
		public unowned string get_identity ();
		public void set_identity (string? identity);
		public string identity { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_revision_guards_get_type ()")]
	[Version (since = "3.8")]
	public class SourceRevisionGuards : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceRevisionGuards ();
		public bool get_enabled ();
		public void set_enabled (bool enabled);
		public bool enabled { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_smime_get_type ()")]
	[Version (since = "3.6")]
	public class SourceSMIME : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceSMIME ();
		public string dup_encryption_certificate ();
		public string dup_signing_algorithm ();
		public string dup_signing_certificate ();
		public bool get_encrypt_by_default ();
		public bool get_encrypt_to_self ();
		public unowned string get_encryption_certificate ();
		public bool get_sign_by_default ();
		public unowned string get_signing_algorithm ();
		public unowned string get_signing_certificate ();
		public void set_encrypt_by_default (bool encrypt_by_default);
		public void set_encrypt_to_self (bool encrypt_to_self);
		public void set_encryption_certificate (string? encryption_certificate);
		public void set_sign_by_default (bool sign_by_default);
		public void set_signing_algorithm (string? signing_algorithm);
		public void set_signing_certificate (string? signing_certificate);
		public bool encrypt_by_default { get; set construct; }
		public bool encrypt_to_self { get; set construct; }
		public string encryption_certificate { get; set construct; }
		public bool sign_by_default { get; set construct; }
		public string signing_algorithm { get; set construct; }
		public string signing_certificate { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_security_get_type ()")]
	[Version (since = "3.6")]
	public class SourceSecurity : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceSecurity ();
		public string dup_method ();
		public unowned string get_method ();
		public bool get_secure ();
		public void set_method (string? method);
		public void set_secure (bool secure);
		public string method { get; set construct; }
		public bool secure { get; set; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_selectable_get_type ()")]
	[Version (since = "3.6")]
	public abstract class SourceSelectable : E.SourceBackend {
		[CCode (has_construct_function = false)]
		protected SourceSelectable ();
		public string dup_color ();
		public unowned string get_color ();
		public bool get_selected ();
		public void set_color (string? color);
		public void set_selected (bool selected);
		public string color { get; set construct; }
		public bool selected { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_task_list_get_type ()")]
	[Version (since = "3.6")]
	public class SourceTaskList : E.SourceSelectable {
		[CCode (has_construct_function = false)]
		protected SourceTaskList ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_uoa_get_type ()")]
	[Version (since = "3.8")]
	public class SourceUoa : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceUoa ();
		public uint get_account_id ();
		public void set_account_id (uint account_id);
		public uint account_id { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_weather_get_type ()")]
	public class SourceWeather : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceWeather ();
		public string dup_location ();
		public unowned string get_location ();
		public E.SourceWeatherUnits get_units ();
		public void set_location (string location);
		public void set_units (E.SourceWeatherUnits units);
		public string location { get; set construct; }
		public E.SourceWeatherUnits units { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_source_webdav_get_type ()")]
	[Version (since = "3.6")]
	public class SourceWebdav : E.SourceExtension {
		[CCode (has_construct_function = false)]
		protected SourceWebdav ();
		public string dup_display_name ();
		public string dup_email_address ();
		public string dup_resource_path ();
		public string dup_resource_query ();
		public Soup.URI dup_soup_uri ();
		[Version (since = "3.8")]
		public string dup_ssl_trust ();
		public bool get_avoid_ifmatch ();
		public bool get_calendar_auto_schedule ();
		public unowned string get_display_name ();
		public unowned string get_email_address ();
		public unowned string get_resource_path ();
		public unowned string get_resource_query ();
		[Version (since = "3.8")]
		public unowned string get_ssl_trust ();
		public void set_avoid_ifmatch (bool avoid_ifmatch);
		public void set_calendar_auto_schedule (bool calendar_auto_schedule);
		public void set_display_name (string? display_name);
		public void set_email_address (string? email_address);
		public void set_resource_path (string? resource_path);
		public void set_resource_query (string? resource_query);
		public void set_soup_uri (Soup.URI soup_uri);
		[Version (since = "3.8")]
		public void set_ssl_trust (string? ssl_trust);
		[Version (since = "3.8")]
		public void unset_temporary_ssl_trust ();
		[Version (since = "3.16")]
		public void update_ssl_trust (string host, GLib.TlsCertificate cert, E.TrustPromptResponse response);
		public E.TrustPromptResponse verify_ssl_trust (string host, GLib.TlsCertificate cert, GLib.TlsCertificateFlags cert_errors);
		public bool avoid_ifmatch { get; set construct; }
		public bool calendar_auto_schedule { get; set construct; }
		public string display_name { get; set construct; }
		public string email_address { get; set construct; }
		public string resource_path { get; set construct; }
		public string resource_query { get; set construct; }
		[NoAccessorMethod]
		public Soup.URI soup_uri { owned get; set; }
		public string ssl_trust { get; set construct; }
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", lower_case_csuffix = "webdav_access_control_entry", type_id = "e_webdav_access_control_entry_get_type ()")]
	[Compact]
	public class WebDAVAccessControlEntry {
		public uint32 flags;
		public weak string inherited_href;
		public weak string principal_href;
		public E.WebDAVACEPrincipalKind principal_kind;
		public weak GLib.SList<void*> privileges;
		[CCode (has_construct_function = false)]
		[Version (since = "3.26")]
		public WebDAVAccessControlEntry (E.WebDAVACEPrincipalKind principal_kind, string? principal_href, uint32 flags, string? inherited_href);
		[Version (since = "3.26")]
		public void append_privilege (owned E.WebDAVPrivilege privilege);
		[Version (since = "3.26")]
		public E.WebDAVAccessControlEntry copy ();
		[Version (since = "3.26")]
		public static void free (void* ptr);
		[Version (since = "3.26")]
		public unowned GLib.SList<E.WebDAVPrivilege> get_privileges ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", lower_case_csuffix = "webdav_privilege", type_id = "e_webdav_privilege_get_type ()")]
	[Compact]
	public class WebDAVPrivilege {
		public weak string description;
		public E.WebDAVPrivilegeHint hint;
		public E.WebDAVPrivilegeKind kind;
		public weak string name;
		public weak string ns_uri;
		[CCode (has_construct_function = false)]
		[Version (since = "3.26")]
		public WebDAVPrivilege (string? ns_uri, string? name, string? description, E.WebDAVPrivilegeKind kind, E.WebDAVPrivilegeHint hint);
		[Version (since = "3.26")]
		public E.WebDAVPrivilege copy ();
		[Version (since = "3.26")]
		public static void free (void* ptr);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", lower_case_csuffix = "webdav_property_change", type_id = "e_webdav_property_change_get_type ()")]
	[Compact]
	public class WebDAVPropertyChange {
		public E.WebDAVPropertyChangeKind kind;
		public weak string name;
		public weak string ns_uri;
		public weak string value;
		[Version (since = "3.26")]
		public E.WebDAVPropertyChange copy ();
		[Version (since = "3.26")]
		public static void free (void* ptr);
		[CCode (has_construct_function = false)]
		[Version (since = "3.26")]
		public WebDAVPropertyChange.remove (string ns_uri, string name);
		[CCode (has_construct_function = false)]
		[Version (since = "3.26")]
		public WebDAVPropertyChange.@set (string ns_uri, string name, string? value);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", lower_case_csuffix = "webdav_resource", type_id = "e_webdav_resource_get_type ()")]
	[Compact]
	public class WebDAVResource {
		public weak string color;
		public size_t content_length;
		public weak string content_type;
		public long creation_date;
		public weak string description;
		public weak string display_name;
		public weak string etag;
		public weak string href;
		public E.WebDAVResourceKind kind;
		public long last_modified;
		public uint32 supports;
		[CCode (has_construct_function = false)]
		[Version (since = "3.26")]
		public WebDAVResource (E.WebDAVResourceKind kind, uint32 supports, string href, string? etag, string? display_name, string? content_type, size_t content_length, long creation_date, long last_modified, string? description, string? color);
		[Version (since = "3.26")]
		public E.WebDAVResource copy ();
		[Version (since = "3.26")]
		public static void free (void* ptr);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", lower_case_csuffix = "webdav_session", type_id = "e_webdav_session_get_type ()")]
	[Version (since = "3.26")]
	public class WebDAVSession : E.SoupSession {
		[CCode (has_construct_function = false)]
		public WebDAVSession (E.Source source);
		public bool acl_sync (string? uri, E.XmlDocument xml, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool copy_sync (string source_uri, string destination_uri, string depth, bool can_overwrite, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool delete_sync (string uri, string? depth, string? etag, GLib.Cancellable? cancellable = null) throws GLib.Error;
		[Version (since = "3.24")]
		public string ensure_full_uri (Soup.URI? request_uri, string href);
		public bool get_acl_restrictions_sync (string? uri, out uint32 out_restrictions, out E.WebDAVACEPrincipalKind out_principal_kind, out GLib.SList<string> out_principal_hrefs, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool get_acl_sync (string? uri, out GLib.SList<E.WebDAVAccessControlEntry> out_entries, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool get_current_user_privilege_set_sync (string? uri, out GLib.SList<E.WebDAVPrivilege> out_privileges, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool get_data_sync (string uri, out string? out_href, out string? out_etag, out string out_bytes, out size_t out_length, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool get_principal_collection_set_sync (string? uri, out GLib.SList<string> out_principal_hrefs, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool get_supported_privilege_set_sync (string? uri, out GLib.Node out_privileges, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool get_sync (string uri, out string? out_href, out string? out_etag, out unowned GLib.OutputStream out_stream, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool getctag_sync (string? uri, out string out_ctag, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool list_sync (string? uri, string depth, uint32 flags, out GLib.SList<E.WebDAVResource> out_resources, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool lock_resource_sync (string? uri, E.WebDAVLockScope lock_scope, int32 lock_timeout, string? owner, out string out_lock_token, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool lock_sync (string? uri, string depth, int32 lock_timeout, E.XmlDocument xml, out string out_lock_token, out Xml.Doc? out_xml_response, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool mkcalendar_sync (string uri, string? display_name, string? description, string? color, uint32 supports, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool mkcol_addressbook_sync (string uri, string? display_name, string? description, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool mkcol_sync (string uri, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool move_sync (string source_uri, string destination_uri, bool can_overwrite, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public Soup.RequestHTTP new_request (string method, string? uri) throws GLib.Error;
		public bool options_sync (string? uri, out GLib.HashTable<void*,void*> out_capabilities, out GLib.HashTable<void*,void*> out_allows, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool post_sync (string? uri, string data, size_t data_length, owned string? out_content_type, owned GLib.ByteArray? out_content, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool principal_property_search_sync (string? uri, bool apply_to_principal_collection_set, string? match_ns_uri, string match_property, string match_value, out GLib.SList<E.WebDAVResource> out_principals, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool proppatch_sync (string? uri, E.XmlDocument xml, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool put_data_sync (string uri, string? etag, string content_type, string bytes, size_t length, out string? out_href, out string? out_etag, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool put_sync (string uri, string? etag, string content_type, GLib.InputStream stream, out string? out_href, out string? out_etag, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool refresh_lock_sync (string? uri, string lock_token, int32 lock_timeout, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool replace_with_detailed_error (Soup.RequestHTTP request, GLib.ByteArray? response_data, bool ignore_multistatus, string? prefix) throws GLib.Error;
		public bool set_acl_sync (string? uri, GLib.SList<E.WebDAVAccessControlEntry> entries, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool unlock_sync (string? uri, string lock_token, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool update_properties_sync (string? uri, GLib.SList<E.WebDAVResource> changes, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public static void util_free_privileges (GLib.Node? privileges);
		public static string util_maybe_dequote (ref string? text);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_id = "e_xml_document_get_type ()")]
	[Version (since = "3.26")]
	public class XmlDocument : GLib.Object {
		[CCode (has_construct_function = false)]
		public XmlDocument (string? ns_href, string root_element);
		public void add_attribute (string? ns_href, string name, string value);
		public void add_attribute_double (string? ns_href, string name, double value);
		public void add_attribute_int (string? ns_href, string name, int64 value);
		public void add_attribute_time (string? ns_href, string name, long value);
		public void add_empty_element (string? ns_href, string name);
		public void end_element ();
		public string get_content (out size_t out_length);
		public unowned Xml.Doc get_xmldoc ();
		public void start_element (string? ns_href, string name);
		public void start_text_element (string? ns_href, string name);
		public void write_base64 (string value, int len);
		public void write_buffer (string value, int len);
		public void write_double (double value);
		public void write_int (int64 value);
		public void write_string (string value);
		public void write_time (long value);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", has_type_id = false)]
	[Compact]
	public class XmlHash {
		[CCode (cname = "e_xmlhash_add")]
		public static void xmlhash_add (E.XmlHash hash, string key, string data);
		[CCode (cname = "e_xmlhash_compare")]
		public static E.XmlHashStatus xmlhash_compare (E.XmlHash hash, string key, string compare_data);
		[CCode (cname = "e_xmlhash_destroy")]
		public static void xmlhash_destroy (E.XmlHash hash);
		[CCode (cname = "e_xmlhash_foreach_key")]
		public static void xmlhash_foreach_key (E.XmlHash hash, [CCode (scope = "async")] E.XmlHashFunc func);
		[CCode (cname = "e_xmlhash_foreach_key_remove")]
		public static void xmlhash_foreach_key_remove (E.XmlHash hash, [CCode (scope = "async")] E.XmlHashRemoveFunc func);
		[CCode (cname = "e_xmlhash_new")]
		public static E.XmlHash xmlhash_new (string filename);
		[CCode (cname = "e_xmlhash_remove")]
		public static void xmlhash_remove (E.XmlHash hash, string key);
		[CCode (cname = "e_xmlhash_write")]
		public static void xmlhash_write (E.XmlHash hash);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_cname = "EExtensibleInterface", type_id = "e_extensible_get_type ()")]
	public interface Extensible : GLib.Object {
		[Version (since = "3.4")]
		public GLib.List<weak E.Extension> list_extensions (GLib.Type extension_type);
		[Version (since = "3.4")]
		public void load_extensions ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", type_cname = "EOAuth2ServiceInterface", type_id = "e_oauth2_service_get_type ()")]
	[Version (since = "3.28")]
	public interface OAuth2Service : GLib.Object {
		public abstract bool can_process (E.Source source);
		public bool delete_token_sync (E.Source source, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public abstract bool extract_authorization_code (E.Source source, string page_title, string page_uri, string? page_content, out string out_authorization_code);
		public bool get_access_token_sync (E.Source source, [CCode (delegate_target_pos = 2.5)] E.OAuth2ServiceRefSourceFunc ref_source, out string out_access_token, out int out_expires_in, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public abstract E.OAuth2ServiceNavigationPolicy get_authentication_policy (E.Source source, string uri);
		public abstract unowned string get_authentication_uri (E.Source source);
		public abstract unowned string get_client_id (E.Source source);
		public abstract unowned string? get_client_secret (E.Source source);
		public abstract unowned string get_display_name ();
		public abstract uint32 get_flags ();
		public abstract unowned string get_name ();
		public abstract unowned string? get_redirect_uri (E.Source source);
		public abstract unowned string get_refresh_uri (E.Source source);
		public abstract bool guess_can_process (string? protocol, string? hostname);
		public abstract void prepare_authentication_uri_query (E.Source source, GLib.HashTable<string,string> uri_query);
		public abstract void prepare_get_token_form (E.Source source, string authorization_code, GLib.HashTable<string,string> form);
		public abstract void prepare_get_token_message (E.Source source, Soup.Message message);
		public abstract void prepare_refresh_token_form (E.Source source, string refresh_token, GLib.HashTable<string,string> form);
		public abstract void prepare_refresh_token_message (E.Source source, Soup.Message message);
		public bool receive_and_store_token_sync (E.Source source, string authorization_code, [CCode (delegate_target_pos = 3.5)] E.OAuth2ServiceRefSourceFunc ref_source, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public bool refresh_and_store_token_sync (E.Source source, string refresh_token, [CCode (delegate_target_pos = 3.5)] E.OAuth2ServiceRefSourceFunc ref_source, GLib.Cancellable? cancellable = null) throws GLib.Error;
		public static void util_set_to_form (GLib.HashTable<void*,void*> form, string name, string? value);
		public static void util_take_to_form (GLib.HashTable<void*,void*> form, string name, owned string? value);
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", has_type_id = false)]
	[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
	public struct ClientErrorsList {
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", has_type_id = false)]
	public struct FreeFormExpSymbol {
		public weak string names;
		public weak string hint;
		public weak E.FreeFormExpBuildSexpFunc build_sexp;
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", has_type_id = false)]
	public struct WebDAVDiscoveredSource {
		public weak string href;
		public uint32 supports;
		public weak string display_name;
		public weak string description;
		public weak string color;
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_CLIENT_ERROR_", has_type_id = false)]
	[Version (since = "3.2")]
	public enum ClientError {
		INVALID_ARG,
		BUSY,
		SOURCE_NOT_LOADED,
		SOURCE_ALREADY_LOADED,
		AUTHENTICATION_FAILED,
		AUTHENTICATION_REQUIRED,
		REPOSITORY_OFFLINE,
		OFFLINE_UNAVAILABLE,
		PERMISSION_DENIED,
		CANCELLED,
		COULD_NOT_CANCEL,
		NOT_SUPPORTED,
		TLS_NOT_AVAILABLE,
		UNSUPPORTED_AUTHENTICATION_METHOD,
		SEARCH_SIZE_LIMIT_EXCEEDED,
		SEARCH_TIME_LIMIT_EXCEEDED,
		INVALID_QUERY,
		QUERY_REFUSED,
		DBUS_ERROR,
		OTHER_ERROR,
		NOT_OPENED,
		OUT_OF_SYNC
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_MDN_RESPONSE_POLICY_", type_id = "e_mdn_response_policy_get_type ()")]
	[Version (since = "3.6")]
	public enum MdnResponsePolicy {
		NEVER,
		ALWAYS,
		ASK
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_OAUTH2_SERVICE_FLAG_", has_type_id = false)]
	[Flags]
	[Version (since = "3.28")]
	public enum OAuth2ServiceFlags {
		NONE,
		EXTRACT_REQUIRES_PAGE_CONTENT
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_OAUTH2_SERVICE_NAVIGATION_POLICY_", has_type_id = false)]
	[Version (since = "3.28")]
	public enum OAuth2ServiceNavigationPolicy {
		DENY,
		ALLOW,
		ABORT
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_PROXY_METHOD_", type_id = "e_proxy_method_get_type ()")]
	[Version (since = "3.12")]
	public enum ProxyMethod {
		DEFAULT,
		MANUAL,
		AUTO,
		NONE
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_SOURCE_AUTHENTICATION_", type_id = "e_source_authentication_result_get_type ()")]
	[Version (since = "3.6")]
	public enum SourceAuthenticationResult {
		UNKNOWN,
		ERROR,
		ERROR_SSL_FAILED,
		ACCEPTED,
		REJECTED,
		REQUIRED
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_SOURCE_CONNECTION_STATUS_", type_id = "e_source_connection_status_get_type ()")]
	[Version (since = "3.16")]
	public enum SourceConnectionStatus {
		DISCONNECTED,
		AWAITING_CREDENTIALS,
		SSL_FAILED,
		CONNECTING,
		CONNECTED
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_SOURCE_CREDENTIALS_REASON_", type_id = "e_source_credentials_reason_get_type ()")]
	[Version (since = "3.16")]
	public enum SourceCredentialsReason {
		UNKNOWN,
		REQUIRED,
		REJECTED,
		SSL_FAILED,
		ERROR
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_SOURCE_LDAP_AUTHENTICATION_", type_id = "e_source_ldap_authentication_get_type ()")]
	[Version (since = "3.18")]
	public enum SourceLDAPAuthentication {
		NONE,
		EMAIL,
		BINDDN
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_SOURCE_LDAP_SCOPE_", type_id = "e_source_ldap_scope_get_type ()")]
	[Version (since = "3.18")]
	public enum SourceLDAPScope {
		ONELEVEL,
		SUBTREE
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_SOURCE_LDAP_SECURITY_", type_id = "e_source_ldap_security_get_type ()")]
	[Version (since = "3.18")]
	public enum SourceLDAPSecurity {
		NONE,
		LDAPS,
		STARTTLS
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_SOURCE_MAIL_COMPOSITION_REPLY_STYLE_", type_id = "e_source_mail_composition_reply_style_get_type ()")]
	[Version (since = "3.20")]
	public enum SourceMailCompositionReplyStyle {
		DEFAULT,
		QUOTED,
		DO_NOT_QUOTE,
		ATTACH,
		OUTLOOK
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_SOURCE_WEATHER_UNITS_", type_id = "e_source_weather_units_get_type ()")]
	[Version (since = "3.18")]
	public enum SourceWeatherUnits {
		FAHRENHEIT,
		CENTIGRADE,
		KELVIN
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_THREE_STATE_", type_id = "e_three_state_get_type ()")]
	[Version (since = "3.26")]
	public enum ThreeState {
		OFF,
		ON,
		INCONSISTENT
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_TIME_PARSE_", has_type_id = false)]
	public enum TimeParseStatus {
		OK,
		NONE,
		INVALID
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_TRUST_PROMPT_RESPONSE_", type_id = "e_trust_prompt_response_get_type ()")]
	[Version (since = "3.8")]
	public enum TrustPromptResponse {
		UNKNOWN,
		REJECT,
		ACCEPT,
		ACCEPT_TEMPORARILY,
		REJECT_TEMPORARILY
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_ACE_FLAG_", has_type_id = false)]
	[Flags]
	public enum WebDAVACEFlag {
		UNKNOWN,
		GRANT,
		DENY,
		INVERT,
		PROTECTED,
		INHERITED
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_ACE_PRINCIPAL_", has_type_id = false)]
	public enum WebDAVACEPrincipalKind {
		UNKNOWN,
		HREF,
		ALL,
		AUTHENTICATED,
		UNAUTHENTICATED,
		PROPERTY,
		SELF,
		OWNER
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_ACL_RESTRICTION_", has_type_id = false)]
	[Flags]
	public enum WebDAVACLRestrictions {
		NONE,
		GRANT_ONLY,
		NO_INVERT,
		DENY_BEFORE_GRANT,
		REQUIRED_PRINCIPAL
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_DISCOVER_SUPPORTS_", has_type_id = false)]
	[Flags]
	public enum WebDAVDiscoverSupports {
		NONE,
		CONTACTS,
		EVENTS,
		MEMOS,
		TASKS
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_LIST_", has_type_id = false)]
	[Flags]
	public enum WebDAVListFlags {
		ALL,
		NONE,
		SUPPORTS,
		ETAG,
		DISPLAY_NAME,
		CONTENT_TYPE,
		CONTENT_LENGTH,
		CREATION_DATE,
		LAST_MODIFIED,
		DESCRIPTION,
		COLOR
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_LOCK_", has_type_id = false)]
	public enum WebDAVLockScope {
		EXCLUSIVE,
		SHARED
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_PRIVILEGE_HINT_", has_type_id = false)]
	public enum WebDAVPrivilegeHint {
		UNKNOWN,
		READ,
		WRITE,
		WRITE_PROPERTIES,
		WRITE_CONTENT,
		UNLOCK,
		READ_ACL,
		WRITE_ACL,
		READ_CURRENT_USER_PRIVILEGE_SET,
		BIND,
		UNBIND,
		ALL,
		CALDAV_READ_FREE_BUSY
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_PRIVILEGE_KIND_", has_type_id = false)]
	public enum WebDAVPrivilegeKind {
		UNKNOWN,
		ABSTRACT,
		AGGREGATE,
		COMMON
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_PROPERTY_", has_type_id = false)]
	public enum WebDAVPropertyChangeKind {
		SET,
		REMOVE
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_RESOURCE_KIND_", has_type_id = false)]
	public enum WebDAVResourceKind {
		UNKNOWN,
		ADDRESSBOOK,
		CALENDAR,
		PRINCIPAL,
		COLLECTION,
		RESOURCE
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_WEBDAV_RESOURCE_SUPPORTS_", has_type_id = false)]
	[Flags]
	public enum WebDAVResourceSupports {
		NONE,
		CONTACTS,
		EVENTS,
		MEMOS,
		TASKS,
		FREEBUSY,
		TIMEZONE
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_XMLHASH_STATUS_", has_type_id = false)]
	public enum XmlHashStatus {
		SAME,
		DIFFERENT,
		NOT_FOUND
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_XML_HASH_TYPE_", has_type_id = false)]
	public enum XmlHashType {
		OBJECT_UID,
		PROPERTY
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cprefix = "E_COLLATOR_ERROR_")]
	public errordomain CollatorError {
		OPEN,
		CONVERSION,
		INVALID_LOCALE;
		public static GLib.Quark quark ();
	}
	[CCode (cheader_filename = "libedataserver/libedataserver.h", has_target = false)]
	public delegate string FreeFormExpBuildSexpFunc (string word, string options, string hint);
	[CCode (cheader_filename = "libedataserver/libedataserver.h", instance_pos = 0.9)]
	[Version (since = "3.28")]
	public delegate E.Source? OAuth2ServiceRefSourceFunc (string uid);
	[CCode (cheader_filename = "libedataserver/libedataserver.h", instance_pos = 1.9)]
	[Version (since = "3.6")]
	public delegate void SourceRefreshFunc (E.Source source);
	[CCode (cheader_filename = "libedataserver/libedataserver.h", instance_pos = 1.9)]
	[Version (since = "3.4")]
	public delegate void TypeFunc (GLib.Type type);
	[CCode (cheader_filename = "libedataserver/libedataserver.h", instance_pos = 2.9)]
	public delegate void XmlHashFunc (string key, string value);
	[CCode (cheader_filename = "libedataserver/libedataserver.h", instance_pos = 2.9)]
	public delegate bool XmlHashRemoveFunc (string key, string value);
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "CLIENT_BACKEND_PROPERTY_CACHE_DIR")]
	[Version (since = "3.2")]
	public const string CLIENT_BACKEND_PROPERTY_CACHE_DIR;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "CLIENT_BACKEND_PROPERTY_CAPABILITIES")]
	[Version (since = "3.2")]
	public const string CLIENT_BACKEND_PROPERTY_CAPABILITIES;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "CLIENT_BACKEND_PROPERTY_ONLINE")]
	[Version (since = "3.2")]
	public const string CLIENT_BACKEND_PROPERTY_ONLINE;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "CLIENT_BACKEND_PROPERTY_OPENED")]
	[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
	public const string CLIENT_BACKEND_PROPERTY_OPENED;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "CLIENT_BACKEND_PROPERTY_OPENING")]
	[Version (deprecated = true, deprecated_since = "3.8", since = "3.2")]
	public const string CLIENT_BACKEND_PROPERTY_OPENING;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "CLIENT_BACKEND_PROPERTY_READONLY")]
	[Version (since = "3.2")]
	public const string CLIENT_BACKEND_PROPERTY_READONLY;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "CLIENT_BACKEND_PROPERTY_REVISION")]
	[Version (since = "3.4")]
	public const string CLIENT_BACKEND_PROPERTY_REVISION;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_DEBUG_LOG_DOMAIN_CAL_QUERIES")]
	[Version (since = "2.32")]
	public const string DEBUG_LOG_DOMAIN_CAL_QUERIES;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_DEBUG_LOG_DOMAIN_GLOG")]
	[Version (since = "2.32")]
	public const string DEBUG_LOG_DOMAIN_GLOG;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_DEBUG_LOG_DOMAIN_USER")]
	[Version (since = "2.32")]
	public const string DEBUG_LOG_DOMAIN_USER;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "EDS_MAJOR_VERSION")]
	public const int EDS_MAJOR_VERSION;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "EDS_MICRO_VERSION")]
	public const int EDS_MICRO_VERSION;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "EDS_MINOR_VERSION")]
	public const int EDS_MINOR_VERSION;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_NETWORK_MONITOR_ALWAYS_ONLINE_NAME")]
	[Version (since = "3.22")]
	public const string NETWORK_MONITOR_ALWAYS_ONLINE_NAME;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_OAUTH2_SECRET_ACCESS_TOKEN")]
	public const string OAUTH2_SECRET_ACCESS_TOKEN;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_OAUTH2_SECRET_EXPIRES_AFTER")]
	public const string OAUTH2_SECRET_EXPIRES_AFTER;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_OAUTH2_SECRET_REFRESH_TOKEN")]
	public const string OAUTH2_SECRET_REFRESH_TOKEN;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_CREDENTIAL_PASSWORD")]
	[Version (since = "3.16")]
	public const string SOURCE_CREDENTIAL_PASSWORD;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_CREDENTIAL_SSL_TRUST")]
	[Version (since = "3.16")]
	public const string SOURCE_CREDENTIAL_SSL_TRUST;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_CREDENTIAL_USERNAME")]
	[Version (since = "3.16")]
	public const string SOURCE_CREDENTIAL_USERNAME;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_ADDRESS_BOOK")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_ADDRESS_BOOK;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_ALARMS")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_ALARMS;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_AUTHENTICATION")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_AUTHENTICATION;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_AUTOCOMPLETE")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_AUTOCOMPLETE;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_AUTOCONFIG")]
	[Version (since = "3.24")]
	public const string SOURCE_EXTENSION_AUTOCONFIG;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_CALENDAR")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_CALENDAR;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_COLLECTION")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_COLLECTION;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_CONTACTS_BACKEND")]
	[Version (since = "3.18")]
	public const string SOURCE_EXTENSION_CONTACTS_BACKEND;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_GOA")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_GOA;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_LDAP_BACKEND")]
	[Version (since = "3.18")]
	public const string SOURCE_EXTENSION_LDAP_BACKEND;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_LOCAL_BACKEND")]
	[Version (since = "3.18")]
	public const string SOURCE_EXTENSION_LOCAL_BACKEND;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_MAIL_ACCOUNT")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_MAIL_ACCOUNT;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_MAIL_COMPOSITION")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_MAIL_COMPOSITION;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_MAIL_IDENTITY")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_MAIL_IDENTITY;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_MAIL_SIGNATURE")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_MAIL_SIGNATURE;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_MAIL_SUBMISSION")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_MAIL_SUBMISSION;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_MAIL_TRANSPORT")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_MAIL_TRANSPORT;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_MDN")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_MDN;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_MEMO_LIST")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_MEMO_LIST;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_OFFLINE")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_OFFLINE;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_OPENPGP")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_OPENPGP;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_PROXY")]
	[Version (since = "3.12")]
	public const string SOURCE_EXTENSION_PROXY;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_REFRESH")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_REFRESH;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_RESOURCE")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_RESOURCE;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_REVISION_GUARDS")]
	[Version (since = "3.8")]
	public const string SOURCE_EXTENSION_REVISION_GUARDS;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_SECURITY")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_SECURITY;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_SMIME")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_SMIME;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_TASK_LIST")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_TASK_LIST;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_UOA")]
	[Version (since = "3.8")]
	public const string SOURCE_EXTENSION_UOA;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_WEATHER_BACKEND")]
	[Version (since = "3.18")]
	public const string SOURCE_EXTENSION_WEATHER_BACKEND;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_EXTENSION_WEBDAV_BACKEND")]
	[Version (since = "3.6")]
	public const string SOURCE_EXTENSION_WEBDAV_BACKEND;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_SOURCE_PARAM_SETTING")]
	[Version (since = "3.6")]
	public const int SOURCE_PARAM_SETTING;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_ACCESS_CONTROL")]
	public const string WEBDAV_CAPABILITY_ACCESS_CONTROL;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_ADDRESSBOOK")]
	public const string WEBDAV_CAPABILITY_ADDRESSBOOK;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_BIND")]
	public const string WEBDAV_CAPABILITY_BIND;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_CALENDAR_ACCESS")]
	public const string WEBDAV_CAPABILITY_CALENDAR_ACCESS;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_CALENDAR_AUTO_SCHEDULE")]
	public const string WEBDAV_CAPABILITY_CALENDAR_AUTO_SCHEDULE;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_CALENDAR_PROXY")]
	public const string WEBDAV_CAPABILITY_CALENDAR_PROXY;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_CALENDAR_SCHEDULE")]
	public const string WEBDAV_CAPABILITY_CALENDAR_SCHEDULE;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_CLASS_1")]
	public const string WEBDAV_CAPABILITY_CLASS_1;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_CLASS_2")]
	public const string WEBDAV_CAPABILITY_CLASS_2;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_CLASS_3")]
	public const string WEBDAV_CAPABILITY_CLASS_3;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CAPABILITY_EXTENDED_MKCOL")]
	public const string WEBDAV_CAPABILITY_EXTENDED_MKCOL;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_COLLATION_ASCII_CASEMAP")]
	public const string WEBDAV_COLLATION_ASCII_CASEMAP;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_COLLATION_ASCII_CASEMAP_SUFFIX")]
	public const string WEBDAV_COLLATION_ASCII_CASEMAP_SUFFIX;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_COLLATION_ASCII_NUMERIC")]
	public const string WEBDAV_COLLATION_ASCII_NUMERIC;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_COLLATION_ASCII_NUMERIC_SUFFIX")]
	public const string WEBDAV_COLLATION_ASCII_NUMERIC_SUFFIX;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_COLLATION_OCTET")]
	public const string WEBDAV_COLLATION_OCTET;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_COLLATION_OCTET_SUFFIX")]
	public const string WEBDAV_COLLATION_OCTET_SUFFIX;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_COLLATION_UNICODE_CASEMAP")]
	public const string WEBDAV_COLLATION_UNICODE_CASEMAP;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_COLLATION_UNICODE_CASEMAP_SUFFIX")]
	public const string WEBDAV_COLLATION_UNICODE_CASEMAP_SUFFIX;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CONTENT_TYPE_CALENDAR")]
	public const string WEBDAV_CONTENT_TYPE_CALENDAR;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CONTENT_TYPE_VCARD")]
	public const string WEBDAV_CONTENT_TYPE_VCARD;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_CONTENT_TYPE_XML")]
	public const string WEBDAV_CONTENT_TYPE_XML;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_DEPTH_INFINITY")]
	public const string WEBDAV_DEPTH_INFINITY;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_DEPTH_THIS")]
	public const string WEBDAV_DEPTH_THIS;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_DEPTH_THIS_AND_CHILDREN")]
	public const string WEBDAV_DEPTH_THIS_AND_CHILDREN;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_NS_CALDAV")]
	public const string WEBDAV_NS_CALDAV;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_NS_CALENDARSERVER")]
	public const string WEBDAV_NS_CALENDARSERVER;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_NS_CARDDAV")]
	public const string WEBDAV_NS_CARDDAV;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_NS_DAV")]
	public const string WEBDAV_NS_DAV;
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "E_WEBDAV_NS_ICAL")]
	public const string WEBDAV_NS_ICAL;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.16")]
	public static unowned GLib.Binding binding_bind_property (GLib.Object source, string source_property, GLib.Object target, string target_property, GLib.BindingFlags flags);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.16")]
	public static unowned GLib.Binding binding_bind_property_full (GLib.Object source, string source_property, GLib.Object target, string target_property, GLib.BindingFlags flags, GLib.BindingTransformFunc? transform_to, owned GLib.BindingTransformFunc? transform_from);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.16")]
	public static unowned GLib.Binding binding_bind_property_with_closures (GLib.Object source, string source_property, GLib.Object target, string target_property, GLib.BindingFlags flags, GLib.Closure transform_to, GLib.Closure transform_from);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.4")]
	public static bool binding_transform_enum_nick_to_value (GLib.Binding binding, GLib.Value source_value, GLib.Value target_value, void* not_used);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.4")]
	public static bool binding_transform_enum_value_to_nick (GLib.Binding binding, GLib.Value source_value, GLib.Value target_value, void* not_used);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static void categories_add (string category, string unused, string icon_file, bool searchable);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.16")]
	public static string categories_dup_icon_file_for (string category);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.16")]
	public static GLib.List<string> categories_dup_list ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static bool categories_exist (string category);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (deprecated = true, deprecated_since = "3.16")]
	public static unowned string categories_get_icon_file_for (string category);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (deprecated = true, deprecated_since = "3.16")]
	public static GLib.List<weak string> categories_get_list ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static bool categories_is_searchable (string category);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.24")]
	public static void categories_register_change_listener ([CCode (scope = "async")] GLib.Callback listener);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static void categories_remove (string category);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static void categories_set_icon_file_for (string category, string icon_file);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.24")]
	public static void categories_unregister_change_listener ([CCode (scope = "async")] GLib.Callback listener);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (deprecated = true, deprecated_since = "3.8", since = "3.0")]
	public static int data_server_util_get_dbus_call_timeout ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (deprecated = true, deprecated_since = "3.8", since = "3.0")]
	public static void data_server_util_set_dbus_call_timeout (int timeout_msec);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static void debug_log_clear ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static void debug_log_disable_domains ([CCode (array_length_cname = "n_domains", array_length_pos = 1.1)] string[] domains);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static bool debug_log_dump (string filename) throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static bool debug_log_dump_to_dated_file () throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static void debug_log_enable_domains ([CCode (array_length_cname = "n_domains", array_length_pos = 1.1)] string[] domains);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static int debug_log_get_max_lines ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static bool debug_log_is_domain_enabled (string domain);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static bool debug_log_load_configuration (string filename) throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static void debug_log_set_max_lines (int num_lines);
	[CCode (cheader_filename = "libedataserver/libedataserver.h", cname = "eds_check_version")]
	[Version (since = "2.24")]
	public static unowned string eds_check_version (uint required_major, uint required_minor, uint required_micro);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.8")]
	public static bool enum_from_string (GLib.Type enum_type, string string, int enum_value);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.8")]
	public static unowned string enum_to_string (GLib.Type enum_type, int enum_value);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.6")]
	public static async bool file_recursive_delete (GLib.File file, int io_priority, GLib.Cancellable? cancellable) throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.6")]
	public static bool file_recursive_delete_sync (GLib.File file, GLib.Cancellable? cancellable = null) throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static void filename_make_safe (string string);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.4")]
	public static string filename_mkdir_encoded (string basepath, string fileprefix, string filename, int fileindex);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.16")]
	public static string free_form_exp_to_sexp (string free_form_exp, E.FreeFormExpSymbol symbols);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static unowned string get_user_cache_dir ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static unowned string get_user_config_dir ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static unowned string get_user_data_dir ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static void localtime_with_offset (long tt, [CCode (type = "tm*")] Posix.tm tm, int offset);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static long mktime_utc ([CCode (type = "tm*")] Posix.tm tm);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.28")]
	public static void oauth2_service_util_set_to_form (GLib.HashTable<void*,void*> form, string name, string? value);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.28")]
	public static void oauth2_service_util_take_to_form (GLib.HashTable<void*,void*> form, string name, owned string? value);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.8")]
	public static void queue_transfer (GLib.Queue src_queue, GLib.Queue dst_queue);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.18")]
	public static bool secret_store_delete_sync (string uid, GLib.Cancellable? cancellable = null) throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.18")]
	public static bool secret_store_lookup_sync (string uid, out string out_secret, GLib.Cancellable? cancellable = null) throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.18")]
	public static bool secret_store_store_sync (string uid, string secret, string label, bool permanently, GLib.Cancellable? cancellable = null) throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.16")]
	public static void soup_ssl_trust_connect (Soup.Message soup_message, E.Source source);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static size_t strftime (string string, size_t max, string fmt, [CCode (type = "const tm*")] Posix.tm tm);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static void time_format_date_and_time ([CCode (type = "tm*")] Posix.tm date_tm, bool use_24_hour_format, bool show_midnight, bool show_zero_seconds, string buffer, int buffer_size);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static void time_format_time ([CCode (type = "tm*")] Posix.tm date_tm, bool use_24_hour_format, bool show_zero_seconds, string buffer, int buffer_size);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.22")]
	public static string time_get_d_fmt_with_4digit_year ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static E.TimeParseStatus time_parse_date (string value, [CCode (type = "tm*")] Posix.tm result);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static E.TimeParseStatus time_parse_date_and_time (string value, [CCode (type = "tm*")] Posix.tm result);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.22")]
	public static E.TimeParseStatus time_parse_date_and_time_ex (string value, [CCode (type = "tm*")] Posix.tm result, bool two_digit_year);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.22")]
	public static E.TimeParseStatus time_parse_date_ex (string value, [CCode (type = "tm*")] Posix.tm result, bool two_digit_year);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static E.TimeParseStatus time_parse_time (string value, [CCode (type = "tm*")] Posix.tm result);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.12")]
	public static uint timeout_add_seconds_with_name (int priority, uint interval, string? name, owned GLib.SourceFunc function);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.12")]
	public static uint timeout_add_with_name (int priority, uint interval, string? name, owned GLib.SourceFunc function);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.4")]
	public static void type_traverse (GLib.Type parent_type, E.TypeFunc func);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (deprecated = true, deprecated_since = "3.26")]
	public static string uid_new ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static size_t utf8_strftime (string string, size_t max, string fmt, [CCode (type = "const tm*")] Posix.tm tm);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.28")]
	public static bool util_can_use_collection_as_credential_source (void* collection_source, void* child_source);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (deprecated = true, deprecated_since = "3.8", since = "3.4")]
	public static GLib.SList<GLib.Object> util_copy_object_slist (GLib.SList<GLib.Object>? copy_to, GLib.SList<GLib.Object> objects);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (deprecated = true, deprecated_since = "3.8", since = "3.4")]
	public static GLib.SList<string> util_copy_string_slist (GLib.SList<string>? copy_to, GLib.SList<string> strings);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.0")]
	public static unowned string util_ensure_gdbus_string (string str, string gdbus_str);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.6")]
	public static void util_free_nullable_object_slist (GLib.SList<GLib.Object> objects);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (deprecated = true, deprecated_since = "3.8", since = "3.4")]
	public static void util_free_object_slist (GLib.SList<GLib.Object> objects);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (deprecated = true, deprecated_since = "3.8", since = "3.4")]
	public static void util_free_string_slist (GLib.SList<string> strings);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.26")]
	public static string util_generate_uid ();
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static string util_get_source_full_name (void* registry, void* source);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.32")]
	public static uint64 util_gthread_id (GLib.Thread thread);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.26")]
	public static bool util_identity_can_send (void* registry, void* identity_source);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.16")]
	public static void util_safe_free_string (string str);
	[CCode (array_length = false, array_null_terminated = true, cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.4")]
	public static string[] util_slist_to_strv (GLib.SList<string> strings);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.6")]
	public static string util_strdup_strip (string? string);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static string util_strstrcase (string haystack, string needle);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.12")]
	public static bool util_strv_equal (void* v1, void* v2);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.4")]
	public static GLib.SList<string> util_strv_to_slist (string strv);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static string util_unicode_get_utf8 (string text, unichar @out);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.26")]
	public static void util_unref_in_thread (void* object);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.6")]
	public static string util_utf8_data_make_valid (string data, size_t data_bytes);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.26")]
	public static string util_utf8_decompose (string text);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.0")]
	public static string util_utf8_make_valid (string str);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.8")]
	public static string util_utf8_normalize (string str);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "2.28")]
	public static string util_utf8_remove_accents (string str);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static int util_utf8_strcasecmp (string s1, string s2);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static unowned string util_utf8_strstrcase (string haystack, string needle);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static unowned string util_utf8_strstrcasedecomp (string haystack, string needle);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.18")]
	public static void webdav_discover_free_discovered_sources (GLib.SList<E.WebDAVDiscoveredSource> discovered_sources);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.18")]
	public static async bool webdav_discover_sources (E.Source source, string? url_use_path, uint32 only_supports, E.NamedParameters? credentials, GLib.Cancellable? cancellable, out string out_certificate_pem, out GLib.TlsCertificateFlags out_certificate_errors, out GLib.SList<E.WebDAVDiscoveredSource> out_discovered_sources, out GLib.SList<string> out_calendar_user_addresses) throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	[Version (since = "3.18")]
	public static bool webdav_discover_sources_sync (E.Source source, string? url_use_path, uint32 only_supports, E.NamedParameters? credentials, out string out_certificate_pem, out GLib.TlsCertificateFlags out_certificate_errors, out GLib.SList<E.WebDAVDiscoveredSource> out_discovered_sources, out GLib.SList<string> out_calendar_user_addresses, GLib.Cancellable? cancellable = null) throws GLib.Error;
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static void xml_destroy_hash (GLib.HashTable<string,string> hash);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static Xml.Doc* xml_from_hash (GLib.HashTable<string,string> hash, E.XmlHashType type, string root_name);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static Xml.Node* xml_get_child_by_name ([CCode (type = "const xmlNode*")] Xml.Node* parent, [CCode (type = "const xmlChar*")] string child_name);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static Xml.Doc* xml_parse_file (string filename);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static int xml_save_file (string filename, Xml.Doc doc);
	[CCode (cheader_filename = "libedataserver/libedataserver.h")]
	public static GLib.HashTable<string,string> xml_to_hash (Xml.Doc doc, E.XmlHashType type);
}