This file is indexed.

/usr/share/gtk-doc/html/libgwyapp/libgwyapp-data-browser.html is in libgwyddion20-doc 2.50-2.

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
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>data-browser: Gwyddion Application Library Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Gwyddion Application Library Reference Manual">
<link rel="up" href="index.html" title="Gwyddion Application Library Reference Manual">
<link rel="prev" href="libgwyapp-app.html" title="app">
<link rel="next" href="GwyDataChooser.html" title="GwyDataChooser">
<meta name="generator" content="GTK-Doc V1.19 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
<td width="100%" align="left" class="shortcuts">
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
                  <a href="#libgwyapp-data-browser.description" class="shortcut">Description</a></span>
</td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
<td><img src="up-insensitive.png" width="16" height="16" border="0"></td>
<td><a accesskey="p" href="libgwyapp-app.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="GwyDataChooser.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="libgwyapp-data-browser"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="libgwyapp-data-browser.top_of_page"></a>data-browser</span></h2>
<p>data-browser — Data browser</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="libgwyapp-data-browser.functions"></a><h2>Functions</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="functions_return">
<col class="functions_name">
</colgroup>
<tbody>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<span class="c_punctuation">(</span><a class="link" href="libgwyapp-data-browser.html#GwyAppDataForeachFunc" title="GwyAppDataForeachFunc ()">*GwyAppDataForeachFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<span class="c_punctuation">(</span><a class="link" href="libgwyapp-data-browser.html#GwyAppDataWatchFunc" title="GwyAppDataWatchFunc ()">*GwyAppDataWatchFunc</a><span class="c_punctuation">)</span> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add" title="gwy_app_data_browser_add ()">gwy_app_data_browser_add</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-remove" title="gwy_app_data_browser_remove ()">gwy_app_data_browser_remove</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-merge" title="gwy_app_data_browser_merge ()">gwy_app_data_browser_merge</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="../GwyContainer.html#GwyContainer-struct"><span class="returnvalue">GwyContainer</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get" title="gwy_app_data_browser_get ()">gwy_app_data_browser_get</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-number" title="gwy_app_data_browser_get_number ()">gwy_app_data_browser_get_number</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-reset-visibility" title="gwy_app_data_browser_reset_visibility ()">gwy_app_data_browser_reset_visibility</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-set-keep-invisible" title="gwy_app_data_browser_set_keep_invisible ()">gwy_app_data_browser_set_keep_invisible</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-keep-invisible" title="gwy_app_data_browser_get_keep_invisible ()">gwy_app_data_browser_get_keep_invisible</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-select-data-view" title="gwy_app_data_browser_select_data_view ()">gwy_app_data_browser_select_data_view</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-select-graph" title="gwy_app_data_browser_select_graph ()">gwy_app_data_browser_select_graph</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-select-spectra" title="gwy_app_data_browser_select_spectra ()">gwy_app_data_browser_select_spectra</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-select-volume" title="gwy_app_data_browser_select_volume ()">gwy_app_data_browser_select_volume</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-select-xyz" title="gwy_app_data_browser_select_xyz ()">gwy_app_data_browser_select_xyz</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-data-field" title="gwy_app_data_browser_add_data_field ()">gwy_app_data_browser_add_data_field</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-graph-model" title="gwy_app_data_browser_add_graph_model ()">gwy_app_data_browser_add_graph_model</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-spectra" title="gwy_app_data_browser_add_spectra ()">gwy_app_data_browser_add_spectra</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-brick" title="gwy_app_data_browser_add_brick ()">gwy_app_data_browser_add_brick</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-surface" title="gwy_app_data_browser_add_surface ()">gwy_app_data_browser_add_surface</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-current" title="gwy_app_data_browser_get_current ()">gwy_app_data_browser_get_current</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-data-ids" title="gwy_app_data_browser_get_data_ids ()">gwy_app_data_browser_get_data_ids</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-graph-ids" title="gwy_app_data_browser_get_graph_ids ()">gwy_app_data_browser_get_graph_ids</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-spectra-ids" title="gwy_app_data_browser_get_spectra_ids ()">gwy_app_data_browser_get_spectra_ids</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-volume-ids" title="gwy_app_data_browser_get_volume_ids ()">gwy_app_data_browser_get_volume_ids</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-xyz-ids" title="gwy_app_data_browser_get_xyz_ids ()">gwy_app_data_browser_get_xyz_ids</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-find-data-by-title" title="gwy_app_data_browser_find_data_by_title ()">gwy_app_data_browser_find_data_by_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-find-graphs-by-title" title="gwy_app_data_browser_find_graphs_by_title ()">gwy_app_data_browser_find_graphs_by_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="http://developer.gnome.org/doc/API/2.0/gtk/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-find-spectra-by-title" title="gwy_app_data_browser_find_spectra_by_title ()">gwy_app_data_browser_find_spectra_by_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-find-volume-by-title" title="gwy_app_data_browser_find_volume_by_title ()">gwy_app_data_browser_find_volume_by_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-find-xyz-by-title" title="gwy_app_data_browser_find_xyz_by_title ()">gwy_app_data_browser_find_xyz_by_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-clear-selections" title="gwy_app_data_clear_selections ()">gwy_app_data_clear_selections</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-foreach" title="gwy_app_data_browser_foreach ()">gwy_app_data_browser_foreach</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-channel-watch" title="gwy_app_data_browser_add_channel_watch ()">gwy_app_data_browser_add_channel_watch</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-remove-channel-watch" title="gwy_app_data_browser_remove_channel_watch ()">gwy_app_data_browser_remove_channel_watch</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-graph-watch" title="gwy_app_data_browser_add_graph_watch ()">gwy_app_data_browser_add_graph_watch</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-remove-graph-watch" title="gwy_app_data_browser_remove_graph_watch ()">gwy_app_data_browser_remove_graph_watch</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-sync-data-items" title="gwy_app_sync_data_items ()">gwy_app_sync_data_items</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-sync-data-itemsv" title="gwy_app_sync_data_itemsv ()">gwy_app_sync_data_itemsv</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-copy-channel" title="gwy_app_data_browser_copy_channel ()">gwy_app_data_browser_copy_channel</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-copy-volume" title="gwy_app_data_browser_copy_volume ()">gwy_app_data_browser_copy_volume</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-copy-xyz" title="gwy_app_data_browser_copy_xyz ()">gwy_app_data_browser_copy_xyz</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-data-key-for-id" title="gwy_app_get_data_key_for_id ()">gwy_app_get_data_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-mask-key-for-id" title="gwy_app_get_mask_key_for_id ()">gwy_app_get_mask_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-show-key-for-id" title="gwy_app_get_show_key_for_id ()">gwy_app_get_show_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-graph-key-for-id" title="gwy_app_get_graph_key_for_id ()">gwy_app_get_graph_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-spectra-key-for-id" title="gwy_app_get_spectra_key_for_id ()">gwy_app_get_spectra_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-brick-key-for-id" title="gwy_app_get_brick_key_for_id ()">gwy_app_get_brick_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-surface-key-for-id" title="gwy_app_get_surface_key_for_id ()">gwy_app_get_surface_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-data-title-key-for-id" title="gwy_app_get_data_title_key_for_id ()">gwy_app_get_data_title_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-data-range-type-key-for-id" title="gwy_app_get_data_range_type_key_for_id ()">gwy_app_get_data_range_type_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-data-range-min-key-for-id" title="gwy_app_get_data_range_min_key_for_id ()">gwy_app_get_data_range_min_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-data-range-max-key-for-id" title="gwy_app_get_data_range_max_key_for_id ()">gwy_app_get_data_range_max_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-data-palette-key-for-id" title="gwy_app_get_data_palette_key_for_id ()">gwy_app_get_data_palette_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-data-meta-key-for-id" title="gwy_app_get_data_meta_key_for_id ()">gwy_app_get_data_meta_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-brick-title-key-for-id" title="gwy_app_get_brick_title_key_for_id ()">gwy_app_get_brick_title_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-brick-preview-key-for-id" title="gwy_app_get_brick_preview_key_for_id ()">gwy_app_get_brick_preview_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-brick-palette-key-for-id" title="gwy_app_get_brick_palette_key_for_id ()">gwy_app_get_brick_palette_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-brick-meta-key-for-id" title="gwy_app_get_brick_meta_key_for_id ()">gwy_app_get_brick_meta_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-surface-title-key-for-id" title="gwy_app_get_surface_title_key_for_id ()">gwy_app_get_surface_title_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-surface-palette-key-for-id" title="gwy_app_get_surface_palette_key_for_id ()">gwy_app_get_surface_palette_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-surface-meta-key-for-id" title="gwy_app_get_surface_meta_key_for_id ()">gwy_app_get_surface_meta_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-surface-preview-key-for-id" title="gwy_app_get_surface_preview_key_for_id ()">gwy_app_get_surface_preview_key_for_id</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-set-data-field-title" title="gwy_app_set_data_field_title ()">gwy_app_set_data_field_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-data-field-title" title="gwy_app_get_data_field_title ()">gwy_app_get_data_field_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-set-brick-title" title="gwy_app_set_brick_title ()">gwy_app_set_brick_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-brick-title" title="gwy_app_get_brick_title ()">gwy_app_get_brick_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-set-surface-title" title="gwy_app_set_surface_title ()">gwy_app_set_surface_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-surface-title" title="gwy_app_get_surface_title ()">gwy_app_get_surface_title</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-show" title="gwy_app_data_browser_show ()">gwy_app_data_browser_show</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-restore" title="gwy_app_data_browser_restore ()">gwy_app_data_browser_restore</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-shut-down" title="gwy_app_data_browser_shut_down ()">gwy_app_data_browser_shut_down</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-channel-thumbnail" title="gwy_app_get_channel_thumbnail ()">gwy_app_get_channel_thumbnail</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-graph-thumbnail" title="gwy_app_get_graph_thumbnail ()">gwy_app_get_graph_thumbnail</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-volume-thumbnail" title="gwy_app_get_volume_thumbnail ()">gwy_app_get_volume_thumbnail</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-get-xyz-thumbnail" title="gwy_app_get_xyz_thumbnail ()">gwy_app_get_xyz_thumbnail</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-select-data-field" title="gwy_app_data_browser_select_data_field ()">gwy_app_data_browser_select_data_field</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-select-graph-model" title="gwy_app_data_browser_select_graph_model ()">gwy_app_data_browser_select_graph_model</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-show-3d" title="gwy_app_data_browser_show_3d ()">gwy_app_data_browser_show_3d</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/gtk3GtkWindow.html#GtkWindow-struct"><span class="returnvalue">GtkWindow</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-find-window-for-channel" title="gwy_app_find_window_for_channel ()">gwy_app_find_window_for_channel</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/gtk3GtkWindow.html#GtkWindow-struct"><span class="returnvalue">GtkWindow</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-find-window-for-graph" title="gwy_app_find_window_for_graph ()">gwy_app_find_window_for_graph</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/gtk3GtkWindow.html#GtkWindow-struct"><span class="returnvalue">GtkWindow</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-find-window-for-volume" title="gwy_app_find_window_for_volume ()">gwy_app_find_window_for_volume</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/gtk3GtkWindow.html#GtkWindow-struct"><span class="returnvalue">GtkWindow</span></a> *
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-find-window-for-xyz" title="gwy_app_find_window_for_xyz ()">gwy_app_find_window_for_xyz</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-gui-enabled" title="gwy_app_data_browser_get_gui_enabled ()">gwy_app_data_browser_get_gui_enabled</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">void</span>
</td>
<td class="function_name">
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-set-gui-enabled" title="gwy_app_data_browser_set_gui_enabled ()">gwy_app_data_browser_set_gui_enabled</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgwyapp-data-browser.other"></a><h2>Types and Values</h2>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="name">
<col class="description">
</colgroup>
<tbody>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="libgwyapp-data-browser.html#GwyAppWhat" title="enum GwyAppWhat">GwyAppWhat</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="libgwyapp-data-browser.html#GwyAppPage" title="enum GwyAppPage">GwyAppPage</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="libgwyapp-data-browser.html#GwyDataItem" title="enum GwyDataItem">GwyDataItem</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="libgwyapp-data-browser.html#GwyVisibilityResetType" title="enum GwyVisibilityResetType">GwyVisibilityResetType</a></td>
</tr>
<tr>
<td class="datatype_keyword">enum</td>
<td class="function_name"><a class="link" href="libgwyapp-data-browser.html#GwyDataWatchEventType" title="enum GwyDataWatchEventType">GwyDataWatchEventType</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="libgwyapp-data-browser.includes"></a><h2>Includes</h2>
<pre class="synopsis">#include &lt;app/gwyapp.h&gt;
</pre>
</div>
<div class="refsect1">
<a name="libgwyapp-data-browser.description"></a><h2>Description</h2>
<p>The data browser is both an entity that monitors of various data in Gwyddion
and the corresponding user interface showing the data lists and letting the
user deleting or copying them.  The public functions are generally related
to the first part.</p>
<p>An <a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> that represents an SPM file is managed by functions such as
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add" title="gwy_app_data_browser_add ()"><code class="function">gwy_app_data_browser_add()</code></a> or <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-remove" title="gwy_app_data_browser_remove ()"><code class="function">gwy_app_data_browser_remove()</code></a>.  Note that
the high-level libgwyapp functions (with app in their name) such as
<a class="link" href="libgwyapp-file.html#gwy-app-file-load" title="gwy_app_file_load ()"><code class="function">gwy_app_file_load()</code></a> already call the data browser functions as appropriate.</p>
<p>If a file-like <a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> has not been added to the data browser it is
unmanaged and cannot be used with most of the data browser functions.
The exceptions are
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="type">GQuark</span></a> constructors such as <a class="link" href="libgwyapp-data-browser.html#gwy-app-get-mask-key-for-id" title="gwy_app_get_mask_key_for_id ()"><code class="function">gwy_app_get_mask_key_for_id()</code></a>,
copying functions such as <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-copy-channel" title="gwy_app_data_browser_copy_channel ()"><code class="function">gwy_app_data_browser_copy_channel()</code></a>,
title management functions such as <a class="link" href="libgwyapp-data-browser.html#gwy-app-set-surface-title" title="gwy_app_set_surface_title ()"><code class="function">gwy_app_set_surface_title()</code></a>,
thumbnail creation helpers such as <a class="link" href="libgwyapp-data-browser.html#gwy-app-get-graph-thumbnail" title="gwy_app_get_graph_thumbnail ()"><code class="function">gwy_app_get_graph_thumbnail()</code></a>,
and functions for listing the ids of various data types such as
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-data-ids" title="gwy_app_data_browser_get_data_ids ()"><code class="function">gwy_app_data_browser_get_data_ids()</code></a>.</p>
<p>Individual data pieces can be added to managed <a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainers</span></a> with functions
such as <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-data-field" title="gwy_app_data_browser_add_data_field ()"><code class="function">gwy_app_data_browser_add_data_field()</code></a> that can take care of creating
the window showing the new data.  Removal is generally done by directly
removing the corresponding data object(s) from the <a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a>.</p>
<p>An important part of the data browser is keeping track which data item is
currently selected (to know what a data processing method should process,
etc.).  You can obtain the information about various currently selected
objects using <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-current" title="gwy_app_data_browser_get_current ()"><code class="function">gwy_app_data_browser_get_current()</code></a>.  Making a data item
currently selected is accomplished either using function such as
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-select-data-view" title="gwy_app_data_browser_select_data_view ()"><code class="function">gwy_app_data_browser_select_data_view()</code></a>, which corresponds to the user
switching to the data window, or <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-select-data-field" title="gwy_app_data_browser_select_data_field ()"><code class="function">gwy_app_data_browser_select_data_field()</code></a>
which just selects the data item as current in the browser.  The latter
is less safe and can result in strange behaviour because for some purposes
only data actually displayed can be ‘current’.</p>
</div>
<div class="refsect1">
<a name="libgwyapp-data-browser.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="GwyAppDataForeachFunc"></a><h3>GwyAppDataForeachFunc ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
<span class="c_punctuation">(</span>*GwyAppDataForeachFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                          <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
<p>Type of function passed to <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-foreach" title="gwy_app_data_browser_foreach ()"><code class="function">gwy_app_data_browser_foreach()</code></a>.</p>
<div class="refsect3">
<a name="GwyAppDataForeachFunc.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container managed by the data-browser.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>
<td class="parameter_description"><p>User data passed to <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-foreach" title="gwy_app_data_browser_foreach ()"><code class="function">gwy_app_data_browser_foreach()</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GwyAppDataWatchFunc"></a><h3>GwyAppDataWatchFunc ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
<span class="c_punctuation">(</span>*GwyAppDataWatchFunc<span class="c_punctuation">)</span> (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                        <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                        <em class="parameter"><code><a class="link" href="libgwyapp-data-browser.html#GwyDataWatchEventType" title="enum GwyDataWatchEventType"><span class="type">GwyDataWatchEventType</span></a> event</code></em>,
                        <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
<p>Type of function passed to <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-channel-watch" title="gwy_app_data_browser_add_channel_watch ()"><code class="function">gwy_app_data_browser_add_channel_watch()</code></a>.</p>
<div class="refsect3">
<a name="GwyAppDataWatchFunc.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container managed by the data-browser.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Object (channel) id in the container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>
<td class="parameter_description"><p>User data passed to <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-channel-watch" title="gwy_app_data_browser_add_channel_watch ()"><code class="function">gwy_app_data_browser_add_channel_watch()</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-21.html#api-index-2.21">2.21</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-add"></a><h3>gwy_app_data_browser_add ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_add (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Adds a data container to the application data browser.</p>
<p>The data browser takes a reference on the container so you can release
yours.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-add.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-remove"></a><h3>gwy_app_data_browser_remove ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_remove (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Removed a data container from the application data browser.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-remove.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-merge"></a><h3>gwy_app_data_browser_merge ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_merge (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Merges the data from a data container to the current one.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-merge.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container, not managed by the data browser.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-7.html#api-index-2.7">2.7</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get"></a><h3>gwy_app_data_browser_get ()</h3>
<pre class="programlisting"><a href="../GwyContainer.html#GwyContainer-struct"><span class="returnvalue">GwyContainer</span></a> *
gwy_app_data_browser_get (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> number</code></em>);</pre>
<p>Gets the data corresponding to a numerical identifier.</p>
<p>The identifier can be obtained with <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-number" title="gwy_app_data_browser_get_number ()"><code class="function">gwy_app_data_browser_get_number()</code></a>.
See its documentation for discussion.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>number</p></td>
<td class="parameter_description"><p>Numerical identifier of open data managed by the data browser, or
zero.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-get.returns"></a><h4>Returns</h4>
<p> The corresponding data container.  <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is returned if <em class="parameter"><code>number</code></em>
does not identify any existing data.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-41.html#api-index-2.41">2.41</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get-number"></a><h3>gwy_app_data_browser_get_number ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gwy_app_data_browser_get_number (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Gets the numerical identifier of data.</p>
<p>Each time a data container is added with <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add" title="gwy_app_data_browser_add ()"><code class="function">gwy_app_data_browser_add()</code></a> it is
assigned a new unique numerical identifier. This number can be used in
multi-data modules to remember and restore secondary data.</p>
<p>Note, however, that the number is only guaranteed to be unique within one
process. It does not persist across different program invocations and it
does not make sense to store it to the settings or other kinds of permanent
storage.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get-number.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container managed by the data browser.  For convenience,
<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> is also permitted.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-get-number.returns"></a><h4>Returns</h4>
<p> A positive numerical identifier of <em class="parameter"><code>data</code></em>
.  Zero is returned if
<em class="parameter"><code>data</code></em>
is <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-41.html#api-index-2.41">2.41</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-reset-visibility"></a><h3>gwy_app_data_browser_reset_visibility ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gwy_app_data_browser_reset_visibility (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                       <em class="parameter"><code><a class="link" href="libgwyapp-data-browser.html#GwyVisibilityResetType" title="enum GwyVisibilityResetType"><span class="type">GwyVisibilityResetType</span></a> reset_type</code></em>);</pre>
<p>Resets visibility of all data objects in a container.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-reset-visibility.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>reset_type</p></td>
<td class="parameter_description"><p>Type of visibility reset.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-reset-visibility.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if anything is visible after the reset.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-set-keep-invisible"></a><h3>gwy_app_data_browser_set_keep_invisible ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_set_keep_invisible
                               (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> keep_invisible</code></em>);</pre>
<p>Sets data browser behaviour for inaccessible data.</p>
<p>Normally, when all visual objects belonging to a file are closed the
container is removed from the data browser and dereferenced, leading to
its finalization.  By setting <em class="parameter"><code>keep_invisible</code></em>
 to <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> the container can be
made to sit in the browser indefinitely.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-set-keep-invisible.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>keep_invisible</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to retain <em class="parameter"><code>data</code></em>
in the browser even when it becomes
inaccessible, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to dispose of it.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get-keep-invisible"></a><h3>gwy_app_data_browser_get_keep_invisible ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gwy_app_data_browser_get_keep_invisible
                               (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Gets data browser behaviour for inaccessible data.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get-keep-invisible.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-get-keep-invisible.returns"></a><h4>Returns</h4>
<p> See <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-set-keep-invisible" title="gwy_app_data_browser_set_keep_invisible ()"><code class="function">gwy_app_data_browser_set_keep_invisible()</code></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-select-data-view"></a><h3>gwy_app_data_browser_select_data_view ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_select_data_view (<em class="parameter"><code><a href="../GwyDataView.html#GwyDataView-struct"><span class="type">GwyDataView</span></a> *data_view</code></em>);</pre>
<p>Switches application data browser to display container of <em class="parameter"><code>data_view</code></em>
's data
and selects <em class="parameter"><code>data_view</code></em>
's data in the channel list.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-select-data-view.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data_view</p></td>
<td class="parameter_description"><p>A data view widget.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-select-graph"></a><h3>gwy_app_data_browser_select_graph ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_select_graph (<em class="parameter"><code><a href="../GwyGraph.html#GwyGraph-struct"><span class="type">GwyGraph</span></a> *graph</code></em>);</pre>
<p>Switches application data browser to display container of <em class="parameter"><code>graph</code></em>
's data
and selects <em class="parameter"><code>graph</code></em>
's data in the graph list.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-select-graph.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>graph</p></td>
<td class="parameter_description"><p>A graph widget.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-select-spectra"></a><h3>gwy_app_data_browser_select_spectra ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_select_spectra (<em class="parameter"><code><a href="../GwySpectra.html#GwySpectra-struct"><span class="type">GwySpectra</span></a> *spectra</code></em>);</pre>
<p>Switches application data browser to display container of <em class="parameter"><code>spectra</code></em>
's data
and selects <em class="parameter"><code>spectra</code></em>
's data in the graph list.</p>
<p>However, it is not actually supposed to work with spectra from a different
container than those of the currently active channel, so do not try that
for now.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-select-spectra.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>spectra</p></td>
<td class="parameter_description"><p>A spectra object.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-7.html#api-index-2.7">2.7</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-select-volume"></a><h3>gwy_app_data_browser_select_volume ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_select_volume (<em class="parameter"><code><a href="../GwyDataView.html#GwyDataView-struct"><span class="type">GwyDataView</span></a> *data_view</code></em>);</pre>
<p>Switches application data browser to display container of data
and selects <em class="parameter"><code>data_view</code></em>
's volume data in the graph list.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-select-volume.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data_view</p></td>
<td class="parameter_description"><p>A data view widget showing a preview of volume data.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-select-xyz"></a><h3>gwy_app_data_browser_select_xyz ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_select_xyz (<em class="parameter"><code><a href="../GwyDataView.html#GwyDataView-struct"><span class="type">GwyDataView</span></a> *data_view</code></em>);</pre>
<p>Switches application data browser to display container of data
and selects <em class="parameter"><code>data_view</code></em>
's XYZ data in the graph list.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-select-xyz.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data_view</p></td>
<td class="parameter_description"><p>A data view widget showing a preview of XYZ data.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-add-data-field"></a><h3>gwy_app_data_browser_add_data_field ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gwy_app_data_browser_add_data_field (<em class="parameter"><code><a href="../GwyDataField.html#GwyDataField-struct"><span class="type">GwyDataField</span></a> *dfield</code></em>,
                                     <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                     <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> showit</code></em>);</pre>
<p>Adds a data field to a data container.</p>
<p>The data browser takes a reference to <em class="parameter"><code>dfield</code></em>
 so usually you will want to
release your reference, especially when done as the ‘create output’ step of
a module function.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-add-data-field.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>dfield</p></td>
<td class="parameter_description"><p>A data field to add.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container to add <em class="parameter"><code>dfield</code></em>
to.
It can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to add the data field to current data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>showit</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to display it immediately, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to just add it.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-add-data-field.returns"></a><h4>Returns</h4>
<p> The id of the data field in the container.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-add-graph-model"></a><h3>gwy_app_data_browser_add_graph_model ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gwy_app_data_browser_add_graph_model (<em class="parameter"><code><a href="../GwyGraphModel.html#GwyGraphModel-struct"><span class="type">GwyGraphModel</span></a> *gmodel</code></em>,
                                      <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                      <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> showit</code></em>);</pre>
<p>Adds a graph model to a data container.</p>
<p>The data browser takes a reference to <em class="parameter"><code>gmodel</code></em>
 so usually you will want to
release your reference, especially when done as the ‘create output’ step of
a module function.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-add-graph-model.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>gmodel</p></td>
<td class="parameter_description"><p>A graph model to add.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container to add <em class="parameter"><code>gmodel</code></em>
to.
It can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to add the graph model to current data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>showit</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to display it immediately, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to just add it.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-add-graph-model.returns"></a><h4>Returns</h4>
<p> The id of the graph model in the container.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-add-spectra"></a><h3>gwy_app_data_browser_add_spectra ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gwy_app_data_browser_add_spectra (<em class="parameter"><code><a href="../GwySpectra.html#GwySpectra-struct"><span class="type">GwySpectra</span></a> *spectra</code></em>,
                                  <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> showit</code></em>);</pre>
<p>Adds a spectra object to a data container.</p>
<p>The data browser takes a reference to <em class="parameter"><code>spectra</code></em>
 so usually you will want to
release your reference, especially when done as the ‘create output’ step of
a module function.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-add-spectra.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>spectra</p></td>
<td class="parameter_description"><p>A spectra object to add.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container to add <em class="parameter"><code>gmodel</code></em>
to.
It can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to add the spectra to current data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>showit</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to display it immediately, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to just add it.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-add-spectra.returns"></a><h4>Returns</h4>
<p> The id of the spectra object in the container.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-7.html#api-index-2.7">2.7</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-add-brick"></a><h3>gwy_app_data_browser_add_brick ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gwy_app_data_browser_add_brick (<em class="parameter"><code><a href="../GwyBrick.html#GwyBrick-struct"><span class="type">GwyBrick</span></a> *brick</code></em>,
                                <em class="parameter"><code><a href="../GwyDataField.html#GwyDataField-struct"><span class="type">GwyDataField</span></a> *preview</code></em>,
                                <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> showit</code></em>);</pre>
<p>Adds a volume data brick to a data container.</p>
<p>The data browser takes a reference to <em class="parameter"><code>brick</code></em>
 (and <em class="parameter"><code>preview</code></em>
 if given) so
usually you will want to release your reference, especially when done as the
‘create output’ step of a module function.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-add-brick.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>brick</p></td>
<td class="parameter_description"><p>A data brick to add.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>preview</p></td>
<td class="parameter_description"><p>Preview data field.  It may be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to create some
of 2D summary preview automatically.  If non-<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>, its dimensions
should match those of brick planes.  You must
<span class="emphasis"><em>not</em></span> pass a field which already represents a
channel.  If you want a to show the same field as an existing
channel you must create a copy with <a href="../GwyDataField.html#gwy-data-field-duplicate"><code class="function">gwy_data_field_duplicate()</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container to add <em class="parameter"><code>brick</code></em>
to.
It can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to add the data field to current data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>showit</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to display it immediately, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to just add it.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-add-brick.returns"></a><h4>Returns</h4>
<p> The id of the data brick in the container.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-add-surface"></a><h3>gwy_app_data_browser_add_surface ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gwy_app_data_browser_add_surface (<em class="parameter"><code><a href="../GwySurface.html#GwySurface-struct"><span class="type">GwySurface</span></a> *surface</code></em>,
                                  <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> showit</code></em>);</pre>
