This file is indexed.

/usr/share/gir-1.0/GeocodeGlib-1.0.gir is in libgeocode-glib-dev 3.25.4.1-4.

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

The actual contents of the file can be viewed below.

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

If no results are found, a %GEOCODE_ERROR_NO_MATCHES error is returned.

This is a synchronous function, which means it may block on network requests.
In most situations, the asynchronous version
(geocode_backend_forward_search_async()) is more appropriate. See its
documentation for more information on usage.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
places or %NULL in case of errors. Free the returned instances with
g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="forward_search_async"
                      invoker="forward_search_async"
                      version="3.23.1">
        <doc xml:space="preserve">Asynchronously performs a forward geocoding query using the @backend. Use
geocode_backend_forward_search() to do the same thing synchronously.

The @params hash table is in the format used by Telepathy, and documented
in the [Telepathy specification](http://telepathy.freedesktop.org/spec/Connection_Interface_Location.html#Mapping:Location).

See also: [XEP-0080 specification](http://xmpp.org/extensions/xep-0080.html).

When the operation is finished, @callback will be called. You can then call
geocode_backend_forward_search_finish() to get the result of the operation.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
          <parameter name="callback"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     scope="async"
                     closure="3">
            <doc xml:space="preserve">a #GAsyncReadyCallback to call when the request is satisfied</doc>
            <type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
          </parameter>
          <parameter name="user_data"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     closure="3">
            <doc xml:space="preserve">the data to pass to the @callback function</doc>
            <type name="gpointer" c:type="gpointer"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="forward_search_finish"
                      invoker="forward_search_finish"
                      version="3.23.1"
                      throws="1">
        <doc xml:space="preserve">Finishes a forward geocoding operation. See
geocode_backend_forward_search_async().</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
places or %NULL in case of errors. Free the returned instances with
g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="result" transfer-ownership="none">
            <doc xml:space="preserve">a #GAsyncResult.</doc>
            <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="reverse_resolve"
                      invoker="reverse_resolve"
                      version="3.23.1"
                      throws="1">
        <doc xml:space="preserve">Gets the result of a reverse geocoding query using the @backend.

If no result could be found, a %GEOCODE_ERROR_NOT_SUPPORTED error will be
returned. This typically happens if the coordinates to geocode are in the
middle of the ocean.

This is a synchronous function, which means it may block on network requests.
In most situations, the asynchronous version,
geocode_backend_forward_search_async(), is more appropriate. See its
documentation for more information on usage.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
   #GeocodePlace instances, or %NULL in case of errors. The list is ordered
   by relevance, with most relevant results first. Free the returned
   instances with g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable object, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="reverse_resolve_async"
                      invoker="reverse_resolve_async"
                      version="3.23.1">
        <doc xml:space="preserve">Asynchronously gets the result of a reverse geocoding query using the
backend.

Typically, a single result will be returned representing the place at a
given latitude and longitude (the `lat` and `lon` keys to @params); but in
some cases the results will be ambiguous and *multiple* results will be
returned. They will be returned in order of relevance, with the most
relevant result first in the list.

The @params hash table is in the format used by Telepathy, and documented
in the [Telepathy specification](http://telepathy.freedesktop.org/spec/Connection_Interface_Location.html#Mapping:Location).

See also: [XEP-0080 specification](http://xmpp.org/extensions/xep-0080.html).

Use geocode_backend_reverse_resolve() to do the same thing synchronously.

When the operation is finished, @callback will be called. You can then call
geocode_backend_reverse_resolve_finish() to get the result of the operation.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable object, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
          <parameter name="callback"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     scope="async"
                     closure="3">
            <doc xml:space="preserve">a #GAsyncReadyCallback to call when the request is satisfied.</doc>
            <type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
          </parameter>
          <parameter name="user_data"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     closure="3">
            <doc xml:space="preserve">the data to pass to callback function.</doc>
            <type name="gpointer" c:type="gpointer"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="reverse_resolve_finish"
                      invoker="reverse_resolve_finish"
                      version="3.23.1"
                      throws="1">
        <doc xml:space="preserve">Finishes a reverse geocoding operation. See geocode_backend_reverse_resolve_async().</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
   #GeocodePlace instances, or %NULL in case of errors. The list is ordered
   by relevance, with most relevant results first. Free the returned
   instances with g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="result" transfer-ownership="none">
            <doc xml:space="preserve">a #GAsyncResult.</doc>
            <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <method name="forward_search"
              c:identifier="geocode_backend_forward_search"
              version="3.23.1"
              throws="1">
        <doc xml:space="preserve">Gets the result of a forward geocoding query using the @backend.

If no results are found, a %GEOCODE_ERROR_NO_MATCHES error is returned.

This is a synchronous function, which means it may block on network requests.
In most situations, the asynchronous version
(geocode_backend_forward_search_async()) is more appropriate. See its
documentation for more information on usage.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
places or %NULL in case of errors. Free the returned instances with
g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
        </parameters>
      </method>
      <method name="forward_search_async"
              c:identifier="geocode_backend_forward_search_async"
              version="3.23.1">
        <doc xml:space="preserve">Asynchronously performs a forward geocoding query using the @backend. Use
geocode_backend_forward_search() to do the same thing synchronously.

The @params hash table is in the format used by Telepathy, and documented
in the [Telepathy specification](http://telepathy.freedesktop.org/spec/Connection_Interface_Location.html#Mapping:Location).

See also: [XEP-0080 specification](http://xmpp.org/extensions/xep-0080.html).

When the operation is finished, @callback will be called. You can then call
geocode_backend_forward_search_finish() to get the result of the operation.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
          <parameter name="callback"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     scope="async"
                     closure="3">
            <doc xml:space="preserve">a #GAsyncReadyCallback to call when the request is satisfied</doc>
            <type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
          </parameter>
          <parameter name="user_data"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">the data to pass to the @callback function</doc>
            <type name="gpointer" c:type="gpointer"/>
          </parameter>
        </parameters>
      </method>
      <method name="forward_search_finish"
              c:identifier="geocode_backend_forward_search_finish"
              version="3.23.1"
              throws="1">
        <doc xml:space="preserve">Finishes a forward geocoding operation. See
geocode_backend_forward_search_async().</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
places or %NULL in case of errors. Free the returned instances with
g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="result" transfer-ownership="none">
            <doc xml:space="preserve">a #GAsyncResult.</doc>
            <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
          </parameter>
        </parameters>
      </method>
      <method name="reverse_resolve"
              c:identifier="geocode_backend_reverse_resolve"
              version="3.23.1"
              throws="1">
        <doc xml:space="preserve">Gets the result of a reverse geocoding query using the @backend.

If no result could be found, a %GEOCODE_ERROR_NOT_SUPPORTED error will be
returned. This typically happens if the coordinates to geocode are in the
middle of the ocean.

This is a synchronous function, which means it may block on network requests.
In most situations, the asynchronous version,
geocode_backend_forward_search_async(), is more appropriate. See its
documentation for more information on usage.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
   #GeocodePlace instances, or %NULL in case of errors. The list is ordered
   by relevance, with most relevant results first. Free the returned
   instances with g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable object, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
        </parameters>
      </method>
      <method name="reverse_resolve_async"
              c:identifier="geocode_backend_reverse_resolve_async"
              version="3.23.1">
        <doc xml:space="preserve">Asynchronously gets the result of a reverse geocoding query using the
backend.

Typically, a single result will be returned representing the place at a
given latitude and longitude (the `lat` and `lon` keys to @params); but in
some cases the results will be ambiguous and *multiple* results will be
returned. They will be returned in order of relevance, with the most
relevant result first in the list.

The @params hash table is in the format used by Telepathy, and documented
in the [Telepathy specification](http://telepathy.freedesktop.org/spec/Connection_Interface_Location.html#Mapping:Location).

See also: [XEP-0080 specification](http://xmpp.org/extensions/xep-0080.html).

Use geocode_backend_reverse_resolve() to do the same thing synchronously.

When the operation is finished, @callback will be called. You can then call
geocode_backend_reverse_resolve_finish() to get the result of the operation.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable object, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
          <parameter name="callback"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     scope="async"
                     closure="3">
            <doc xml:space="preserve">a #GAsyncReadyCallback to call when the request is satisfied.</doc>
            <type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
          </parameter>
          <parameter name="user_data"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">the data to pass to callback function.</doc>
            <type name="gpointer" c:type="gpointer"/>
          </parameter>
        </parameters>
      </method>
      <method name="reverse_resolve_finish"
              c:identifier="geocode_backend_reverse_resolve_finish"
              version="3.23.1"
              throws="1">
        <doc xml:space="preserve">Finishes a reverse geocoding operation. See geocode_backend_reverse_resolve_async().</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
   #GeocodePlace instances, or %NULL in case of errors. The list is ordered
   by relevance, with most relevant results first. Free the returned
   instances with g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="backend" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBackend.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </instance-parameter>
          <parameter name="result" transfer-ownership="none">
            <doc xml:space="preserve">a #GAsyncResult.</doc>
            <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
          </parameter>
        </parameters>
      </method>
    </interface>
    <record name="BackendInterface"
            c:type="GeocodeBackendInterface"
            glib:is-gtype-struct-for="Backend"
            version="3.23.1">
      <doc xml:space="preserve">Interface which defines the basic operations for geocoding.</doc>
      <field name="g_iface" readable="0" private="1">
        <type name="GObject.TypeInterface" c:type="GTypeInterface"/>
      </field>
      <field name="forward_search">
        <callback name="forward_search" throws="1">
          <return-value transfer-ownership="full">
            <doc xml:space="preserve">A list of
places or %NULL in case of errors. Free the returned instances with
g_object_unref() and the list with g_list_free() when done.</doc>
            <type name="GLib.List" c:type="GList*">
              <type name="Place"/>
            </type>
          </return-value>
          <parameters>
            <parameter name="backend" transfer-ownership="none">
              <doc xml:space="preserve">a #GeocodeBackend.</doc>
              <type name="Backend" c:type="GeocodeBackend*"/>
            </parameter>
            <parameter name="params" transfer-ownership="none">
              <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
              <type name="GLib.HashTable" c:type="GHashTable*">
                <type name="utf8"/>
                <type name="GObject.Value"/>
              </type>
            </parameter>
            <parameter name="cancellable"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1">
              <doc xml:space="preserve">optional #GCancellable, %NULL to ignore.</doc>
              <type name="Gio.Cancellable" c:type="GCancellable*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="forward_search_async">
        <callback name="forward_search_async">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="backend" transfer-ownership="none">
              <doc xml:space="preserve">a #GeocodeBackend.</doc>
              <type name="Backend" c:type="GeocodeBackend*"/>
            </parameter>
            <parameter name="params" transfer-ownership="none">
              <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
              <type name="GLib.HashTable" c:type="GHashTable*">
                <type name="utf8"/>
                <type name="GObject.Value"/>
              </type>
            </parameter>
            <parameter name="cancellable"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1">
              <doc xml:space="preserve">optional #GCancellable, %NULL to ignore.</doc>
              <type name="Gio.Cancellable" c:type="GCancellable*"/>
            </parameter>
            <parameter name="callback"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1"
                       scope="async"
                       closure="4">
              <doc xml:space="preserve">a #GAsyncReadyCallback to call when the request is satisfied</doc>
              <type name="Gio.AsyncReadyCallback"
                    c:type="GAsyncReadyCallback"/>
            </parameter>
            <parameter name="user_data"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1"
                       closure="4">
              <doc xml:space="preserve">the data to pass to the @callback function</doc>
              <type name="gpointer" c:type="gpointer"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="forward_search_finish">
        <callback name="forward_search_finish" throws="1">
          <return-value transfer-ownership="full">
            <doc xml:space="preserve">A list of
places or %NULL in case of errors. Free the returned instances with
g_object_unref() and the list with g_list_free() when done.</doc>
            <type name="GLib.List" c:type="GList*">
              <type name="Place"/>
            </type>
          </return-value>
          <parameters>
            <parameter name="backend" transfer-ownership="none">
              <doc xml:space="preserve">a #GeocodeBackend.</doc>
              <type name="Backend" c:type="GeocodeBackend*"/>
            </parameter>
            <parameter name="result" transfer-ownership="none">
              <doc xml:space="preserve">a #GAsyncResult.</doc>
              <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="reverse_resolve">
        <callback name="reverse_resolve" throws="1">
          <return-value transfer-ownership="full">
            <doc xml:space="preserve">A list of
   #GeocodePlace instances, or %NULL in case of errors. The list is ordered
   by relevance, with most relevant results first. Free the returned
   instances with g_object_unref() and the list with g_list_free() when done.</doc>
            <type name="GLib.List" c:type="GList*">
              <type name="Place"/>
            </type>
          </return-value>
          <parameters>
            <parameter name="backend" transfer-ownership="none">
              <doc xml:space="preserve">a #GeocodeBackend.</doc>
              <type name="Backend" c:type="GeocodeBackend*"/>
            </parameter>
            <parameter name="params" transfer-ownership="none">
              <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
              <type name="GLib.HashTable" c:type="GHashTable*">
                <type name="utf8"/>
                <type name="GObject.Value"/>
              </type>
            </parameter>
            <parameter name="cancellable"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1">
              <doc xml:space="preserve">optional #GCancellable object, %NULL to ignore.</doc>
              <type name="Gio.Cancellable" c:type="GCancellable*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="reverse_resolve_async">
        <callback name="reverse_resolve_async">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="backend" transfer-ownership="none">
              <doc xml:space="preserve">a #GeocodeBackend.</doc>
              <type name="Backend" c:type="GeocodeBackend*"/>
            </parameter>
            <parameter name="params" transfer-ownership="none">
              <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
              <type name="GLib.HashTable" c:type="GHashTable*">
                <type name="utf8"/>
                <type name="GObject.Value"/>
              </type>
            </parameter>
            <parameter name="cancellable"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1">
              <doc xml:space="preserve">optional #GCancellable object, %NULL to ignore.</doc>
              <type name="Gio.Cancellable" c:type="GCancellable*"/>
            </parameter>
            <parameter name="callback"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1"
                       scope="async"
                       closure="4">
              <doc xml:space="preserve">a #GAsyncReadyCallback to call when the request is satisfied.</doc>
              <type name="Gio.AsyncReadyCallback"
                    c:type="GAsyncReadyCallback"/>
            </parameter>
            <parameter name="user_data"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1"
                       closure="4">
              <doc xml:space="preserve">the data to pass to callback function.</doc>
              <type name="gpointer" c:type="gpointer"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="reverse_resolve_finish">
        <callback name="reverse_resolve_finish" throws="1">
          <return-value transfer-ownership="full">
            <doc xml:space="preserve">A list of
   #GeocodePlace instances, or %NULL in case of errors. The list is ordered
   by relevance, with most relevant results first. Free the returned
   instances with g_object_unref() and the list with g_list_free() when done.</doc>
            <type name="GLib.List" c:type="GList*">
              <type name="Place"/>
            </type>
          </return-value>
          <parameters>
            <parameter name="backend" transfer-ownership="none">
              <doc xml:space="preserve">a #GeocodeBackend.</doc>
              <type name="Backend" c:type="GeocodeBackend*"/>
            </parameter>
            <parameter name="result" transfer-ownership="none">
              <doc xml:space="preserve">a #GAsyncResult.</doc>
              <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="padding" readable="0" private="1">
        <array zero-terminated="0" c:type="gpointer" fixed-size="4">
          <type name="gpointer" c:type="gpointer"/>
        </array>
      </field>
    </record>
    <class name="BoundingBox"
           c:symbol-prefix="bounding_box"
           c:type="GeocodeBoundingBox"
           parent="GObject.Object"
           glib:type-name="GeocodeBoundingBox"
           glib:get-type="geocode_bounding_box_get_type"
           glib:type-struct="BoundingBoxClass">
      <doc xml:space="preserve">All the fields in the #GeocodeLocation structure are private and should
never be accessed directly.</doc>
      <constructor name="new" c:identifier="geocode_bounding_box_new">
        <doc xml:space="preserve">Creates a new #GeocodeBoundingBox object.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodeBoundingBox object. Use g_object_unref() when done.</doc>
          <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
        </return-value>
        <parameters>
          <parameter name="top" transfer-ownership="none">
            <doc xml:space="preserve">The left coordinate</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="bottom" transfer-ownership="none">
            <doc xml:space="preserve">The bottom coordinate</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="left" transfer-ownership="none">
            <doc xml:space="preserve">The left coordinate</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="right" transfer-ownership="none">
            <doc xml:space="preserve">The right coordinate</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </constructor>
      <method name="equal"
              c:identifier="geocode_bounding_box_equal"
              version="3.23.1">
        <doc xml:space="preserve">Compare two #GeocodeBoundingBox instances for equality. This compares all
fields and only returns %TRUE if the instances are exactly equal.

Both instances must be non-%NULL.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if the instances are equal, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="a" transfer-ownership="none">
            <doc xml:space="preserve">a bounding box</doc>
            <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
          </instance-parameter>
          <parameter name="b" transfer-ownership="none">
            <doc xml:space="preserve">another bounding box</doc>
            <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_bottom" c:identifier="geocode_bounding_box_get_bottom">
        <doc xml:space="preserve">Gets the bottom coordinate of @bbox.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the bottom coordinate of @bbox.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="bbox" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBoundingBox</doc>
            <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_left" c:identifier="geocode_bounding_box_get_left">
        <doc xml:space="preserve">Gets the left coordinate of @bbox.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the left coordinate of @bbox.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="bbox" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBoundingBox</doc>
            <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_right" c:identifier="geocode_bounding_box_get_right">
        <doc xml:space="preserve">Gets the right coordinate of @bbox.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the right coordinate of @bbox.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="bbox" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBoundingBox</doc>
            <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_top" c:identifier="geocode_bounding_box_get_top">
        <doc xml:space="preserve">Gets the top coordinate of @bbox.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">the top coordinate of @bbox.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="bbox" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeBoundingBox</doc>
            <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
          </instance-parameter>
        </parameters>
      </method>
      <property name="bottom"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Bottom coordinate.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="left"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Left coordinate.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="right"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Right coordinate.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="top"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">Top coordinate.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <field name="parent_instance" readable="0" private="1">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="BoundingBoxPrivate" c:type="GeocodeBoundingBoxPrivate*"/>
      </field>
    </class>
    <record name="BoundingBoxClass"
            c:type="GeocodeBoundingBoxClass"
            glib:is-gtype-struct-for="BoundingBox">
      <doc xml:space="preserve">All the fields in the #GeocodeBoundingBoxClass structure are private and
should never be accessed directly.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <record name="BoundingBoxPrivate"
            c:type="GeocodeBoundingBoxPrivate"
            disguised="1">
    </record>
    <enumeration name="Error"
                 glib:type-name="GeocodeError"
                 glib:get-type="geocode_error_get_type"
                 c:type="GeocodeError"
                 glib:error-domain="geocode_error">
      <doc xml:space="preserve">Error codes returned by geocode-glib functions.</doc>
      <member name="parse"
              value="0"
              c:identifier="GEOCODE_ERROR_PARSE"
              glib:nick="parse">
        <doc xml:space="preserve">An error occured parsing the response from the web service.</doc>
      </member>
      <member name="not_supported"
              value="1"
              c:identifier="GEOCODE_ERROR_NOT_SUPPORTED"
              glib:nick="not-supported">
        <doc xml:space="preserve">The request made was not supported.</doc>
      </member>
      <member name="no_matches"
              value="2"
              c:identifier="GEOCODE_ERROR_NO_MATCHES"
              glib:nick="no-matches">
        <doc xml:space="preserve">The requests made didn't have any matches.</doc>
      </member>
      <member name="invalid_arguments"
              value="3"
              c:identifier="GEOCODE_ERROR_INVALID_ARGUMENTS"
              glib:nick="invalid-arguments">
        <doc xml:space="preserve">The request made contained invalid arguments.</doc>
      </member>
      <member name="internal_server"
              value="4"
              c:identifier="GEOCODE_ERROR_INTERNAL_SERVER"
              glib:nick="internal-server">
        <doc xml:space="preserve">The server encountered an (possibly unrecoverable) internal error.</doc>
      </member>
      <function name="quark" c:identifier="geocode_error_quark">
        <doc xml:space="preserve">Gets the geocode-glib error quark.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">a #GQuark.</doc>
          <type name="GLib.Quark" c:type="GQuark"/>
        </return-value>
      </function>
    </enumeration>
    <class name="Forward"
           c:symbol-prefix="forward"
           c:type="GeocodeForward"
           parent="GObject.Object"
           glib:type-name="GeocodeForward"
           glib:get-type="geocode_forward_get_type"
           glib:type-struct="ForwardClass">
      <doc xml:space="preserve">All the fields in the #GeocodeForward structure are private and should never be accessed directly.</doc>
      <constructor name="new_for_params"
                   c:identifier="geocode_forward_new_for_params">
        <doc xml:space="preserve">Creates a new #GeocodeForward to perform geocoding with. The
#GHashTable is in the format used by Telepathy, and documented
on &lt;ulink url="http://telepathy.freedesktop.org/spec/Connection_Interface_Location.html#Mapping:Location"&gt;Telepathy's specification site&lt;/ulink&gt;.

See also: &lt;ulink url="http://xmpp.org/extensions/xep-0080.html"&gt;XEP-0080 specification&lt;/ulink&gt;.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodeForward. Use g_object_unref() when done.</doc>
          <type name="Forward" c:type="GeocodeForward*"/>
        </return-value>
        <parameters>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">a #GHashTable with string keys, and #GValue values.</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
        </parameters>
      </constructor>
      <constructor name="new_for_string"
                   c:identifier="geocode_forward_new_for_string">
        <doc xml:space="preserve">Creates a new #GeocodeForward to perform forward geocoding with. The
string is in free-form format.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodeForward. Use g_object_unref() when done.</doc>
          <type name="Forward" c:type="GeocodeForward*"/>
        </return-value>
        <parameters>
          <parameter name="str" transfer-ownership="none">
            <doc xml:space="preserve">a string containing a free-form description of the location</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </constructor>
      <method name="get_answer_count"
              c:identifier="geocode_forward_get_answer_count">
        <doc xml:space="preserve">Gets the number of requested results for searches.</doc>
        <return-value transfer-ownership="none">
          <type name="guint" c:type="guint"/>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_bounded" c:identifier="geocode_forward_get_bounded">
        <doc xml:space="preserve">Gets the #GeocodeForward:bounded property that regulates whether the
#GeocodeForward:search-area property acts restricting or not.</doc>
        <return-value transfer-ownership="none">
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_search_area"
              c:identifier="geocode_forward_get_search_area">
        <doc xml:space="preserve">Gets the area to limit searches within.</doc>
        <return-value transfer-ownership="none" nullable="1">
          <doc xml:space="preserve">the search area, or %NULL if none is set</doc>
          <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="search" c:identifier="geocode_forward_search" throws="1">
        <doc xml:space="preserve">Gets the result of a forward geocoding
query using the current backend (see geocode_forward_set_backend()). By
default the GNOME Nominatim server is used. See #GeocodeBackend for more
information.

If no results are found, a %GEOCODE_ERROR_NO_MATCHES error is returned.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
places or %NULL in case of errors. Free the returned instances with
g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="search_async" c:identifier="geocode_forward_search_async">
        <doc xml:space="preserve">Asynchronously performs a forward geocoding
query using a web service. Use geocode_forward_search() to do the same
thing synchronously.

When the operation is finished, @callback will be called. You can then call
geocode_forward_search_finish() to get the result of the operation.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable forward, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
          <parameter name="callback"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     scope="async"
                     closure="2">
            <doc xml:space="preserve">a #GAsyncReadyCallback to call when the request is satisfied</doc>
            <type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
          </parameter>
          <parameter name="user_data"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">the data to pass to callback function</doc>
            <type name="gpointer" c:type="gpointer"/>
          </parameter>
        </parameters>
      </method>
      <method name="search_finish"
              c:identifier="geocode_forward_search_finish"
              throws="1">
        <doc xml:space="preserve">Finishes a forward geocoding operation. See geocode_forward_search_async().</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A list of
places or %NULL in case of errors. Free the returned instances with
g_object_unref() and the list with g_list_free() when done.</doc>
          <type name="GLib.List" c:type="GList*">
            <type name="Place"/>
          </type>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
          <parameter name="res" transfer-ownership="none">
            <doc xml:space="preserve">a #GAsyncResult.</doc>
            <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_answer_count"
              c:identifier="geocode_forward_set_answer_count">
        <doc xml:space="preserve">Sets the number of requested results to @count.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
          <parameter name="count" transfer-ownership="none">
            <doc xml:space="preserve">the number of requested results, which must be greater than zero</doc>
            <type name="guint" c:type="guint"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_backend"
              c:identifier="geocode_forward_set_backend"
              version="3.23.1">
        <doc xml:space="preserve">Specifies the backend to use in the forward geocoding operation.

If none is given, the default GNOME Nominatim server is used.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
          <parameter name="backend"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">a #GeocodeBackend, or %NULL to use the
   default one.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_bounded" c:identifier="geocode_forward_set_bounded">
        <doc xml:space="preserve">Set the #GeocodeForward:bounded property that regulates whether the
#GeocodeForward:search-area property acts restricting or not.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
          <parameter name="bounded" transfer-ownership="none">
            <doc xml:space="preserve">#TRUE to restrict results to only items contained within the
#GeocodeForward:search-area bounding box.</doc>
            <type name="gboolean" c:type="gboolean"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_search_area"
              c:identifier="geocode_forward_set_search_area">
        <doc xml:space="preserve">Sets the area to limit searches within.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="forward" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeForward representing a query</doc>
            <type name="Forward" c:type="GeocodeForward*"/>
          </instance-parameter>
          <parameter name="box" transfer-ownership="none">
            <doc xml:space="preserve">a bounding box to limit the search area.</doc>
            <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
          </parameter>
        </parameters>
      </method>
      <property name="answer-count" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The number of requested results to a search query.</doc>
        <type name="guint" c:type="guint"/>
      </property>
      <property name="bounded" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">If set to #TRUE then only results in the #GeocodeForward:search-area
bounding box are returned.
If set to #FALSE the #GeocodeForward:search-area is treated like a
preferred area for results.</doc>
        <type name="gboolean" c:type="gboolean"/>
      </property>
      <property name="search-area" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The bounding box that limits the search area.
If #GeocodeForward:bounded property is set to #TRUE only results from
this area is returned.</doc>
        <type name="BoundingBox"/>
      </property>
      <field name="parent_instance" readable="0" private="1">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="ForwardPrivate" c:type="GeocodeForwardPrivate*"/>
      </field>
    </class>
    <record name="ForwardClass"
            c:type="GeocodeForwardClass"
            glib:is-gtype-struct-for="Forward">
      <doc xml:space="preserve">All the fields in the #GeocodeForwardClass structure are private and should never be accessed directly.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <record name="ForwardPrivate" c:type="GeocodeForwardPrivate" disguised="1">
    </record>
    <constant name="LOCATION_ACCURACY_CITY"
              value="15000"
              c:type="GEOCODE_LOCATION_ACCURACY_CITY">
      <doc xml:space="preserve">Constant representing city-level accuracy.</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <constant name="LOCATION_ACCURACY_CONTINENT"
              value="3000000"
              c:type="GEOCODE_LOCATION_ACCURACY_CONTINENT">
      <doc xml:space="preserve">Constant representing continent-level accuracy.</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <constant name="LOCATION_ACCURACY_COUNTRY"
              value="300000"
              c:type="GEOCODE_LOCATION_ACCURACY_COUNTRY">
      <doc xml:space="preserve">Constant representing country-level accuracy.</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <constant name="LOCATION_ACCURACY_REGION"
              value="50000"
              c:type="GEOCODE_LOCATION_ACCURACY_REGION">
      <doc xml:space="preserve">Constant representing region-level accuracy.</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <constant name="LOCATION_ACCURACY_STREET"
              value="1000"
              c:type="GEOCODE_LOCATION_ACCURACY_STREET">
      <doc xml:space="preserve">Constant representing street-level accuracy.</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <constant name="LOCATION_ACCURACY_UNKNOWN"
              value="-1"
              c:type="GEOCODE_LOCATION_ACCURACY_UNKNOWN">
      <doc xml:space="preserve">Constant representing unknown accuracy.</doc>
      <type name="gint" c:type="gint"/>
    </constant>
    <class name="Location"
           c:symbol-prefix="location"
           c:type="GeocodeLocation"
           parent="GObject.Object"
           glib:type-name="GeocodeLocation"
           glib:get-type="geocode_location_get_type"
           glib:type-struct="LocationClass">
      <doc xml:space="preserve">All the fields in the #GeocodeLocation structure are private and should never be accessed directly.</doc>
      <constructor name="new" c:identifier="geocode_location_new">
        <doc xml:space="preserve">Creates a new #GeocodeLocation object.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodeLocation object. Use g_object_unref() when done.</doc>
          <type name="Location" c:type="GeocodeLocation*"/>
        </return-value>
        <parameters>
          <parameter name="latitude" transfer-ownership="none">
            <doc xml:space="preserve">a valid latitude</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="longitude" transfer-ownership="none">
            <doc xml:space="preserve">a valid longitude</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="accuracy" transfer-ownership="none">
            <doc xml:space="preserve">accuracy of location in meters</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
        </parameters>
      </constructor>
      <constructor name="new_with_description"
                   c:identifier="geocode_location_new_with_description">
        <doc xml:space="preserve">Creates a new #GeocodeLocation object.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodeLocation object. Use g_object_unref() when done.</doc>
          <type name="Location" c:type="GeocodeLocation*"/>
        </return-value>
        <parameters>
          <parameter name="latitude" transfer-ownership="none">
            <doc xml:space="preserve">a valid latitude</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="longitude" transfer-ownership="none">
            <doc xml:space="preserve">a valid longitude</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="accuracy" transfer-ownership="none">
            <doc xml:space="preserve">accuracy of location in meters</doc>
            <type name="gdouble" c:type="gdouble"/>
          </parameter>
          <parameter name="description" transfer-ownership="none">
            <doc xml:space="preserve">a description for the location</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </constructor>
      <method name="equal"
              c:identifier="geocode_location_equal"
              version="3.23.1">
        <doc xml:space="preserve">Compare two #GeocodeLocation instances for equality. This compares all fields
and only returns %TRUE if the instances are exactly equal. For example, if
both locations have the same physical coordinates, but one location has its
#GeocodeLocation:description property set and the other does not, %FALSE
will be returned. Similarly, if both locations have the same
#GeocodeLocation:latitude, #GeocodeLocation:longitude and
#GeocodeLocation:altitude, but a different #GeocodeLocation:accuracy or
#GeocodeLocation:timestamp, %FALSE will be returned. Or if both locations
have the same#GeocodeLocation:latitude and #GeocodeLocation:longitude but a
different #GeocodeLocation:altitude, %FALSE will be returned.

Both instances must be non-%NULL.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if the instances are equal, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="a" transfer-ownership="none">
            <doc xml:space="preserve">a location</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
          <parameter name="b" transfer-ownership="none">
            <doc xml:space="preserve">another location</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_accuracy" c:identifier="geocode_location_get_accuracy">
        <doc xml:space="preserve">Gets the accuracy (in meters) of location @loc.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The accuracy of location @loc.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_altitude" c:identifier="geocode_location_get_altitude">
        <doc xml:space="preserve">Gets the altitude of location @loc.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The altitude of location @loc.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_crs" c:identifier="geocode_location_get_crs">
        <doc xml:space="preserve">Gets the Coordinate Reference System Identification of location @loc.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The CRS of location @loc.</doc>
          <type name="LocationCRS" c:type="GeocodeLocationCRS"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_description"
              c:identifier="geocode_location_get_description">
        <doc xml:space="preserve">Gets the description of location @loc.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The description of location @loc.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_distance_from"
              c:identifier="geocode_location_get_distance_from">
        <doc xml:space="preserve">Calculates the distance in km, along the curvature of the Earth,
between 2 locations. Note that altitude changes are not
taken into account.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">a distance in km.</doc>
          <type name="gdouble" c:type="double"/>
        </return-value>
        <parameters>
          <instance-parameter name="loca" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
          <parameter name="locb" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_latitude" c:identifier="geocode_location_get_latitude">
        <doc xml:space="preserve">Gets the latitude of location @loc.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The latitude of location @loc.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_longitude"
              c:identifier="geocode_location_get_longitude">
        <doc xml:space="preserve">Gets the longitude of location @loc.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The longitude of location @loc.</doc>
          <type name="gdouble" c:type="gdouble"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_timestamp"
              c:identifier="geocode_location_get_timestamp">
        <doc xml:space="preserve">Gets the timestamp (in seconds since the Epoch) of location @loc. See
#GeocodeLocation:timestamp.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The timestamp of location @loc.</doc>
          <type name="guint64" c:type="guint64"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="set_description"
              c:identifier="geocode_location_set_description">
        <doc xml:space="preserve">Sets the description of @loc to @description.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
          <parameter name="description" transfer-ownership="none">
            <doc xml:space="preserve">a description for the location</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_from_uri"
              c:identifier="geocode_location_set_from_uri"
              throws="1">
        <doc xml:space="preserve">Initialize a #GeocodeLocation object with the given @uri.

The URI should be in the geo scheme (RFC 5870) which in its simplest form
looks like:

- geo:latitude,longitude

An &lt;ulink
url="http://developer.android.com/guide/components/intents-common.html#Maps"&gt;
Android extension&lt;/ulink&gt; to set a description is also supported in the form of:

- geo:0,0?q=latitude,longitude(description)</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE on success and %FALSE on error.</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
          <parameter name="uri" transfer-ownership="none">
            <doc xml:space="preserve">a URI mapping out a location</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="to_uri" c:identifier="geocode_location_to_uri">
        <doc xml:space="preserve">Creates a URI representing @loc in the scheme specified in @scheme.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a URI representing the location. The returned string should be freed
with g_free() when no longer needed.</doc>
          <type name="utf8" c:type="char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="loc" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </instance-parameter>
          <parameter name="scheme" transfer-ownership="none">
            <doc xml:space="preserve">the scheme of the requested URI</doc>
            <type name="LocationURIScheme" c:type="GeocodeLocationURIScheme"/>
          </parameter>
        </parameters>
      </method>
      <property name="accuracy" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The accuracy of this location in meters.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="altitude" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The altitude of this location in meters.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="crs"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">The Coordinate Reference System Identification of this location.
Only the value 'wgs84' is currently valid.</doc>
        <type name="LocationCRS"/>
      </property>
      <property name="description" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The description of this location.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="latitude" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The latitude of this location in degrees.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="longitude" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The longitude of this location in degrees.</doc>
        <type name="gdouble" c:type="gdouble"/>
      </property>
      <property name="timestamp"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">A timestamp in seconds since
&lt;ulink url="http://en.wikipedia.org/wiki/Unix_epoch"&gt;Epoch&lt;/ulink&gt;,
giving when the location was resolved from an address.

A value of 0 (zero) will be interpreted as the current time.</doc>
        <type name="guint64" c:type="guint64"/>
      </property>
      <field name="parent_instance" readable="0" private="1">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="LocationPrivate" c:type="GeocodeLocationPrivate*"/>
      </field>
    </class>
    <enumeration name="LocationCRS"
                 glib:type-name="GeocodeLocationCRS"
                 glib:get-type="geocode_location_crs_get_type"
                 c:type="GeocodeLocationCRS">
      <doc xml:space="preserve">Coordinate Reference System Identification for a location.</doc>
      <member name="wgs84"
              value="0"
              c:identifier="GEOCODE_LOCATION_CRS_WGS84"
              glib:nick="wgs84">
        <doc xml:space="preserve">CRS is World Geodetic System, standard for Earth.</doc>
      </member>
    </enumeration>
    <record name="LocationClass"
            c:type="GeocodeLocationClass"
            glib:is-gtype-struct-for="Location">
      <doc xml:space="preserve">All the fields in the #GeocodeLocationClass structure are private and should never be accessed directly.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <record name="LocationPrivate"
            c:type="GeocodeLocationPrivate"
            disguised="1">
    </record>
    <enumeration name="LocationURIScheme"
                 glib:type-name="GeocodeLocationURIScheme"
                 glib:get-type="geocode_location_uri_scheme_get_type"
                 c:type="GeocodeLocationURIScheme">
      <doc xml:space="preserve">The URI scheme for this location.</doc>
      <member name="geo"
              value="0"
              c:identifier="GEOCODE_LOCATION_URI_SCHEME_GEO"
              glib:nick="geo">
        <doc xml:space="preserve">The 'geo' URI scheme, RFC 5870</doc>
      </member>
    </enumeration>
    <class name="MockBackend"
           c:symbol-prefix="mock_backend"
           c:type="GeocodeMockBackend"
           version="3.23.1"
           parent="GObject.Object"
           glib:type-name="GeocodeMockBackend"
           glib:get-type="geocode_mock_backend_get_type"
           glib:type-struct="MockBackendClass">
      <doc xml:space="preserve">All the fields in the #GeocodeMockBackend structure are private and should
never be accessed directly.</doc>
      <implements name="Backend"/>
      <constructor name="new"
                   c:identifier="geocode_mock_backend_new"
                   version="3.23.1">
        <doc xml:space="preserve">Creates a new mock backend implementation with no initial forward or reverse
query results (so it will return an empty result set for all queries).</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodeMockBackend</doc>
          <type name="MockBackend" c:type="GeocodeMockBackend*"/>
        </return-value>
      </constructor>
      <method name="add_forward_result"
              c:identifier="geocode_mock_backend_add_forward_result"
              version="3.23.1">
        <doc xml:space="preserve">Add a query and corresponding result (or error) to the mock backend, meaning
that if it receives a forward search for @params through
geocode_backend_forward_search() (or its asynchronous variants), the mock
backend will return the given @results or @error to the caller.

If a set of @params is added to the backend multiple times, the most
recently provided @results and @error will be used.

Exactly one of @results and @error must be set. Empty result sets are
represented as a %GEOCODE_ERROR_NO_MATCHES error.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeMockBackend</doc>
            <type name="MockBackend" c:type="GeocodeMockBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">query parameters to
    respond to, in the same format as accepted by geocode_forward_search()</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="results"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">result set
    to return for the query, or %NULL if @error is non-%NULL; result sets
    must be in the same format as returned by geocode_forward_search()</doc>
            <type name="GLib.List" c:type="GList*">
              <type name="Place"/>
            </type>
          </parameter>
          <parameter name="error"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">error to return for the query, or %NULL if @results
    should be returned instead; errors must match those returned by
    geocode_forward_search()</doc>
            <type name="GLib.Error" c:type="const GError*"/>
          </parameter>
        </parameters>
      </method>
      <method name="add_reverse_result"
              c:identifier="geocode_mock_backend_add_reverse_result"
              version="3.23.1">
        <doc xml:space="preserve">Add a query and corresponding result (or error) to the mock backend, meaning
that if it receives a reverse search for @params through
geocode_backend_reverse_resolve() (or its asynchronous variants), the mock
backend will return the given @results or @error to the caller.

If a set of @params is added to the backend multiple times, the most
recently provided @results and @error will be used.

Exactly one of @results and @error must be set. Empty result sets are
represented as a %GEOCODE_ERROR_NOT_SUPPORTED error.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeMockBackend</doc>
            <type name="MockBackend" c:type="GeocodeMockBackend*"/>
          </instance-parameter>
          <parameter name="params" transfer-ownership="none">
            <doc xml:space="preserve">query parameters to
    respond to, in the same format as accepted by geocode_reverse_resolve()</doc>
            <type name="GLib.HashTable" c:type="GHashTable*">
              <type name="utf8"/>
              <type name="GObject.Value"/>
            </type>
          </parameter>
          <parameter name="results"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">result set
    to return for the query, or %NULL if @error is non-%NULL; result sets
    must be in the same format as returned by geocode_reverse_resolve()</doc>
            <type name="GLib.List" c:type="GList*">
              <type name="Place"/>
            </type>
          </parameter>
          <parameter name="error"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">error to return for the query, or %NULL if @results
    should be returned instead; errors must match those returned by
    geocode_reverse_resolve()</doc>
            <type name="GLib.Error" c:type="const GError*"/>
          </parameter>
        </parameters>
      </method>
      <method name="clear"
              c:identifier="geocode_mock_backend_clear"
              version="3.23.1">
        <doc xml:space="preserve">Clear the set of stored results in the mock backend which have been added
using geocode_mock_backend_add_forward_result() and
geocode_mock_backend_add_reverse_result(). Additionally, clear the query log
so far (see geocode_mock_backend_get_query_log()).

This effectively resets the mock backend to its initial state.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeMockBackend</doc>
            <type name="MockBackend" c:type="GeocodeMockBackend*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_query_log"
              c:identifier="geocode_mock_backend_get_query_log"
              version="3.23.1">
        <doc xml:space="preserve">Get the details of the forward and reverse queries which have been requested
of the mock backend since the most recent call to
geocode_mock_backend_clear(). The query details are provided as
#GeocodeMockBackendQuery structures, which map the query parameters to
either the result set or the error which geocode_backend_forward_search()
or geocode_backend_reverse_resolve() (or their asynchronous variants)
returned to the caller.

The results are provided in the order in which calls were made to
geocode_backend_forward_search() and geocode_backend_reverse_resolve().
Results for forward and reverse queries may be interleaved.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">potentially
    empty sequence of forward and reverse query details</doc>
          <array name="GLib.PtrArray" c:type="GPtrArray*">
            <type name="MockBackendQuery"/>
          </array>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeMockBackend</doc>
            <type name="MockBackend" c:type="GeocodeMockBackend*"/>
          </instance-parameter>
        </parameters>
      </method>
    </class>
    <record name="MockBackendClass"
            c:type="GeocodeMockBackendClass"
            glib:is-gtype-struct-for="MockBackend">
      <field name="parent_class">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <record name="MockBackendQuery"
            c:type="GeocodeMockBackendQuery"
            version="3.23.1">
      <doc xml:space="preserve">The details of a forward or reverse query which was performed on a
#GeocodeMockBackend by application code. This includes the input (@params,
@is_forward), and the output which was returned (@results or @error).

Empty result sets are represented by the %GEOCODE_ERROR_NO_MATCHES error
(for forward queries) or the %GEOCODE_ERROR_NOT_SUPPORTED error (for reverse
queries), rather than an empty @results list.</doc>
      <field name="params" writable="1">
        <doc xml:space="preserve">query parameters, in the format accepted by geocode_forward_search()
    (if @is_forward is %TRUE) or geocode_reverse_resolve() (otherwise)</doc>
        <type name="GLib.HashTable" c:type="GHashTable*">
          <type name="gpointer" c:type="gpointer"/>
          <type name="gpointer" c:type="gpointer"/>
        </type>
      </field>
      <field name="is_forward" writable="1">
        <doc xml:space="preserve">%TRUE if this represents a call to geocode_forward_search();
    %FALSE if it represents a call to geocode_reverse_resolve()</doc>
        <type name="gboolean" c:type="gboolean"/>
      </field>
      <field name="results" writable="1">
        <doc xml:space="preserve">results returned by the
    query, or %NULL if an error was returned</doc>
        <type name="GLib.List" c:type="GList*">
          <type name="Place"/>
        </type>
      </field>
      <field name="error" writable="1">
        <doc xml:space="preserve">error returned by the query, or %NULL if a result set
    was returned</doc>
        <type name="GLib.Error" c:type="GError*"/>
      </field>
    </record>
    <class name="Nominatim"
           c:symbol-prefix="nominatim"
           c:type="GeocodeNominatim"
           version="3.23.1"
           parent="GObject.Object"
           glib:type-name="GeocodeNominatim"
           glib:get-type="geocode_nominatim_get_type"
           glib:type-struct="NominatimClass">
      <doc xml:space="preserve">All the fields in the #GeocodeNominatim structure are private and should
never be accessed directly.</doc>
      <implements name="Backend"/>
      <constructor name="new"
                   c:identifier="geocode_nominatim_new"
                   version="3.23.1">
        <doc xml:space="preserve">Creates a new backend implementation for an online Nominatim server. See
the documentation for #GeocodeNominatim:base-url and
#GeocodeNominatim:maintainer-email-address.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodeNominatim. Use g_object_unref() when done.</doc>
          <type name="Nominatim" c:type="GeocodeNominatim*"/>
        </return-value>
        <parameters>
          <parameter name="base_url" transfer-ownership="none">
            <doc xml:space="preserve">a the base URL of the Nominatim server.</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
          <parameter name="maintainer_email_address" transfer-ownership="none">
            <doc xml:space="preserve">the email address of the software maintainer.</doc>
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
        </parameters>
      </constructor>
      <function name="get_gnome"
                c:identifier="geocode_nominatim_get_gnome"
                version="3.23.1">
        <doc xml:space="preserve">Gets a reference to the default Nominatim server on nominatim.gnome.org.

This function is thread-safe.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodeNominatim. Use g_object_unref() when done.</doc>
          <type name="Nominatim" c:type="GeocodeNominatim*"/>
        </return-value>
      </function>
      <virtual-method name="query" throws="1">
        <return-value transfer-ownership="full">
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Nominatim" c:type="GeocodeNominatim*"/>
          </instance-parameter>
          <parameter name="uri" transfer-ownership="none">
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="query_async">
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Nominatim" c:type="GeocodeNominatim*"/>
          </instance-parameter>
          <parameter name="uri" transfer-ownership="none">
            <type name="utf8" c:type="const gchar*"/>
          </parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
          <parameter name="callback"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     scope="async"
                     closure="3">
            <type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
          </parameter>
          <parameter name="user_data"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     closure="3">
            <type name="gpointer" c:type="gpointer"/>
          </parameter>
        </parameters>
      </virtual-method>
      <virtual-method name="query_finish" throws="1">
        <return-value transfer-ownership="full">
          <type name="utf8" c:type="gchar*"/>
        </return-value>
        <parameters>
          <instance-parameter name="self" transfer-ownership="none">
            <type name="Nominatim" c:type="GeocodeNominatim*"/>
          </instance-parameter>
          <parameter name="res" transfer-ownership="none">
            <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
          </parameter>
        </parameters>
      </virtual-method>
      <property name="base-url"
                version="3.23.1"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">The base URL of the Nominatim service, for example
`https://nominatim.example.org`.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="maintainer-email-address"
                version="3.23.1"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">E-mail address of the maintainer of the software making the
geocoding requests to the  Nominatim server. This is used to contact
them in the event of a problem with their usage. See
[the Nominatim API](http://wiki.openstreetmap.org/wiki/Nominatim).</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="user-agent"
                version="3.23.1"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">User-Agent string to send with HTTP(S) requests, or %NULL to use the
default user agent, which is derived from the geocode-glib version
and #GApplication:id, for example: `geocode-glib/3.20 (MyAppId)`.

As per the
[Nominatim usage policy](http://wiki.openstreetmap.org/wiki/Nominatim_usage_policy),
it should be set to a string which identifies the application which
is using geocode-glib, and must be a valid
[user agent](https://tools.ietf.org/html/rfc7231#section-5.5.3)
string.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <field name="parent_instance">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
    </class>
    <record name="NominatimClass"
            c:type="GeocodeNominatimClass"
            glib:is-gtype-struct-for="Nominatim"
            version="3.23.1">
      <doc xml:space="preserve">#GeocodeNominatim allows derived classes to override its query functions,
which are called for each network request the Nominatim client makes. All
network requests are `GET`s with no request body; just a URI. The default
implementation makes the requests internally, but derived classes may want
to override these queries to check the URIs for testing, for example.

Applications should not normally have to derive #GeocodeNominatim; these
virtual methods are mainly intended for testing.</doc>
      <field name="parent_class">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
      <field name="query">
        <callback name="query" throws="1">
          <return-value transfer-ownership="full">
            <type name="utf8" c:type="gchar*"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Nominatim" c:type="GeocodeNominatim*"/>
            </parameter>
            <parameter name="uri" transfer-ownership="none">
              <type name="utf8" c:type="const gchar*"/>
            </parameter>
            <parameter name="cancellable"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1">
              <type name="Gio.Cancellable" c:type="GCancellable*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="query_async">
        <callback name="query_async">
          <return-value transfer-ownership="none">
            <type name="none" c:type="void"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Nominatim" c:type="GeocodeNominatim*"/>
            </parameter>
            <parameter name="uri" transfer-ownership="none">
              <type name="utf8" c:type="const gchar*"/>
            </parameter>
            <parameter name="cancellable"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1">
              <type name="Gio.Cancellable" c:type="GCancellable*"/>
            </parameter>
            <parameter name="callback"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1"
                       scope="async"
                       closure="4">
              <type name="Gio.AsyncReadyCallback"
                    c:type="GAsyncReadyCallback"/>
            </parameter>
            <parameter name="user_data"
                       transfer-ownership="none"
                       nullable="1"
                       allow-none="1"
                       closure="4">
              <type name="gpointer" c:type="gpointer"/>
            </parameter>
          </parameters>
        </callback>
      </field>
      <field name="query_finish">
        <callback name="query_finish" throws="1">
          <return-value transfer-ownership="full">
            <type name="utf8" c:type="gchar*"/>
          </return-value>
          <parameters>
            <parameter name="self" transfer-ownership="none">
              <type name="Nominatim" c:type="GeocodeNominatim*"/>
            </parameter>
            <parameter name="res" transfer-ownership="none">
              <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
            </parameter>
          </parameters>
        </callback>
      </field>
    </record>
    <class name="Place"
           c:symbol-prefix="place"
           c:type="GeocodePlace"
           parent="GObject.Object"
           glib:type-name="GeocodePlace"
           glib:get-type="geocode_place_get_type"
           glib:type-struct="PlaceClass">
      <doc xml:space="preserve">All the fields in the #GeocodePlace structure are private and should never be accessed directly.</doc>
      <constructor name="new" c:identifier="geocode_place_new">
        <doc xml:space="preserve">Creates a new #GeocodePlace object.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodePlace object. Use g_object_unref() when done.</doc>
          <type name="Place" c:type="GeocodePlace*"/>
        </return-value>
        <parameters>
          <parameter name="name" transfer-ownership="none">
            <doc xml:space="preserve">the name of place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
          <parameter name="place_type" transfer-ownership="none">
            <doc xml:space="preserve">the type of place</doc>
            <type name="PlaceType" c:type="GeocodePlaceType"/>
          </parameter>
        </parameters>
      </constructor>
      <constructor name="new_with_location"
                   c:identifier="geocode_place_new_with_location">
        <doc xml:space="preserve">Creates a new #GeocodePlace object.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodePlace object. Use g_object_unref() when done.</doc>
          <type name="Place" c:type="GeocodePlace*"/>
        </return-value>
        <parameters>
          <parameter name="name" transfer-ownership="none">
            <doc xml:space="preserve">the name of place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
          <parameter name="place_type" transfer-ownership="none">
            <doc xml:space="preserve">the type of place</doc>
            <type name="PlaceType" c:type="GeocodePlaceType"/>
          </parameter>
          <parameter name="location" transfer-ownership="none">
            <doc xml:space="preserve">the location info for the place</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </parameter>
        </parameters>
      </constructor>
      <method name="equal" c:identifier="geocode_place_equal" version="3.23.1">
        <doc xml:space="preserve">Compare two #GeocodePlace instances for equality. This compares all fields
and only returns %TRUE if the instances are exactly equal. For example, if
both places have the same #GeocodePlace:location, but place @b has its
#GeocodePlace:continent property set and place @a does not, %FALSE will be
returned.

Both instances must be non-%NULL.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">%TRUE if the instances are equal, %FALSE otherwise</doc>
          <type name="gboolean" c:type="gboolean"/>
        </return-value>
        <parameters>
          <instance-parameter name="a" transfer-ownership="none">
            <doc xml:space="preserve">a place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="b" transfer-ownership="none">
            <doc xml:space="preserve">another place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </parameter>
        </parameters>
      </method>
      <method name="get_administrative_area"
              c:identifier="geocode_place_get_administrative_area">
        <doc xml:space="preserve">Gets the local administrative area of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The local administrative area of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_area" c:identifier="geocode_place_get_area">
        <doc xml:space="preserve">Gets the area of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The area of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_bounding_box"
              c:identifier="geocode_place_get_bounding_box">
        <doc xml:space="preserve">Gets the bounding box for the place @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">A #GeocodeBoundingBox, or NULL if boundaries are
unknown.</doc>
          <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_building" c:identifier="geocode_place_get_building">
        <doc xml:space="preserve">Gets the building of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The building of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_continent" c:identifier="geocode_place_get_continent">
        <doc xml:space="preserve">Gets the continent of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The continent of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_country" c:identifier="geocode_place_get_country">
        <doc xml:space="preserve">Gets the country of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The country of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_country_code"
              c:identifier="geocode_place_get_country_code">
        <doc xml:space="preserve">Gets the ISO-3166 country code of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The ISO-3166 country code of the @place, in upper case.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_county" c:identifier="geocode_place_get_county">
        <doc xml:space="preserve">Gets the county of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The country of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_icon" c:identifier="geocode_place_get_icon">
        <doc xml:space="preserve">Gets the #GIcon representing the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The #GIcon representing the @place.</doc>
          <type name="Gio.Icon" c:type="GIcon*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_location" c:identifier="geocode_place_get_location">
        <doc xml:space="preserve">Gets the associated location object.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The associated location object.</doc>
          <type name="Location" c:type="GeocodeLocation*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_name" c:identifier="geocode_place_get_name">
        <doc xml:space="preserve">Gets the name of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The name of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_osm_id" c:identifier="geocode_place_get_osm_id">
        <doc xml:space="preserve">Gets the OpenStreetMap ID of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The osm ID of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_osm_type" c:identifier="geocode_place_get_osm_type">
        <doc xml:space="preserve">Gets the OpenStreetMap type of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The osm type of the @place.</doc>
          <type name="PlaceOsmType" c:type="GeocodePlaceOsmType"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_place_type"
              c:identifier="geocode_place_get_place_type">
        <doc xml:space="preserve">Gets the type of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The type of the @place.</doc>
          <type name="PlaceType" c:type="GeocodePlaceType"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_postal_code"
              c:identifier="geocode_place_get_postal_code">
        <doc xml:space="preserve">Gets the postal code of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The postal code of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_state" c:identifier="geocode_place_get_state">
        <doc xml:space="preserve">Gets the state of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The state of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_street" c:identifier="geocode_place_get_street">
        <doc xml:space="preserve">Gets the street of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The street of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_street_address"
              c:identifier="geocode_place_get_street_address">
        <doc xml:space="preserve">Gets the street address of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The street address of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="get_town" c:identifier="geocode_place_get_town">
        <doc xml:space="preserve">Gets the town of the @place.</doc>
        <return-value transfer-ownership="none">
          <doc xml:space="preserve">The town of the @place.</doc>
          <type name="utf8" c:type="const char*"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="set_administrative_area"
              c:identifier="geocode_place_set_administrative_area">
        <doc xml:space="preserve">Sets the local administrative area of @place to @admin_area.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="admin_area" transfer-ownership="none">
            <doc xml:space="preserve">an administrative area for the place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_area" c:identifier="geocode_place_set_area">
        <doc xml:space="preserve">Sets the area of @place to @area.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="area" transfer-ownership="none">
            <doc xml:space="preserve">a area</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_bounding_box"
              c:identifier="geocode_place_set_bounding_box">
        <doc xml:space="preserve">Sets the #GeocodeBoundingBox for the place @place.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="bbox" transfer-ownership="none">
            <doc xml:space="preserve">A #GeocodeBoundingBox for the place</doc>
            <type name="BoundingBox" c:type="GeocodeBoundingBox*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_building" c:identifier="geocode_place_set_building">
        <doc xml:space="preserve">Sets the building of @place to @building.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="building" transfer-ownership="none">
            <doc xml:space="preserve">a building</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_continent" c:identifier="geocode_place_set_continent">
        <doc xml:space="preserve">Sets the continent of @place to @continent.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="continent" transfer-ownership="none">
            <doc xml:space="preserve">a continent for the place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_country" c:identifier="geocode_place_set_country">
        <doc xml:space="preserve">Sets the country of @place to @country.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="country" transfer-ownership="none">
            <doc xml:space="preserve">a country for the place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_country_code"
              c:identifier="geocode_place_set_country_code">
        <doc xml:space="preserve">Sets the ISO country code of @place to @country_code.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="country_code" transfer-ownership="none">
            <doc xml:space="preserve">an ISO country code for the place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_county" c:identifier="geocode_place_set_county">
        <doc xml:space="preserve">Sets the county of @place to @county.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="county" transfer-ownership="none">
            <doc xml:space="preserve">a county for the place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_location" c:identifier="geocode_place_set_location">
        <doc xml:space="preserve">Sets the location of @place to @location.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="location" transfer-ownership="none">
            <doc xml:space="preserve">A location</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_name" c:identifier="geocode_place_set_name">
        <doc xml:space="preserve">Sets the name of the @place to @name.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="name" transfer-ownership="none">
            <doc xml:space="preserve">the name of place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_postal_code"
              c:identifier="geocode_place_set_postal_code">
        <doc xml:space="preserve">Sets the postal code of @place to @postal_code.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="postal_code" transfer-ownership="none">
            <doc xml:space="preserve">a postal code for the place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_state" c:identifier="geocode_place_set_state">
        <doc xml:space="preserve">Sets the state of @place to @state.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="state" transfer-ownership="none">
            <doc xml:space="preserve">a state for the place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_street" c:identifier="geocode_place_set_street">
        <doc xml:space="preserve">Sets the street of @place to @street.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="street" transfer-ownership="none">
            <doc xml:space="preserve">a street</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_street_address"
              c:identifier="geocode_place_set_street_address">
        <doc xml:space="preserve">Sets the street address of @place to @street_address.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="street_address" transfer-ownership="none">
            <doc xml:space="preserve">a street address for the place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_town" c:identifier="geocode_place_set_town">
        <doc xml:space="preserve">Sets the town of @place to @town.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="place" transfer-ownership="none">
            <doc xml:space="preserve">A place</doc>
            <type name="Place" c:type="GeocodePlace*"/>
          </instance-parameter>
          <parameter name="town" transfer-ownership="none">
            <doc xml:space="preserve">a town for the place</doc>
            <type name="utf8" c:type="const char*"/>
          </parameter>
        </parameters>
      </method>
      <property name="administrative-area"
                writable="1"
                transfer-ownership="none">
        <doc xml:space="preserve">The local administrative area.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="area" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">A named area such as a campus or neighborhood.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="bounding-box" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The bounding box for the place.</doc>
        <type name="BoundingBox"/>
      </property>
      <property name="building" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">A specific building on a street or in an area.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="continent" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The continent.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="country" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The country.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="country-code" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The country code.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="county" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The county.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="icon" transfer-ownership="none">
        <doc xml:space="preserve">#GIcon representing the @GeocodePlace.</doc>
        <type name="Gio.Icon"/>
      </property>
      <property name="location" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The location info for the place.</doc>
        <type name="Location"/>
      </property>
      <property name="name" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The name of the place.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="osm-id" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The OpenStreetMap id of the place.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="osm-type" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The OpenStreetMap type of the place.</doc>
        <type name="PlaceOsmType"/>
      </property>
      <property name="place-type"
                writable="1"
                construct-only="1"
                transfer-ownership="none">
        <doc xml:space="preserve">The type of the place.</doc>
        <type name="PlaceType"/>
      </property>
      <property name="postal-code" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The postal code.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="state" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The state.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="street" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The street name.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="street-address" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The street address.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <property name="town" writable="1" transfer-ownership="none">
        <doc xml:space="preserve">The town.</doc>
        <type name="utf8" c:type="gchar*"/>
      </property>
      <field name="parent_instance" readable="0" private="1">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="PlacePrivate" c:type="GeocodePlacePrivate*"/>
      </field>
    </class>
    <record name="PlaceClass"
            c:type="GeocodePlaceClass"
            glib:is-gtype-struct-for="Place">
      <doc xml:space="preserve">All the fields in the #GeocodePlaceClass structure are private and should never be accessed directly.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <enumeration name="PlaceOsmType"
                 glib:type-name="GeocodePlaceOsmType"
                 glib:get-type="geocode_place_osm_type_get_type"
                 c:type="GeocodePlaceOsmType">
      <doc xml:space="preserve">Osm type of the place.</doc>
      <member name="unknown"
              value="0"
              c:identifier="GEOCODE_PLACE_OSM_TYPE_UNKNOWN"
              glib:nick="unknown">
        <doc xml:space="preserve">Unknown type</doc>
      </member>
      <member name="node"
              value="1"
              c:identifier="GEOCODE_PLACE_OSM_TYPE_NODE"
              glib:nick="node">
        <doc xml:space="preserve">Defines a point in space.</doc>
      </member>
      <member name="relation"
              value="2"
              c:identifier="GEOCODE_PLACE_OSM_TYPE_RELATION"
              glib:nick="relation">
        <doc xml:space="preserve">Used to explain how other elements work together.</doc>
      </member>
      <member name="way"
              value="3"
              c:identifier="GEOCODE_PLACE_OSM_TYPE_WAY"
              glib:nick="way">
        <doc xml:space="preserve">Defines a linear feature and area boundaries.</doc>
      </member>
    </enumeration>
    <record name="PlacePrivate" c:type="GeocodePlacePrivate" disguised="1">
    </record>
    <enumeration name="PlaceType"
                 glib:type-name="GeocodePlaceType"
                 glib:get-type="geocode_place_type_get_type"
                 c:type="GeocodePlaceType">
      <doc xml:space="preserve">Type of the place.</doc>
      <member name="unknown"
              value="0"
              c:identifier="GEOCODE_PLACE_TYPE_UNKNOWN"
              glib:nick="unknown">
        <doc xml:space="preserve">Type is unknown for this place.</doc>
      </member>
      <member name="building"
              value="1"
              c:identifier="GEOCODE_PLACE_TYPE_BUILDING"
              glib:nick="building">
        <doc xml:space="preserve">A building or house.</doc>
      </member>
      <member name="street"
              value="2"
              c:identifier="GEOCODE_PLACE_TYPE_STREET"
              glib:nick="street">
        <doc xml:space="preserve">A street.</doc>
      </member>
      <member name="town"
              value="3"
              c:identifier="GEOCODE_PLACE_TYPE_TOWN"
              glib:nick="town">
        <doc xml:space="preserve">A populated settlement such as a city, town, village.</doc>
      </member>
      <member name="state"
              value="4"
              c:identifier="GEOCODE_PLACE_TYPE_STATE"
              glib:nick="state">
        <doc xml:space="preserve">One of the primary administrative areas within a country.</doc>
      </member>
      <member name="county"
              value="5"
              c:identifier="GEOCODE_PLACE_TYPE_COUNTY"
              glib:nick="county">
        <doc xml:space="preserve">One of the secondary administrative areas within a country.</doc>
      </member>
      <member name="local_administrative_area"
              value="6"
              c:identifier="GEOCODE_PLACE_TYPE_LOCAL_ADMINISTRATIVE_AREA"
              glib:nick="local-administrative-area">
        <doc xml:space="preserve">One of the tertiary administrative areas within a country.</doc>
      </member>
      <member name="postal_code"
              value="7"
              c:identifier="GEOCODE_PLACE_TYPE_POSTAL_CODE"
              glib:nick="postal-code">
        <doc xml:space="preserve">A partial or full postal code.</doc>
      </member>
      <member name="country"
              value="8"
              c:identifier="GEOCODE_PLACE_TYPE_COUNTRY"
              glib:nick="country">
        <doc xml:space="preserve">One of the countries or dependent territories defined by the ISO 3166-1 standard.</doc>
      </member>
      <member name="island"
              value="9"
              c:identifier="GEOCODE_PLACE_TYPE_ISLAND"
              glib:nick="island">
        <doc xml:space="preserve">An island.</doc>
      </member>
      <member name="airport"
              value="10"
              c:identifier="GEOCODE_PLACE_TYPE_AIRPORT"
              glib:nick="airport">
        <doc xml:space="preserve">An airport.</doc>
      </member>
      <member name="railway_station"
              value="11"
              c:identifier="GEOCODE_PLACE_TYPE_RAILWAY_STATION"
              glib:nick="railway-station">
        <doc xml:space="preserve">A railway station.</doc>
      </member>
      <member name="bus_stop"
              value="12"
              c:identifier="GEOCODE_PLACE_TYPE_BUS_STOP"
              glib:nick="bus-stop">
        <doc xml:space="preserve">A bus stop.</doc>
      </member>
      <member name="motorway"
              value="13"
              c:identifier="GEOCODE_PLACE_TYPE_MOTORWAY"
              glib:nick="motorway">
        <doc xml:space="preserve">A high capacity highways designed to safely carry fast motor traffic.</doc>
      </member>
      <member name="drainage"
              value="14"
              c:identifier="GEOCODE_PLACE_TYPE_DRAINAGE"
              glib:nick="drainage">
        <doc xml:space="preserve">A water feature such as a river, canal, lake, bay or ocean.</doc>
      </member>
      <member name="land_feature"
              value="15"
              c:identifier="GEOCODE_PLACE_TYPE_LAND_FEATURE"
              glib:nick="land-feature">
        <doc xml:space="preserve">A land feature such as a park, mountain or beach.</doc>
      </member>
      <member name="miscellaneous"
              value="16"
              c:identifier="GEOCODE_PLACE_TYPE_MISCELLANEOUS"
              glib:nick="miscellaneous">
        <doc xml:space="preserve">A uncategorized place.</doc>
      </member>
      <member name="supername"
              value="17"
              c:identifier="GEOCODE_PLACE_TYPE_SUPERNAME"
              glib:nick="supername">
        <doc xml:space="preserve">An area covering multiple countries.</doc>
      </member>
      <member name="point_of_interest"
              value="18"
              c:identifier="GEOCODE_PLACE_TYPE_POINT_OF_INTEREST"
              glib:nick="point-of-interest">
        <doc xml:space="preserve">A point of interest such as a school, hospital or tourist attraction.</doc>
      </member>
      <member name="suburb"
              value="19"
              c:identifier="GEOCODE_PLACE_TYPE_SUBURB"
              glib:nick="suburb">
        <doc xml:space="preserve">A subdivision of a town such as a suburb or neighborhood.</doc>
      </member>
      <member name="colloquial"
              value="20"
              c:identifier="GEOCODE_PLACE_TYPE_COLLOQUIAL"
              glib:nick="colloquial">
        <doc xml:space="preserve">A place known by a colloquial name.</doc>
      </member>
      <member name="zone"
              value="21"
              c:identifier="GEOCODE_PLACE_TYPE_ZONE"
              glib:nick="zone">
        <doc xml:space="preserve">An area known within a specific context such as MSA or area code.</doc>
      </member>
      <member name="historical_state"
              value="22"
              c:identifier="GEOCODE_PLACE_TYPE_HISTORICAL_STATE"
              glib:nick="historical-state">
        <doc xml:space="preserve">A historical primary administrative area within a country.</doc>
      </member>
      <member name="historical_county"
              value="23"
              c:identifier="GEOCODE_PLACE_TYPE_HISTORICAL_COUNTY"
              glib:nick="historical-county">
        <doc xml:space="preserve">A historical secondary administrative area within a country.</doc>
      </member>
      <member name="continent"
              value="24"
              c:identifier="GEOCODE_PLACE_TYPE_CONTINENT"
              glib:nick="continent">
        <doc xml:space="preserve">One of the major land masses on the Earth.</doc>
      </member>
      <member name="time_zone"
              value="25"
              c:identifier="GEOCODE_PLACE_TYPE_TIME_ZONE"
              glib:nick="time-zone">
        <doc xml:space="preserve">An area defined by the Olson standard (tz database).</doc>
      </member>
      <member name="estate"
              value="26"
              c:identifier="GEOCODE_PLACE_TYPE_ESTATE"
              glib:nick="estate">
        <doc xml:space="preserve">A housing development or subdivision known by name.</doc>
      </member>
      <member name="historical_town"
              value="27"
              c:identifier="GEOCODE_PLACE_TYPE_HISTORICAL_TOWN"
              glib:nick="historical-town">
        <doc xml:space="preserve">A historical populated settlement that is no longer known by its original name.</doc>
      </member>
      <member name="ocean"
              value="28"
              c:identifier="GEOCODE_PLACE_TYPE_OCEAN"
              glib:nick="ocean">
        <doc xml:space="preserve">One of the five major bodies of water on the Earth.</doc>
      </member>
      <member name="sea"
              value="29"
              c:identifier="GEOCODE_PLACE_TYPE_SEA"
              glib:nick="sea">
        <doc xml:space="preserve">An area of open water smaller than an ocean.</doc>
      </member>
      <member name="school"
              value="30"
              c:identifier="GEOCODE_PLACE_TYPE_SCHOOL"
              glib:nick="school">
        <doc xml:space="preserve">Institution designed for learning under the supervision of teachers.</doc>
      </member>
      <member name="place_of_worship"
              value="31"
              c:identifier="GEOCODE_PLACE_TYPE_PLACE_OF_WORSHIP"
              glib:nick="place-of-worship">
        <doc xml:space="preserve">All places of worship independently of the religion or denomination.</doc>
      </member>
      <member name="restaurant"
              value="32"
              c:identifier="GEOCODE_PLACE_TYPE_RESTAURANT"
              glib:nick="restaurant">
        <doc xml:space="preserve">Generally formal place with sit-down facilities selling full meals served by waiters.</doc>
      </member>
      <member name="bar"
              value="33"
              c:identifier="GEOCODE_PLACE_TYPE_BAR"
              glib:nick="bar">
        <doc xml:space="preserve">A bar or pub.</doc>
      </member>
      <member name="light_rail_station"
              value="34"
              c:identifier="GEOCODE_PLACE_TYPE_LIGHT_RAIL_STATION"
              glib:nick="light-rail-station">
        <doc xml:space="preserve">A light rail station or tram stop.</doc>
      </member>
    </enumeration>
    <class name="Reverse"
           c:symbol-prefix="reverse"
           c:type="GeocodeReverse"
           parent="GObject.Object"
           glib:type-name="GeocodeReverse"
           glib:get-type="geocode_reverse_get_type"
           glib:type-struct="ReverseClass">
      <doc xml:space="preserve">All the fields in the #GeocodeReverse structure are private and should never be accessed directly.</doc>
      <constructor name="new_for_location"
                   c:identifier="geocode_reverse_new_for_location">
        <doc xml:space="preserve">Creates a new #GeocodeReverse to perform reverse geocoding with.
Use geocode_reverse_resolve_async() to perform the resolution.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">a new #GeocodeReverse. Use g_object_unref() when done.</doc>
          <type name="Reverse" c:type="GeocodeReverse*"/>
        </return-value>
        <parameters>
          <parameter name="location" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeLocation object</doc>
            <type name="Location" c:type="GeocodeLocation*"/>
          </parameter>
        </parameters>
      </constructor>
      <method name="resolve" c:identifier="geocode_reverse_resolve" throws="1">
        <doc xml:space="preserve">Gets the result of a reverse geocoding
query using the current backend (see geocode_reverse_set_backend()). By
default the GNOME Nominatim server is used. See #GeocodeBackend for more
information.

If no result could be found, a %GEOCODE_ERROR_NOT_SUPPORTED error will be
returned. This typically happens if the coordinates to geocode are in the
middle of the ocean.</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A #GeocodePlace instance, or %NULL in case of
errors. Free the returned instance with #g_object_unref() when done.</doc>
          <type name="Place" c:type="GeocodePlace*"/>
        </return-value>
        <parameters>
          <instance-parameter name="object" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeReverse representing a query</doc>
            <type name="Reverse" c:type="GeocodeReverse*"/>
          </instance-parameter>
        </parameters>
      </method>
      <method name="resolve_async"
              c:identifier="geocode_reverse_resolve_async">
        <doc xml:space="preserve">Asynchronously gets the result of a reverse geocoding
query using a web service. Use geocode_reverse_resolve() to do the same
thing synchronously.

When the operation is finished, @callback will be called. You can then call
geocode_reverse_resolve_finish() to get the result of the operation.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="object" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeReverse representing a query</doc>
            <type name="Reverse" c:type="GeocodeReverse*"/>
          </instance-parameter>
          <parameter name="cancellable"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">optional #GCancellable object, %NULL to ignore.</doc>
            <type name="Gio.Cancellable" c:type="GCancellable*"/>
          </parameter>
          <parameter name="callback"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1"
                     scope="async"
                     closure="2">
            <doc xml:space="preserve">a #GAsyncReadyCallback to call when the request is satisfied</doc>
            <type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
          </parameter>
          <parameter name="user_data"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">the data to pass to callback function</doc>
            <type name="gpointer" c:type="gpointer"/>
          </parameter>
        </parameters>
      </method>
      <method name="resolve_finish"
              c:identifier="geocode_reverse_resolve_finish"
              throws="1">
        <doc xml:space="preserve">Finishes a reverse geocoding operation. See geocode_reverse_resolve_async().</doc>
        <return-value transfer-ownership="full">
          <doc xml:space="preserve">A #GeocodePlace instance, or %NULL in case of
errors. Free the returned instance with #g_object_unref() when done.</doc>
          <type name="Place" c:type="GeocodePlace*"/>
        </return-value>
        <parameters>
          <instance-parameter name="object" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeReverse representing a query</doc>
            <type name="Reverse" c:type="GeocodeReverse*"/>
          </instance-parameter>
          <parameter name="res" transfer-ownership="none">
            <doc xml:space="preserve">a #GAsyncResult.</doc>
            <type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
          </parameter>
        </parameters>
      </method>
      <method name="set_backend"
              c:identifier="geocode_reverse_set_backend"
              version="3.23.1">
        <doc xml:space="preserve">Specifies the backend to use in the reverse geocoding operation.

If none is given, the default GNOME Nominatim server is used.</doc>
        <return-value transfer-ownership="none">
          <type name="none" c:type="void"/>
        </return-value>
        <parameters>
          <instance-parameter name="object" transfer-ownership="none">
            <doc xml:space="preserve">a #GeocodeReverse representing a query</doc>
            <type name="Reverse" c:type="GeocodeReverse*"/>
          </instance-parameter>
          <parameter name="backend"
                     transfer-ownership="none"
                     nullable="1"
                     allow-none="1">
            <doc xml:space="preserve">a #GeocodeBackend, or %NULL to use the default one.</doc>
            <type name="Backend" c:type="GeocodeBackend*"/>
          </parameter>
        </parameters>
      </method>
      <field name="parent_instance" readable="0" private="1">
        <type name="GObject.Object" c:type="GObject"/>
      </field>
      <field name="priv" readable="0" private="1">
        <type name="ReversePrivate" c:type="GeocodeReversePrivate*"/>
      </field>
    </class>
    <record name="ReverseClass"
            c:type="GeocodeReverseClass"
            glib:is-gtype-struct-for="Reverse">
      <doc xml:space="preserve">All the fields in the #GeocodeReverseClass structure are private and should never be accessed directly.</doc>
      <field name="parent_class" readable="0" private="1">
        <type name="GObject.ObjectClass" c:type="GObjectClass"/>
      </field>
    </record>
    <record name="ReversePrivate" c:type="GeocodeReversePrivate" disguised="1">
    </record>
    <function name="error_quark"
              c:identifier="geocode_error_quark"
              moved-to="Error.quark">
      <doc xml:space="preserve">Gets the geocode-glib error quark.</doc>
      <return-value transfer-ownership="none">
        <doc xml:space="preserve">a #GQuark.</doc>
        <type name="GLib.Quark" c:type="GQuark"/>
      </return-value>
    </function>
  </namespace>
</repository>