<p>Adds XYZ surface data to a data container.</p>
<p>The data browser takes a reference to <em class="parameter"><code>surface</code></em>
 so usually you will want to
release your reference, especially when done as the ‘create output’ step of
a module function.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-add-surface.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>surface</p></td>
<td class="parameter_description"><p>XYZ surface data to add.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container to add <em class="parameter"><code>surface</code></em>
to.
It can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to add the data field to current data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>showit</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to display it immediately, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to just add it.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-add-surface.returns"></a><h4>Returns</h4>
<p> The id of the data surface in the container.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get-current"></a><h3>gwy_app_data_browser_get_current ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_get_current (<em class="parameter"><code><a class="link" href="libgwyapp-data-browser.html#GwyAppWhat" title="enum GwyAppWhat"><span class="type">GwyAppWhat</span></a> what</code></em>,
                                  <em class="parameter"><code>...</code></em>);</pre>
<p>Gets information about current objects.</p>
<p>All output arguments are always set to some value, even if the requested
object does not exist.  Object arguments are set to pointer to the object if
it exists (no reference is added), or cleared to <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no such object
exists.</p>
<p>Quark arguments are set to the corresponding key even if no such object is
actually present (use object arguments to check for object presence) but the
location where it would be stored is known.  This is common with
presentations and masks.  They are be set to 0 if no corresponding location
exists -- for example, when the current mask key is requested but the
current data contains no channel (or there is no current data at all).</p>
<p>The rules for id arguments are similar to quarks, except they are set to -1
to indicate undefined result.</p>
<p>The current objects can change due to user interaction even during the
execution of modal dialogs (typically used by modules).  Therefore to
achieve consistency one has to ask for the complete set of current objects
at once.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get-current.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>what</p></td>
<td class="parameter_description"><p>First information about current objects to obtain.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>...</p></td>
<td class="parameter_description"><p>pointer to store the information to (object pointer for objects,
<a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="type">GQuark</span></a> pointer for keys, <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> pointer for id's), followed by
0-terminated list of <a class="link" href="libgwyapp-data-browser.html#GwyAppWhat" title="enum GwyAppWhat"><span class="type">GwyAppWhat</span></a>, pointer couples.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get-data-ids"></a><h3>gwy_app_data_browser_get_data_ids ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_get_data_ids (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Gets the list of all channels in a data container.</p>
<p>The function originally could be used only for data containers managed by
the data browser.  Since version 2.45 it can be used for all file-like
data containers.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get-data-ids.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-get-data-ids.returns"></a><h4>Returns</h4>
<p> A newly allocated array with channel ids, -1 terminated.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get-graph-ids"></a><h3>gwy_app_data_browser_get_graph_ids ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_get_graph_ids (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Gets the list of all graphs in a data container.</p>
<p>The function originally could be used only for data containers managed by
the data browser.  Since version 2.45 it can be used for all file-like
data containers.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get-graph-ids.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-get-graph-ids.returns"></a><h4>Returns</h4>
<p> A newly allocated array with graph ids, -1 terminated.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get-spectra-ids"></a><h3>gwy_app_data_browser_get_spectra_ids ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_get_spectra_ids (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Gets the list of all spectra in a data container.</p>
<p>The function originally could be used only for data containers managed by
the data browser.  Since version 2.45 it can be used for all file-like
data containers.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get-spectra-ids.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-get-spectra-ids.returns"></a><h4>Returns</h4>
<p> A newly allocated array with spectrum ids, -1 terminated.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-7.html#api-index-2.7">2.7</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get-volume-ids"></a><h3>gwy_app_data_browser_get_volume_ids ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_get_volume_ids (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Gets the list of all volume data in a data container.</p>
<p>The function originally could be used only for data containers managed by
the data browser.  Since version 2.45 it can be used for all file-like
data containers.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get-volume-ids.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-get-volume-ids.returns"></a><h4>Returns</h4>
<p> A newly allocated array with volume data ids, -1 terminated.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-33.html#api-index-2.33">2.33</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get-xyz-ids"></a><h3>gwy_app_data_browser_get_xyz_ids ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_get_xyz_ids (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>);</pre>
<p>Gets the list of all XYZ data in a data container.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get-xyz-ids.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-get-xyz-ids.returns"></a><h4>Returns</h4>
<p> A newly allocated array with XYZ data ids, -1 terminated.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-find-data-by-title"></a><h3>gwy_app_data_browser_find_data_by_title ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_find_data_by_title
                               (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titleglob</code></em>);</pre>
<p>Gets the list of all channels in a data container whose titles match the
specified pattern.</p>
<p>The function originally could be used only for data containers managed by
the data browser.  Since version 2.49 it can be used for all file-like
data containers.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-find-data-by-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>titleglob</p></td>
<td class="parameter_description"><p>Pattern, as used by <a href="/usr/share/gtk-doc/html/glibglib-Glob-style-pattern-matching.html#GPatternSpec"><span class="type">GPatternSpec</span></a>, to match the channel titles
against.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-find-data-by-title.returns"></a><h4>Returns</h4>
<p> A newly allocated array with channel ids, -1 terminated.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-21.html#api-index-2.21">2.21</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-find-graphs-by-title"></a><h3>gwy_app_data_browser_find_graphs_by_title ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_find_graphs_by_title
                               (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titleglob</code></em>);</pre>
<p>Gets the list of all graphs in a data container whose titles match the
specified pattern.</p>
<p>The function originally could be used only for data containers managed by
the data browser.  Since version 2.49 it can be used for all file-like
data containers.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-find-graphs-by-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>titleglob</p></td>
<td class="parameter_description"><p>Pattern, as used by <a href="/usr/share/gtk-doc/html/glibglib-Glob-style-pattern-matching.html#GPatternSpec"><span class="type">GPatternSpec</span></a>, to match the graph titles
against.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-find-graphs-by-title.returns"></a><h4>Returns</h4>
<p> A newly allocated array with graph ids, -1 terminated.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-21.html#api-index-2.21">2.21</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-find-spectra-by-title"></a><h3>gwy_app_data_browser_find_spectra_by_title ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_find_spectra_by_title
                               (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titleglob</code></em>);</pre>
<p>Gets the list of all spectra in a data container whose titles match the
specified pattern.</p>
<p>The function originally could be used only for data containers managed by
the data browser.  Since version 2.49 it can be used for all file-like
data containers.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-find-spectra-by-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>titleglob</p></td>
<td class="parameter_description"><p>Pattern, as used by <a href="/usr/share/gtk-doc/html/glibglib-Glob-style-pattern-matching.html#GPatternSpec"><span class="type">GPatternSpec</span></a>, to match the spectra titles
against.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-find-spectra-by-title.returns"></a><h4>Returns</h4>
<p> A newly allocated array with spectra ids, -1 terminated.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-21.html#api-index-2.21">2.21</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-find-volume-by-title"></a><h3>gwy_app_data_browser_find_volume_by_title ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_find_volume_by_title
                               (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titleglob</code></em>);</pre>
<p>Gets the list of all volume data in a data container whose titles match the
specified pattern.</p>
<p>The function originally could be used only for data containers managed by
the data browser.  Since version 2.49 it can be used for all file-like
data containers.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-find-volume-by-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>titleglob</p></td>
<td class="parameter_description"><p>Pattern, as used by <a href="/usr/share/gtk-doc/html/glibglib-Glob-style-pattern-matching.html#GPatternSpec"><span class="type">GPatternSpec</span></a>, to match the volume data
titles against.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-find-volume-by-title.returns"></a><h4>Returns</h4>
<p> A newly allocated array with volume data ids, -1 terminated.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-find-xyz-by-title"></a><h3>gwy_app_data_browser_find_xyz_by_title ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a> *
gwy_app_data_browser_find_xyz_by_title
                               (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *titleglob</code></em>);</pre>
<p>Gets the list of all XYZ data in a data container whose titles match the
specified pattern.</p>
<p>The function originally could be used only for data containers managed by
the data browser.  Since version 2.49 it can be used for all file-like
data containers.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-find-xyz-by-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>titleglob</p></td>
<td class="parameter_description"><p>Pattern, as used by <a href="/usr/share/gtk-doc/html/glibglib-Glob-style-pattern-matching.html#GPatternSpec"><span class="type">GPatternSpec</span></a>, to match the XYZ data
titles against.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-find-xyz-by-title.returns"></a><h4>Returns</h4>
<p> A newly allocated array with XYZ data ids, -1 terminated.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-clear-selections"></a><h3>gwy_app_data_clear_selections ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_clear_selections (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                               <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Clears all selections associated with a data channel.</p>
<p>This is the preferred selection handling after changes in data geometry
as they have generally unpredictable effects on selections.  Selection
should not be removed because this is likely to make the current tool stop
working.</p>
<div class="refsect3">
<a name="gwy-app-data-clear-selections.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Data channel id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-foreach"></a><h3>gwy_app_data_browser_foreach ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_foreach (<em class="parameter"><code><a class="link" href="libgwyapp-data-browser.html#GwyAppDataForeachFunc" title="GwyAppDataForeachFunc ()"><span class="type">GwyAppDataForeachFunc</span></a> function</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
<p>Calls a function for each data container managed by data browser.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-foreach.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>function</p></td>
<td class="parameter_description"><p>Function to run on each data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>
<td class="parameter_description"><p>Data to pass as second argument of <em class="parameter"><code>function</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-add-channel-watch"></a><h3>gwy_app_data_browser_add_channel_watch ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a>
gwy_app_data_browser_add_channel_watch
                               (<em class="parameter"><code><a class="link" href="libgwyapp-data-browser.html#GwyAppDataWatchFunc" title="GwyAppDataWatchFunc ()"><span class="type">GwyAppDataWatchFunc</span></a> function</code></em>,
                                <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
<p>Adds a watch function called when a channel changes.</p>
<p>The function is called whenever a channel is added, removed, its data
changes or its metadata such as the title changes.  If a channel is removed
it may longer exist when the function is called.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-add-channel-watch.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>function</p></td>
<td class="parameter_description"><p>Function to call when a channel changes.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>
<td class="parameter_description"><p>User data to pass to <em class="parameter"><code>function</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-add-channel-watch.returns"></a><h4>Returns</h4>
<p> The id of the added watch func that can be used to remove it later
using <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-remove-channel-watch" title="gwy_app_data_browser_remove_channel_watch ()"><code class="function">gwy_app_data_browser_remove_channel_watch()</code></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-21.html#api-index-2.21">2.21</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-remove-channel-watch"></a><h3>gwy_app_data_browser_remove_channel_watch ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_remove_channel_watch
                               (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gulong"><span class="type">gulong</span></a> id</code></em>);</pre>
<p>Removes a channel watch function.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-remove-channel-watch.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Watch function id, as returned by
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-channel-watch" title="gwy_app_data_browser_add_channel_watch ()"><code class="function">gwy_app_data_browser_add_channel_watch()</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-21.html#api-index-2.21">2.21</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-add-graph-watch"></a><h3>gwy_app_data_browser_add_graph_watch ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a>
gwy_app_data_browser_add_graph_watch (<em class="parameter"><code><a class="link" href="libgwyapp-data-browser.html#GwyAppDataWatchFunc" title="GwyAppDataWatchFunc ()"><span class="type">GwyAppDataWatchFunc</span></a> function</code></em>,
                                      <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
<p>Adds a watch function called when a graph changes.</p>
<p>The function is called whenever a graph is added, removed or its properties
change.  If a graph is removed it may longer exist when the function is
called.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-add-graph-watch.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>function</p></td>
<td class="parameter_description"><p>Function to call when a graph changes.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>user_data</p></td>
<td class="parameter_description"><p>User data to pass to <em class="parameter"><code>function</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-add-graph-watch.returns"></a><h4>Returns</h4>
<p> The id of the added watch func that can be used to remove it later
using <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-remove-graph-watch" title="gwy_app_data_browser_remove_graph_watch ()"><code class="function">gwy_app_data_browser_remove_graph_watch()</code></a>.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-41.html#api-index-2.41">2.41</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-remove-graph-watch"></a><h3>gwy_app_data_browser_remove_graph_watch ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_remove_graph_watch
                               (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gulong"><span class="type">gulong</span></a> id</code></em>);</pre>
<p>Removes a graph watch function.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-remove-graph-watch.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Watch function id, as returned by
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-add-graph-watch" title="gwy_app_data_browser_add_graph_watch ()"><code class="function">gwy_app_data_browser_add_graph_watch()</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-41.html#api-index-2.41">2.41</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-sync-data-items"></a><h3>gwy_app_sync_data_items ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_sync_data_items (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *source</code></em>,
                         <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *dest</code></em>,
                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> from_id</code></em>,
                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> to_id</code></em>,
                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> delete_too</code></em>,
                         <em class="parameter"><code>...</code></em>);</pre>
<p>Synchronizes auxiliary channel items between data containers.</p>
<div class="refsect3">
<a name="gwy-app-sync-data-items.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>Source container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>dest</p></td>
<td class="parameter_description"><p>Target container (may be identical to source).</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>from_id</p></td>
<td class="parameter_description"><p>Data number to copy items from.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>to_id</p></td>
<td class="parameter_description"><p>Data number to copy items to.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>delete_too</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to delete items in target if source does not contain
them, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to copy only.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>...</p></td>
<td class="parameter_description"><p>0-terminated list of <a class="link" href="libgwyapp-data-browser.html#GwyDataItem" title="enum GwyDataItem"><span class="type">GwyDataItem</span></a> values defining the items to copy.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-sync-data-itemsv"></a><h3>gwy_app_sync_data_itemsv ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_sync_data_itemsv (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *source</code></em>,
                          <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *dest</code></em>,
                          <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> from_id</code></em>,
                          <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> to_id</code></em>,
                          <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> delete_too</code></em>,
                          <em class="parameter"><code>const <a class="link" href="libgwyapp-data-browser.html#GwyDataItem" title="enum GwyDataItem"><span class="type">GwyDataItem</span></a> *items</code></em>,
                          <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#guint"><span class="type">guint</span></a> nitems</code></em>);</pre>
<p>Synchronizes auxiliary channel items between data containers.</p>
<div class="refsect3">
<a name="gwy-app-sync-data-itemsv.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>Source container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>dest</p></td>
<td class="parameter_description"><p>Target container (may be identical to source).</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>from_id</p></td>
<td class="parameter_description"><p>Data number to copy items from.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>to_id</p></td>
<td class="parameter_description"><p>Data number to copy items to.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>delete_too</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to delete items in target if source does not contain
them, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to copy only.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>items</p></td>
<td class="parameter_description"><p>List of <a class="link" href="libgwyapp-data-browser.html#GwyDataItem" title="enum GwyDataItem"><span class="type">GwyDataItem</span></a> values defining the items to copy.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>nitems</p></td>
<td class="parameter_description"><p>Number of items in <em class="parameter"><code>items</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-48.html#api-index-2.48">2.48</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-copy-channel"></a><h3>gwy_app_data_browser_copy_channel ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gwy_app_data_browser_copy_channel (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *source</code></em>,
                                   <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                                   <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *dest</code></em>);</pre>
<p>Copies a channel including all auxiliary data.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-copy-channel.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>Source container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Data channel id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>dest</p></td>
<td class="parameter_description"><p>Target container (may be identical to source).</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-copy-channel.returns"></a><h4>Returns</h4>
<p> The id of the copy.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-copy-volume"></a><h3>gwy_app_data_browser_copy_volume ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gwy_app_data_browser_copy_volume (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *source</code></em>,
                                  <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                                  <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *dest</code></em>);</pre>
<p>Copies volume brick data including all auxiliary data.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-copy-volume.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>Source container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Volume data brick id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>dest</p></td>
<td class="parameter_description"><p>Target container (may be identical to source).</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-copy-volume.returns"></a><h4>Returns</h4>
<p> The id of the copy.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-copy-xyz"></a><h3>gwy_app_data_browser_copy_xyz ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="returnvalue">gint</span></a>
gwy_app_data_browser_copy_xyz (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *source</code></em>,
                               <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                               <em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *dest</code></em>);</pre>
<p>Copies XYZ surface data including all auxiliary data.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-copy-xyz.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>source</p></td>
<td class="parameter_description"><p>Source container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>XYZ surface data id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>dest</p></td>
<td class="parameter_description"><p>Target container (may be identical to source).</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-data-browser-copy-xyz.returns"></a><h4>Returns</h4>
<p> The id of the copy.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-data-key-for-id"></a><h3>gwy_app_get_data_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_data_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data field quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-data-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a channel in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-data-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying channel data field with number <em class="parameter"><code>id</code></em>
.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-mask-key-for-id"></a><h3>gwy_app_get_mask_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_mask_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates mask field quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-mask-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a channel in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-mask-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying mask data field with number <em class="parameter"><code>id</code></em>
.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-show-key-for-id"></a><h3>gwy_app_get_show_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_show_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates presentation field quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-show-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a channel in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-show-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying presentation data field with number <em class="parameter"><code>id</code></em>
.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-graph-key-for-id"></a><h3>gwy_app_get_graph_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_graph_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates graph model quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-graph-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a graph in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-graph-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying graph model with number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-7.html#api-index-2.7">2.7</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-spectra-key-for-id"></a><h3>gwy_app_get_spectra_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_spectra_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates spectra quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-spectra-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a spectra set in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-spectra-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying spectra with number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-7.html#api-index-2.7">2.7</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-brick-key-for-id"></a><h3>gwy_app_get_brick_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_brick_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data brick quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-brick-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a data brick in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-brick-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying data brick with number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-surface-key-for-id"></a><h3>gwy_app_get_surface_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_surface_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates XYZ surface quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-surface-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of an XYZ surface in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-surface-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying XYZ surface with number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-data-title-key-for-id"></a><h3>gwy_app_get_data_title_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_data_title_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data field title quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-data-title-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a channel in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-data-title-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying string title of channel with number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-data-range-type-key-for-id"></a><h3>gwy_app_get_data_range_type_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_data_range_type_key_for_id
                               (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data field range type quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-data-range-type-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a channel in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-data-range-type-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying <a href="../libgwydgets-gwydgetenums.html#GwyLayerBasicRangeType"><span class="type">GwyLayerBasicRangeType</span></a> false colour
mapping type of channel with number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-data-range-min-key-for-id"></a><h3>gwy_app_get_data_range_min_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_data_range_min_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data field fixed range minimum quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-data-range-min-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a channel in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-data-range-min-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying floating fixed false colour range minimum
of channel with number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-data-range-max-key-for-id"></a><h3>gwy_app_get_data_range_max_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_data_range_max_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data field fixed range maximum quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-data-range-max-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a channel in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-data-range-max-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying floating fixed false colour range maximum
of channel with number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-data-palette-key-for-id"></a><h3>gwy_app_get_data_palette_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_data_palette_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data field palette quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-data-palette-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a channel in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-data-palette-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying string name palette of channel with
number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-data-meta-key-for-id"></a><h3>gwy_app_get_data_meta_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_data_meta_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data field metadata quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-data-meta-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a channel in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-data-meta-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying metadata container of channel with number
<em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-brick-title-key-for-id"></a><h3>gwy_app_get_brick_title_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_brick_title_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data brick title quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-brick-title-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a data brick in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-brick-title-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying string title of data brick with number
<em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-brick-preview-key-for-id"></a><h3>gwy_app_get_brick_preview_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_brick_preview_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data brick preview quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-brick-preview-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a data brick in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-brick-preview-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying preview data field of data brick with
number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-brick-palette-key-for-id"></a><h3>gwy_app_get_brick_palette_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_brick_palette_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data brick palette quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-brick-palette-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a data brick in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-brick-palette-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying string name palette of data brick with
number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-brick-meta-key-for-id"></a><h3>gwy_app_get_brick_meta_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_brick_meta_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data brick title quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-brick-meta-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a data brick in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-brick-meta-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying metadata container of data brick with
number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-43.html#api-index-2.43">2.43</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-surface-title-key-for-id"></a><h3>gwy_app_get_surface_title_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_surface_title_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates data surface title quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-surface-title-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of a data surface in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-surface-title-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying string title of data surface with number
<em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-surface-palette-key-for-id"></a><h3>gwy_app_get_surface_palette_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_surface_palette_key_for_id
                               (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates XYZ surface palette quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-surface-palette-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of an XYZ surface in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-surface-palette-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying string name palette of XYZ surface with
number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-surface-meta-key-for-id"></a><h3>gwy_app_get_surface_meta_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_surface_meta_key_for_id (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates XYZ surface title quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-surface-meta-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of an XYZ surface in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-surface-meta-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying metadata container of XYZ surface with
number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-surface-preview-key-for-id"></a><h3>gwy_app_get_surface_preview_key_for_id ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>
gwy_app_get_surface_preview_key_for_id
                               (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Calculates XYZ surface preview quark identifier from its id.</p>
<div class="refsect3">
<a name="gwy-app-get-surface-preview-key-for-id.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Numerical id of an XYZ surface in file (container).</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-surface-preview-key-for-id.returns"></a><h4>Returns</h4>
<p> The quark key identifying preview data field of XUZ surface with
number <em class="parameter"><code>id</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-46.html#api-index-2.46">2.46</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-set-data-field-title"></a><h3>gwy_app_set_data_field_title ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_set_data_field_title (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                              <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>Sets channel title.</p>
<div class="refsect3">
<a name="gwy-app-set-data-field-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>The data channel id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>The title to set.  It can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use somthing like "Untitled".
The id will be appended to it or (replaced in it if it already ends
with digits).</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-data-field-title"></a><h3>gwy_app_get_data_field_title ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gwy_app_get_data_field_title (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Gets a data channel title.</p>
<p>This function should return a reasoanble title for untitled channels,
channels with old titles, channels with and without a file, etc.</p>
<div class="refsect3">
<a name="gwy-app-get-data-field-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Data channel id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-data-field-title.returns"></a><h4>Returns</h4>
<p> The channel title as a newly allocated string.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-set-brick-title"></a><h3>gwy_app_set_brick_title ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_set_brick_title (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>Sets volume data title.</p>
<div class="refsect3">
<a name="gwy-app-set-brick-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>The volume data brick id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>The title to set.  It can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use somthing like "Untitled".
The id will be appended to it or (replaced in it if it already ends
with digits).</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-brick-title"></a><h3>gwy_app_get_brick_title ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gwy_app_get_brick_title (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Gets a volume data brick title.</p>
<div class="refsect3">
<a name="gwy-app-get-brick-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Volume data brick id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-brick-title.returns"></a><h4>Returns</h4>
<p> The brick title as a newly allocated string.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-32.html#api-index-2.32">2.32</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-set-surface-title"></a><h3>gwy_app_set_surface_title ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_set_surface_title (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                           <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                           <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>Sets XYZ surface data title.</p>
<div class="refsect3">
<a name="gwy-app-set-surface-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>The XYZ surface data channel id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>The title to set.  It can be <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to use somthing like "Untitled".
The id will be appended to it or (replaced in it if it already ends
with digits).</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-surface-title"></a><h3>gwy_app_get_surface_title ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gwy_app_get_surface_title (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                           <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Gets an XYZ surface data title.</p>
<div class="refsect3">
<a name="gwy-app-get-surface-title.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>XYZ data surface id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-surface-title.returns"></a><h4>Returns</h4>
<p> The surface title as a newly allocated string.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-show"></a><h3>gwy_app_data_browser_show ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_show (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Shows the data browser window.</p>
<p>If the window does not exist, it is created.</p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-restore"></a><h3>gwy_app_data_browser_restore ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_restore (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Restores the data browser window.</p>
<p>The data browser window is always created (if it does not exist).
If it should be visible according to settings, is shown at the saved
position.  Otherwise it is kept hidden until <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-show" title="gwy_app_data_browser_show ()"><code class="function">gwy_app_data_browser_show()</code></a>.</p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-shut-down"></a><h3>gwy_app_data_browser_shut_down ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_shut_down (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Releases data browser resources and saves its state.</p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-channel-thumbnail"></a><h3>gwy_app_get_channel_thumbnail ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
gwy_app_get_channel_thumbnail (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                               <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                               <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</code></em>,
                               <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> max_height</code></em>);</pre>
<p>Creates a channel thumbnail.</p>
<div class="refsect3">
<a name="gwy-app-get-channel-thumbnail.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Data channel id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_width</p></td>
<td class="parameter_description"><p>Maximum width of the created pixbuf, it must be at least 2.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_height</p></td>
<td class="parameter_description"><p>Maximum height of the created pixbuf, it must be at least 2.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-channel-thumbnail.returns"></a><h4>Returns</h4>
<p> A newly created pixbuf with channel thumbnail.  It keeps the aspect
ratio of the data field while not exceeding <em class="parameter"><code>max_width</code></em>
and
<em class="parameter"><code>max_height</code></em>
.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-graph-thumbnail"></a><h3>gwy_app_get_graph_thumbnail ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
gwy_app_get_graph_thumbnail (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> max_height</code></em>);</pre>
<p>Creates a graph thumbnail.</p>
<p>Note this function needs the GUI running (unlike the other thumbnail
functions).  It cannot be used in a console program.</p>
<div class="refsect3">
<a name="gwy-app-get-graph-thumbnail.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Graph model data id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_width</p></td>
<td class="parameter_description"><p>Maximum width of the created pixbuf, it must be at least 2.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_height</p></td>
<td class="parameter_description"><p>Maximum height of the created pixbuf, it must be at least 2.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-graph-thumbnail.returns"></a><h4>Returns</h4>
<p> A newly created pixbuf with graph thumbnail.  Since graphs do not
have natural width and height, its size will normally be exactly
<em class="parameter"><code>max_width</code></em>
and <em class="parameter"><code>max_height</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-volume-thumbnail"></a><h3>gwy_app_get_volume_thumbnail ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
gwy_app_get_volume_thumbnail (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> max_height</code></em>);</pre>
<p>Creates a volume thumbnail.</p>
<div class="refsect3">
<a name="gwy-app-get-volume-thumbnail.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Volume data id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_width</p></td>
<td class="parameter_description"><p>Maximum width of the created pixbuf, it must be at least 2.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_height</p></td>
<td class="parameter_description"><p>Maximum height of the created pixbuf, it must be at least 2.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-volume-thumbnail.returns"></a><h4>Returns</h4>
<p> A newly created pixbuf with volume data thumbnail.  It keeps the
aspect ratio of the brick preview while not exceeding <em class="parameter"><code>max_width</code></em>
and <em class="parameter"><code>max_height</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-33.html#api-index-2.33">2.33</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-get-xyz-thumbnail"></a><h3>gwy_app_get_xyz_thumbnail ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gdk-pixbufgdk-pixbuf-The-GdkPixbuf-Structure.html#GdkPixbuf-struct"><span class="returnvalue">GdkPixbuf</span></a> *
gwy_app_get_xyz_thumbnail (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                           <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>,
                           <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> max_width</code></em>,
                           <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> max_height</code></em>);</pre>
<p>Creates an XYZ data thumbnail.</p>
<div class="refsect3">
<a name="gwy-app-get-xyz-thumbnail.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>XYZ surface data id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_width</p></td>
<td class="parameter_description"><p>Maximum width of the created pixbuf, it must be at least 2.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>max_height</p></td>
<td class="parameter_description"><p>Maximum height of the created pixbuf, it must be at least 2.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-get-xyz-thumbnail.returns"></a><h4>Returns</h4>
<p> A newly created pixbuf with XYZ data thumbnail.  It keeps the
aspect ratio of the brick preview while not exceeding <em class="parameter"><code>max_width</code></em>
and <em class="parameter"><code>max_height</code></em>
.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-select-data-field"></a><h3>gwy_app_data_browser_select_data_field ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_select_data_field
                               (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Makes a data field (channel) current in the data browser.</p>
<div class="warning">This function does not do what you might expect.  Selecting a data
object which is not displayed in any view makes it just possible to delete
or duplicate in the data browser.  Module functions can be only run on
visible data.</div>
<div class="refsect3">
<a name="gwy-app-data-browser-select-data-field.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>The container to select.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Number (id) of the data field in <em class="parameter"><code>data</code></em>
to select.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-select-graph-model"></a><h3>gwy_app_data_browser_select_graph_model ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_select_graph_model
                               (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Makes a graph model (channel) current in the data browser.</p>
<div class="warning">This function does not do what you might expect.  Selecting a data
object which is not displayed in any view makes it just possible to delete
or duplicate in the data browser.  Module functions can be only run on
visible data.</div>
<div class="refsect3">
<a name="gwy-app-data-browser-select-graph-model.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>The container to select.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Number (id) of the graph model in <em class="parameter"><code>data</code></em>
to select.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-show-3d"></a><h3>gwy_app_data_browser_show_3d ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_show_3d (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Shows a 3D window displaying a channel.</p>
<p>If a 3D window of the specified channel already exists, it is just presented
to the user.  If it does not exist, it is created.</p>
<p>The caller must ensure 3D display is available, for example by checking
<a class="link" href="libgwyapp-settings.html#gwy-app-gl-is-ok" title="gwy_app_gl_is_ok ()"><code class="function">gwy_app_gl_is_ok()</code></a>.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-show-3d.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Channel id.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-find-window-for-channel"></a><h3>gwy_app_find_window_for_channel ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk3GtkWindow.html#GtkWindow-struct"><span class="returnvalue">GtkWindow</span></a> *
gwy_app_find_window_for_channel (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                 <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Finds the window displaying a data channel.</p>
<div class="refsect3">
<a name="gwy-app-find-window-for-channel.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container to find window for.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Data channel id.  It can be -1 to find any data window displaying
a channel from <em class="parameter"><code>data</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-find-window-for-channel.returns"></a><h4>Returns</h4>
<p> The window if found, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no data window displays the
requested channel.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-find-window-for-graph"></a><h3>gwy_app_find_window_for_graph ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk3GtkWindow.html#GtkWindow-struct"><span class="returnvalue">GtkWindow</span></a> *
gwy_app_find_window_for_graph (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                               <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Finds the window displaying a graph model.</p>
<div class="refsect3">
<a name="gwy-app-find-window-for-graph.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container to find window for.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Graph model id.  It can be -1 to find any graph window displaying
a graph model from <em class="parameter"><code>data</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-find-window-for-graph.returns"></a><h4>Returns</h4>
<p> The window if found, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no graph window displays the
requested channel.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-find-window-for-volume"></a><h3>gwy_app_find_window_for_volume ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk3GtkWindow.html#GtkWindow-struct"><span class="returnvalue">GtkWindow</span></a> *
gwy_app_find_window_for_volume (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                                <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Finds the window displaying given volume data.</p>
<div class="refsect3">
<a name="gwy-app-find-window-for-volume.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container to find window for.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>Volume data id.  It can be -1 to find any data window displaying
volume data from <em class="parameter"><code>data</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-find-window-for-volume.returns"></a><h4>Returns</h4>
<p> The window if found, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no data window displays the
requested volume data.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-42.html#api-index-2.42">2.42</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-find-window-for-xyz"></a><h3>gwy_app_find_window_for_xyz ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/gtk3GtkWindow.html#GtkWindow-struct"><span class="returnvalue">GtkWindow</span></a> *
gwy_app_find_window_for_xyz (<em class="parameter"><code><a href="../GwyContainer.html#GwyContainer-struct"><span class="type">GwyContainer</span></a> *data</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gint"><span class="type">gint</span></a> id</code></em>);</pre>
<p>Finds the window displaying given XYZ data.</p>
<div class="refsect3">
<a name="gwy-app-find-window-for-xyz.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody>
<tr>
<td class="parameter_name"><p>data</p></td>
<td class="parameter_description"><p>A data container to find window for.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>id</p></td>
<td class="parameter_description"><p>XYZ data id.  It can be -1 to find any data window displaying
XYZ data from <em class="parameter"><code>data</code></em>
.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gwy-app-find-window-for-xyz.returns"></a><h4>Returns</h4>
<p> The window if found, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if no data window displays the
requested XYZ data.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-get-gui-enabled"></a><h3>gwy_app_data_browser_get_gui_enabled ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gwy_app_data_browser_get_gui_enabled (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>Reports whether creation of windows by the data-browser is enabled.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-get-gui-enabled.returns"></a><h4>Returns</h4>
<p> <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the data-browser is permitted to create windows, <a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>
if it is not.</p>
</div>
<p class="since">Since: <a class="link" href="api-index-2-21.html#api-index-2.21">2.21</a></p>
</div>
<hr>
<div class="refsect2">
<a name="gwy-app-data-browser-set-gui-enabled"></a><h3>gwy_app_data_browser_set_gui_enabled ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gwy_app_data_browser_set_gui_enabled (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glibglib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> setting</code></em>);</pre>
<p>Globally enables or disables creation of widgets by the data-browser.</p>
<p>By default, the data-browser creates windows for data objects automatically,
for instance when reconstructing view of a loaded file, after a module
function creates a new channel or graph or when it is explicitly asked so
by <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-show-3d" title="gwy_app_data_browser_show_3d ()"><code class="function">gwy_app_data_browser_show_3d()</code></a>.  Non-GUI applications that run module
functions usually wish to disable GUI.</p>
<p>If GUI is disabled the data browser never creates windows showing data
objects and also <a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-show" title="gwy_app_data_browser_show ()"><code class="function">gwy_app_data_browser_show()</code></a> becomes no-op.</p>
<p>Disabling GUI after widgets have been already created is a bad idea.
Hence you should do so before loading files or calling module functions.</p>
<div class="refsect3">
<a name="gwy-app-data-browser-set-gui-enabled.parameters"></a><h4>Parameters</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="150px" class="parameters_name">
<col class="parameters_description">
<col width="200px" class="parameters_annotations">
</colgroup>
<tbody><tr>
<td class="parameter_name"><p>setting</p></td>
<td class="parameter_description"><p><a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> to enable creation of widgets by the data-browser,
<a href="/usr/share/gtk-doc/html/glibglib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> to disable it.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-21.html#api-index-2.21">2.21</a></p>
</div>
</div>
<div class="refsect1">
<a name="libgwyapp-data-browser.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GwyAppWhat"></a><h3>enum GwyAppWhat</h3>
<p>Types of current objects that can be requested with
<a class="link" href="libgwyapp-data-browser.html#gwy-app-data-browser-get-current" title="gwy_app_data_browser_get_current ()"><code class="function">gwy_app_data_browser_get_current()</code></a>.</p>
<div class="refsect3">
<a name="GwyAppWhat.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-CONTAINER:CAPS"></a>GWY_APP_CONTAINER</p></td>
<td class="enum_member_description">
<p>Data container (corresponds to files).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-DATA-VIEW:CAPS"></a>GWY_APP_DATA_VIEW</p></td>
<td class="enum_member_description">
<p>Data view widget (shows a channel).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-GRAPH:CAPS"></a>GWY_APP_GRAPH</p></td>
<td class="enum_member_description">
<p>Graph widget (shows a graph model).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-DATA-FIELD:CAPS"></a>GWY_APP_DATA_FIELD</p></td>
<td class="enum_member_description">
<p>Data field (channel).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-DATA-FIELD-KEY:CAPS"></a>GWY_APP_DATA_FIELD_KEY</p></td>
<td class="enum_member_description">
<p>Quark corresponding to the data field (channel).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-DATA-FIELD-ID:CAPS"></a>GWY_APP_DATA_FIELD_ID</p></td>
<td class="enum_member_description">
<p>Number (id) of the data field (channel) in its
                        container.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-MASK-FIELD:CAPS"></a>GWY_APP_MASK_FIELD</p></td>
<td class="enum_member_description">
<p>Mask data field.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-MASK-FIELD-KEY:CAPS"></a>GWY_APP_MASK_FIELD_KEY</p></td>
<td class="enum_member_description">
<p>Quark corresponding to the mask field.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-SHOW-FIELD:CAPS"></a>GWY_APP_SHOW_FIELD</p></td>
<td class="enum_member_description">
<p>Presentation data field.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-SHOW-FIELD-KEY:CAPS"></a>GWY_APP_SHOW_FIELD_KEY</p></td>
<td class="enum_member_description">
<p>Quark corresponding to the presentation field.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-GRAPH-MODEL:CAPS"></a>GWY_APP_GRAPH_MODEL</p></td>
<td class="enum_member_description">
<p>Graph model.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-GRAPH-MODEL-KEY:CAPS"></a>GWY_APP_GRAPH_MODEL_KEY</p></td>
<td class="enum_member_description">
<p>Quark corresponding to the graph model.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-GRAPH-MODEL-ID:CAPS"></a>GWY_APP_GRAPH_MODEL_ID</p></td>
<td class="enum_member_description">
<p>Number (id) of the graph model in its container.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-SPECTRA:CAPS"></a>GWY_APP_SPECTRA</p></td>
<td class="enum_member_description">
<p>Single point spectra.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-SPECTRA-KEY:CAPS"></a>GWY_APP_SPECTRA_KEY</p></td>
<td class="enum_member_description">
<p>Quark corresponding to the single point spectra.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-SPECTRA-ID:CAPS"></a>GWY_APP_SPECTRA_ID</p></td>
<td class="enum_member_description">
<p>Number (id) of the the single point spectra in its
                     container.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-VOLUME-VIEW:CAPS"></a>GWY_APP_VOLUME_VIEW</p></td>
<td class="enum_member_description">
<p>Data view widget (shows preview of volume data)
                      (Since 2.32).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-BRICK:CAPS"></a>GWY_APP_BRICK</p></td>
<td class="enum_member_description">
<p>Data brick (volume data) (Since 2.32).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-BRICK-KEY:CAPS"></a>GWY_APP_BRICK_KEY</p></td>
<td class="enum_member_description">
<p>Quark corresponding to the data brick (Since 2.32).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-BRICK-ID:CAPS"></a>GWY_APP_BRICK_ID</p></td>
<td class="enum_member_description">
<p>Number (id) of the the data brick in its container
                   (Since 2.32).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-CONTAINER-ID:CAPS"></a>GWY_APP_CONTAINER_ID</p></td>
<td class="enum_member_description">
<p>Numeric id of data container (Since 2.41).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-XYZ-VIEW:CAPS"></a>GWY_APP_XYZ_VIEW</p></td>
<td class="enum_member_description">
<p>Data view widget (shows preview of surface XYZ data)
                   (Since 2.45).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-SURFACE:CAPS"></a>GWY_APP_SURFACE</p></td>
<td class="enum_member_description">
<p>Surface data (XYZ) (Since 2.45).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-SURFACE-KEY:CAPS"></a>GWY_APP_SURFACE_KEY</p></td>
<td class="enum_member_description">
<p>Quark corresponding to the surface data (Since 2.45).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-SURFACE-ID:CAPS"></a>GWY_APP_SURFACE_ID</p></td>
<td class="enum_member_description">
<p>Number (id) of the the surface data in its container
                     (Since 2.45).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-APP-PAGE:CAPS"></a>GWY_APP_PAGE</p></td>
<td class="enum_member_description">
<p>Currently selected data browser page as a <a class="link" href="libgwyapp-data-browser.html#GwyAppPage" title="enum GwyAppPage"><span class="type">GwyAppPage</span></a>
               (Since 2.45).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GwyAppPage"></a><h3>enum GwyAppPage</h3>
<p>Data browser page, corresponding to one of possible data types.</p>
<div class="refsect3">
<a name="GwyAppPage.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GWY-PAGE-NOPAGE:CAPS"></a>GWY_PAGE_NOPAGE</p></td>
<td class="enum_member_description">
<p>No page.  This value is returned when no data are active
                  in the browser.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-PAGE-CHANNELS:CAPS"></a>GWY_PAGE_CHANNELS</p></td>
<td class="enum_member_description">
<p>Channel (image data).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-PAGE-GRAPHS:CAPS"></a>GWY_PAGE_GRAPHS</p></td>
<td class="enum_member_description">
<p>Graph.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-PAGE-SPECTRA:CAPS"></a>GWY_PAGE_SPECTRA</p></td>
<td class="enum_member_description">
<p>Single point spectra.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-PAGE-VOLUMES:CAPS"></a>GWY_PAGE_VOLUMES</p></td>
<td class="enum_member_description">
<p>Volume data.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-PAGE-XYZS:CAPS"></a>GWY_PAGE_XYZS</p></td>
<td class="enum_member_description">
<p>XYZ data.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-45.html#api-index-2.45">2.45</a></p>
</div>
<hr>
<div class="refsect2">
<a name="GwyDataItem"></a><h3>enum GwyDataItem</h3>
<p>Auxiliary channel data type.</p>
<div class="refsect3">
<a name="GwyDataItem.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-GRADIENT:CAPS"></a>GWY_DATA_ITEM_GRADIENT</p></td>
<td class="enum_member_description">
<p>Color gradient.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-PALETTE:CAPS"></a>GWY_DATA_ITEM_PALETTE</p></td>
<td class="enum_member_description">
<p>An alias of <em class="parameter"><code>GWY_DATA_ITEM_GRADIENT</code></em>
.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-MASK-COLOR:CAPS"></a>GWY_DATA_ITEM_MASK_COLOR</p></td>
<td class="enum_member_description">
<p>Mask color components.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-TITLE:CAPS"></a>GWY_DATA_ITEM_TITLE</p></td>
<td class="enum_member_description">
<p>Channel title.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-RANGE:CAPS"></a>GWY_DATA_ITEM_RANGE</p></td>
<td class="enum_member_description">
<p>Range type and range boundaries.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-RANGE-TYPE:CAPS"></a>GWY_DATA_ITEM_RANGE_TYPE</p></td>
<td class="enum_member_description">
<p>Range type.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-REAL-SQUARE:CAPS"></a>GWY_DATA_ITEM_REAL_SQUARE</p></td>
<td class="enum_member_description">
<p>Physical/pixel aspect ratio mode.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-SELECTIONS:CAPS"></a>GWY_DATA_ITEM_SELECTIONS</p></td>
<td class="enum_member_description">
<p>Data selections.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-META:CAPS"></a>GWY_DATA_ITEM_META</p></td>
<td class="enum_member_description">
<p>Metadata.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-ITEM-CALDATA:CAPS"></a>GWY_DATA_ITEM_CALDATA</p></td>
<td class="enum_member_description">
<p>Calibration and uncertainty data.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GwyVisibilityResetType"></a><h3>enum GwyVisibilityResetType</h3>
<p>Data object visibility reset type.</p>
<p>The precise behaviour of <em class="parameter"><code>GWY_VISIBILITY_RESET_DEFAULT</code></em>
 may be subject of
further changes.  It indicates the wish to restore saved visibilities
and do something reasonable when there are no visibilities to restore.</p>
<div class="refsect3">
<a name="GwyVisibilityResetType.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GWY-VISIBILITY-RESET-DEFAULT:CAPS"></a>GWY_VISIBILITY_RESET_DEFAULT</p></td>
<td class="enum_member_description">
<p>Restore visibilities from container and if
                               nothing would be visible, make an arbitrary
                               data object visible.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-VISIBILITY-RESET-RESTORE:CAPS"></a>GWY_VISIBILITY_RESET_RESTORE</p></td>
<td class="enum_member_description">
<p>Restore visibilities from container.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-VISIBILITY-RESET-SHOW-ALL:CAPS"></a>GWY_VISIBILITY_RESET_SHOW_ALL</p></td>
<td class="enum_member_description">
<p>Show all data objects.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-VISIBILITY-RESET-HIDE-ALL:CAPS"></a>GWY_VISIBILITY_RESET_HIDE_ALL</p></td>
<td class="enum_member_description">
<p>Hide all data objects.  This normally
                                makes the file inaccessible.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GwyDataWatchEventType"></a><h3>enum GwyDataWatchEventType</h3>
<p>Type of event reported to <a class="link" href="libgwyapp-data-browser.html#GwyAppDataWatchFunc" title="GwyAppDataWatchFunc ()"><span class="type">GwyAppDataWatchFunc</span></a> watcher functions.</p>
<div class="refsect3">
<a name="GwyDataWatchEventType.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="enum_members_name">
<col class="enum_members_description">
<col width="200px" class="enum_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-WATCH-EVENT-ADDED:CAPS"></a>GWY_DATA_WATCH_EVENT_ADDED</p></td>
<td class="enum_member_description">
<p>A new data object has appeared.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-WATCH-EVENT-CHANGED:CAPS"></a>GWY_DATA_WATCH_EVENT_CHANGED</p></td>
<td class="enum_member_description">
<p>A data object has changed.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GWY-DATA-WATCH-EVENT-REMOVED:CAPS"></a>GWY_DATA_WATCH_EVENT_REMOVED</p></td>
<td class="enum_member_description">
<p>A data object has been removed.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<p class="since">Since: <a class="link" href="api-index-2-21.html#api-index-2.21">2.21</a></p>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.19</div>
</body>
</html>