This file is indexed.

/usr/share/gtk-doc/html/gconf/gconf-gconf-value.html is in libgconf2-doc 3.2.6-4ubuntu1.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GConfValue, GConfEntry, GConfMetaInfo: GConf Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="index.html" title="GConf Reference Manual">
<link rel="up" href="ch01.html" title="Using the GConf library">
<link rel="prev" href="gconf-gconf-sources.html" title="gconf-sources">
<link rel="next" href="gconf-gconf.html" title="GConf Core Interfaces">
<meta name="generator" content="GTK-Doc V1.25 (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="#gconf-gconf-value.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><a accesskey="u" href="ch01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
<td><a accesskey="p" href="gconf-gconf-sources.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td>
<td><a accesskey="n" href="gconf-gconf.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry">
<a name="gconf-gconf-value"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="gconf-gconf-value.top_of_page"></a>GConfValue, GConfEntry, GConfMetaInfo</span></h2>
<p>GConfValue, GConfEntry, GConfMetaInfo — A <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> stores a dynamically-typed value. A <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> stores a
key-value pair.  A <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> stores metainformation about a key.</p>
</td>
<td class="gallery_image" valign="top" align="right"></td>
</tr></table></div>
<div class="refsect1">
<a name="gconf-gconf-value.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="define_keyword">#define</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-TYPE-VALID:CAPS" title="GCONF_VALUE_TYPE_VALID()">GCONF_VALUE_TYPE_VALID</a><span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <span class="returnvalue">char</span> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-get-string" title="gconf_value_get_string ()">gconf_value_get_string</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">int</span>
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-get-int" title="gconf_value_get_int ()">gconf_value_get_int</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<span class="returnvalue">double</span>
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-get-float" title="gconf_value_get_float ()">gconf_value_get_float</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="returnvalue">GConfValueType</span></a>
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-get-list-type" title="gconf_value_get_list_type ()">gconf_value_get_list_type</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-get-list" title="gconf_value_get_list ()">gconf_value_get_list</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-get-car" title="gconf_value_get_car ()">gconf_value_get_car</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-get-cdr" title="gconf_value_get_cdr ()">gconf_value_get_cdr</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-get-bool" title="gconf_value_get_bool ()">gconf_value_get_bool</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="returnvalue">GConfSchema</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-get-schema" title="gconf_value_get_schema ()">gconf_value_get_schema</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-new" title="gconf_value_new ()">gconf_value_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-new-from-string" title="gconf_value_new_from_string ()">gconf_value_new_from_string</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-copy" title="gconf_value_copy ()">gconf_value_copy</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="gconf-gconf-value.html#gconf-value-free" title="gconf_value_free ()">gconf_value_free</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="gconf-gconf-value.html#gconf-value-set-int" title="gconf_value_set_int ()">gconf_value_set_int</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="gconf-gconf-value.html#gconf-value-set-string" title="gconf_value_set_string ()">gconf_value_set_string</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="gconf-gconf-value.html#gconf-value-set-float" title="gconf_value_set_float ()">gconf_value_set_float</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="gconf-gconf-value.html#gconf-value-set-bool" title="gconf_value_set_bool ()">gconf_value_set_bool</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="gconf-gconf-value.html#gconf-value-set-schema" title="gconf_value_set_schema ()">gconf_value_set_schema</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="gconf-gconf-value.html#gconf-value-set-schema-nocopy" title="gconf_value_set_schema_nocopy ()">gconf_value_set_schema_nocopy</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="gconf-gconf-value.html#gconf-value-set-car" title="gconf_value_set_car ()">gconf_value_set_car</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="gconf-gconf-value.html#gconf-value-set-car-nocopy" title="gconf_value_set_car_nocopy ()">gconf_value_set_car_nocopy</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="gconf-gconf-value.html#gconf-value-set-cdr" title="gconf_value_set_cdr ()">gconf_value_set_cdr</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="gconf-gconf-value.html#gconf-value-set-cdr-nocopy" title="gconf_value_set_cdr_nocopy ()">gconf_value_set_cdr_nocopy</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="gconf-gconf-value.html#gconf-value-set-list-type" title="gconf_value_set_list_type ()">gconf_value_set_list_type</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="gconf-gconf-value.html#gconf-value-set-list-nocopy" title="gconf_value_set_list_nocopy ()">gconf_value_set_list_nocopy</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="gconf-gconf-value.html#gconf-value-set-list" title="gconf_value_set_list ()">gconf_value_set_list</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-value-to-string" title="gconf_value_to_string ()">gconf_value_to_string</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="returnvalue">GConfMetaInfo</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-meta-info-new" title="gconf_meta_info_new ()">gconf_meta_info_new</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="gconf-gconf-value.html#gconf-meta-info-free" title="gconf_meta_info_free ()">gconf_meta_info_free</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <span class="returnvalue">char</span> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-meta-info-get-schema" title="gconf_meta_info_get_schema ()">gconf_meta_info_get_schema</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <span class="returnvalue">char</span> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-meta-info-get-mod-user" title="gconf_meta_info_get_mod_user ()">gconf_meta_info_get_mod_user</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTime"><span class="returnvalue">GTime</span></a>
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-meta-info-mod-time" title="gconf_meta_info_mod_time ()">gconf_meta_info_mod_time</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="gconf-gconf-value.html#gconf-meta-info-set-schema" title="gconf_meta_info_set_schema ()">gconf_meta_info_set_schema</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="gconf-gconf-value.html#gconf-meta-info-set-mod-user" title="gconf_meta_info_set_mod_user ()">gconf_meta_info_set_mod_user</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="gconf-gconf-value.html#gconf-meta-info-set-mod-time" title="gconf_meta_info_set_mod_time ()">gconf_meta_info_set_mod_time</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <span class="returnvalue">char</span> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-get-key" title="gconf_entry_get_key ()">gconf_entry_get_key</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-get-value" title="gconf_entry_get_value ()">gconf_entry_get_value</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">const <span class="returnvalue">char</span> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-get-schema-name" title="gconf_entry_get_schema_name ()">gconf_entry_get_schema_name</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-get-is-default" title="gconf_entry_get_is_default ()">gconf_entry_get_is_default</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-get-is-writable" title="gconf_entry_get_is_writable ()">gconf_entry_get_is_writable</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-new" title="gconf_entry_new ()">gconf_entry_new</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-new-nocopy" title="gconf_entry_new_nocopy ()">gconf_entry_new_nocopy</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-copy" title="gconf_entry_copy ()">gconf_entry_copy</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="gconf-gconf-value.html#gconf-entry-free" title="gconf_entry_free ()">gconf_entry_free</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-ref" title="gconf_entry_ref ()">gconf_entry_ref</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="gconf-gconf-value.html#gconf-entry-unref" title="gconf_entry_unref ()">gconf_entry_unref</a> <span class="c_punctuation">()</span>
</td>
</tr>
<tr>
<td class="function_type">
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
</td>
<td class="function_name">
<a class="link" href="gconf-gconf-value.html#gconf-entry-steal-value" title="gconf_entry_steal_value ()">gconf_entry_steal_value</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="gconf-gconf-value.html#gconf-entry-set-value" title="gconf_entry_set_value ()">gconf_entry_set_value</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="gconf-gconf-value.html#gconf-entry-set-value-nocopy" title="gconf_entry_set_value_nocopy ()">gconf_entry_set_value_nocopy</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="gconf-gconf-value.html#gconf-entry-set-schema-name" title="gconf_entry_set_schema_name ()">gconf_entry_set_schema_name</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="gconf-gconf-value.html#gconf-entry-set-is-default" title="gconf_entry_set_is_default ()">gconf_entry_set_is_default</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="gconf-gconf-value.html#gconf-entry-set-is-writable" title="gconf_entry_set_is_writable ()">gconf_entry_set_is_writable</a> <span class="c_punctuation">()</span>
</td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="gconf-gconf-value.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="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType">GConfValueType</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue">GConfValue</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo">GConfMetaInfo</a></td>
</tr>
<tr>
<td class="datatype_keyword">struct</td>
<td class="function_name"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry">GConfEntry</a></td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect1">
<a name="gconf-gconf-value.description"></a><h2>Description</h2>
<p>
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> stores one of the value types GConf understands; GConf
uses <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to pass values around because it doesn't know the
type of its values at compile time.
</p>
<p>
A <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> pairs a relative key
name with a value, for example if the value "10" is stored at the key
"/foo/bar/baz", the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> will store "baz" and "10".
</p>
<p>
A <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> object holds metainformation about a key, such as
its last modification time and the name of the schema associated with
it. You should rarely if ever need to use <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.
(In fact you can't get the metainfo for a key using the current API.)
</p>
</div>
<div class="refsect1">
<a name="gconf-gconf-value.functions_details"></a><h2>Functions</h2>
<div class="refsect2">
<a name="GCONF-VALUE-TYPE-VALID:CAPS"></a><h3>GCONF_VALUE_TYPE_VALID()</h3>
<pre class="programlisting">#define GCONF_VALUE_TYPE_VALID(x) (((x) &gt; GCONF_VALUE_INVALID) &amp;&amp; ((x) &lt;= GCONF_VALUE_PAIR))
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-get-string"></a><h3>gconf_value_get_string ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> *
gconf_value_get_string (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Returns a <span class="symbol">const gchar*</span> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-STRING:CAPS"><code class="literal">GCONF_VALUE_STRING</code></a>. The returned string is <span class="emphasis"><em>not</em></span> a
copy, don't try to free it. It is "owned" by the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> and will
be destroyed when the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is destroyed.
</p>
<p>
If the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is not initialized (i.e. no one has called
<a class="link" href="gconf-gconf-value.html#gconf-value-set-string" title="gconf_value_set_string ()"><code class="function">gconf_value_set_string()</code></a>) then the string may be
<span class="symbol">NULL</span>, but of course you should not try to use an
uninitialized <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.
</p>
<div class="refsect3">
<a name="gconf-value-get-string.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-get-string.returns"></a><h4>Returns</h4>
<p>a const char*.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-get-int"></a><h3>gconf_value_get_int ()</h3>
<pre class="programlisting"><span class="returnvalue">int</span>
gconf_value_get_int (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Returns a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-INT:CAPS"><code class="literal">GCONF_VALUE_INT</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-get-int.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-get-int.returns"></a><h4>Returns</h4>
<p>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-get-float"></a><h3>gconf_value_get_float ()</h3>
<pre class="programlisting"><span class="returnvalue">double</span>
gconf_value_get_float (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Returns a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-FLOAT:CAPS"><code class="literal">GCONF_VALUE_FLOAT</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-get-float.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-get-float.returns"></a><h4>Returns</h4>
<p>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-get-list-type"></a><h3>gconf_value_get_list_type ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="returnvalue">GConfValueType</span></a>
gconf_value_get_list_type (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Returns the type of the list elements in a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-LIST:CAPS"><code class="literal">GCONF_VALUE_LIST</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-get-list-type.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-get-list-type.returns"></a><h4>Returns</h4>
<p>the type of the list elements (a primitive type).</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-get-list"></a><h3>gconf_value_get_list ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *
gconf_value_get_list (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>Returns a <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> objects. Each <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> in
the returned list will have the type returned by
<a class="link" href="gconf-gconf-value.html#gconf-value-get-list-type" title="gconf_value_get_list_type ()"><code class="function">gconf_value_get_list_type()</code></a>. Remember that the empty <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> is equal to</p>
<span class="symbol">NULL</span>.  The list is not a copy; it is "owned" by the
<p><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> and will be destroyed when the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is destroyed.</p>
<div class="refsect3">
<a name="gconf-value-get-list.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-get-list.returns"></a><h4>Returns</h4>
<p> a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a>. </p>
<p><span class="annotation">[<a href="http://foldoc.org/element-type"><span class="acronym">element-type</span></a> GConfValue][<a href="http://foldoc.org/transfer%20none"><span class="acronym">transfer none</span></a>]</span></p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-get-car"></a><h3>gconf_value_get_car ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
gconf_value_get_car (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Returns the first member (car) of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>. The car is another <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>, with a primitive
type (bool, int, float, string, schema).
</p>
<p>
The returned value is not a copy; it is "owned" by the pair and will
be destroyed when the pair is destroyed.
</p>
<div class="refsect3">
<a name="gconf-value-get-car.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-get-car.returns"></a><h4>Returns</h4>
<p>the first member of a pair, a primitive type.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-get-cdr"></a><h3>gconf_value_get_cdr ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
gconf_value_get_cdr (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Returns the second member (cdr) of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>. The cdr is another <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>, with a primitive
type (bool, int, float, string, schema).
</p>
<p>
The returned value is not a copy; it is "owned" by the pair and will
be destroyed when the pair is destroyed.
</p>
<div class="refsect3">
<a name="gconf-value-get-cdr.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-get-cdr.returns"></a><h4>Returns</h4>
<p>the second member of a pair, a primitive type.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-get-bool"></a><h3>gconf_value_get_bool ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gconf_value_get_bool (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Returns a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-BOOL:CAPS"><code class="literal">GCONF_VALUE_BOOL</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-get-bool.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-get-bool.returns"></a><h4>Returns</h4>
<p>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-get-schema"></a><h3>gconf_value_get_schema ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="returnvalue">GConfSchema</span></a> *
gconf_value_get_schema (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Returns a <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-SCHEMA:CAPS"><code class="literal">GCONF_VALUE_SCHEMA</code></a>. If the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is uninitialized, it
may return <span class="symbol">NULL</span>; but of course you should have
initialized the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>. The GConf library will not return values
with a <span class="symbol">NULL</span> schema.
</p>
<p>
The returned value is not a copy; it is "owned" by the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> and will
be destroyed when the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is destroyed.
</p>
<div class="refsect3">
<a name="gconf-value-get-schema.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-get-schema.returns"></a><h4>Returns</h4>
<p>a <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-new"></a><h3>gconf_value_new ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
gconf_value_new (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>);</pre>
<p>
Creates a new <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <em class="parameter"><code>type</code></em>. The type is immutable after
creation; values have a fixed type. You <span class="emphasis"><em>must</em></span>
initialize the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> after creation; that is, you must set its
value with one of the "setter" functions.
</p>
<div class="refsect3">
<a name="gconf-value-new.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>type</p></td>
<td class="parameter_description"><p>type of the new <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-new.returns"></a><h4>Returns</h4>
<p>newly-allocated <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-new-from-string"></a><h3>gconf_value_new_from_string ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
gconf_value_new_from_string (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>,
                             <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
<p>
Creates a new <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <em class="parameter"><code>type</code></em> and value set to the string passed.
Based on the value of <em class="parameter"><code>type</code></em>, this function does the appropriate conversion of the
string passed to the <em class="parameter"><code>type</code></em>, does error checks to ensure the value is valid, and
then calls the appropriate gconf_set function depending on the <em class="parameter"><code>type</code></em> to set the value.
</p>
<div class="refsect3">
<a name="gconf-value-new-from-string.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>type</p></td>
<td class="parameter_description"><p>type of the new <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>str</p></td>
<td class="parameter_description"><p>the return location for an allocated <a href="/usr/share/gtk-doc/html/glib/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <span class="symbol">NULL</span> to ignore errors.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>err</p></td>
<td class="parameter_description"><p>the value to be set.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-new-from-string.returns"></a><h4>Returns</h4>
<p>the value to be set.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-copy"></a><h3>gconf_value_copy ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
gconf_value_copy (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *src</code></em>);</pre>
<p>
Copies a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>. The copy is a deep copy, that is, any allocated
memory inside the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> will also be copied.
</p>
<div class="refsect3">
<a name="gconf-value-copy.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>src</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to copy.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-copy.returns"></a><h4>Returns</h4>
<p>a newly-allocated <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> identical to <em class="parameter"><code>src</code></em>
.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-free"></a><h3>gconf_value_free ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_free (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Deallocates a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>. Also deallocates any allocated memory
inside the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> (such as lists, pair members, strings, and schemas).
</p>
<div class="refsect3">
<a name="gconf-value-free.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to destroy.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-int"></a><h3>gconf_value_set_int ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_int (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                     <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a> the_int</code></em>);</pre>
<p>
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-INT:CAPS"><code class="literal">GCONF_VALUE_INT</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-set-int.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> of type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-INT:CAPS"><code class="literal">GCONF_VALUE_INT</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>the_int</p></td>
<td class="parameter_description"><p>the integer.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-string"></a><h3>gconf_value_set_string ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_string (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                        <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *the_str</code></em>);</pre>
<p>
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-STRING:CAPS"><code class="literal">GCONF_VALUE_STRING</code></a>. <em class="parameter"><code>the_str</code></em> is copied.
</p>
<div class="refsect3">
<a name="gconf-value-set-string.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> of type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-STRING:CAPS"><code class="literal">GCONF_VALUE_STRING</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>the_str</p></td>
<td class="parameter_description"><p>the string.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-float"></a><h3>gconf_value_set_float ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_float (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                       <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> the_float</code></em>);</pre>
<p>
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-FLOAT:CAPS"><code class="literal">GCONF_VALUE_FLOAT</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-set-float.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> of type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-FLOAT:CAPS"><code class="literal">GCONF_VALUE_FLOAT</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>the_float</p></td>
<td class="parameter_description"><p>the floating point number.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-bool"></a><h3>gconf_value_set_bool ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_bool (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                      <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> the_bool</code></em>);</pre>
<p>
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-BOOL:CAPS"><code class="literal">GCONF_VALUE_BOOL</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-set-bool.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> of type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-BOOL:CAPS"><code class="literal">GCONF_VALUE_BOOL</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>the_bool</p></td>
<td class="parameter_description"><p>a boolean value (<span class="symbol">TRUE</span> or <span class="symbol">FALSE</span>).</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-schema"></a><h3>gconf_value_set_schema ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_schema (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                        <em class="parameter"><code>const <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a> *sc</code></em>);</pre>
<p>
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-SCHEMA:CAPS"><code class="literal">GCONF_VALUE_SCHEMA</code></a>. The
<a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a> is copied. Alternatively you can use
<a class="link" href="gconf-gconf-value.html#gconf-value-set-schema-nocopy" title="gconf_value_set_schema_nocopy ()"><code class="function">gconf_value_set_schema_nocopy()</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-set-schema.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-SCHEMA:CAPS"><code class="literal">GCONF_VALUE_SCHEMA</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>sc</p></td>
<td class="parameter_description"><p>the <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-schema-nocopy"></a><h3>gconf_value_set_schema_nocopy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_schema_nocopy (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                               <em class="parameter"><code><a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a> *sc</code></em>);</pre>
<p>
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-SCHEMA:CAPS"><code class="literal">GCONF_VALUE_SCHEMA</code></a>. The <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a> is <span class="emphasis"><em>not</em></span>
copied; the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> takes ownership of it, and it should only be
accessed via the <a class="link" href="gconf-gconf-value.html#gconf-value-get-schema" title="gconf_value_get_schema ()"><code class="function">gconf_value_get_schema()</code></a> macro. This function is provided
as a more efficient version of <a class="link" href="gconf-gconf-value.html#gconf-value-set-schema" title="gconf_value_set_schema ()"><code class="function">gconf_value_set_schema()</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-set-schema-nocopy.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-SCHEMA:CAPS"><code class="literal">GCONF_VALUE_SCHEMA</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>sc</p></td>
<td class="parameter_description"><p>the <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-car"></a><h3>gconf_value_set_car ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_car (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                     <em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *car</code></em>);</pre>
<p>
Sets the value of the first field (car) of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>. The <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is copied. Alternatively, use
<a class="link" href="gconf-gconf-value.html#gconf-value-set-car-nocopy" title="gconf_value_set_car_nocopy ()"><code class="function">gconf_value_set_car_nocopy()</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-set-car.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>car</p></td>
<td class="parameter_description"><p>the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to set as the car of the pair.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-car-nocopy"></a><h3>gconf_value_set_car_nocopy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_car_nocopy (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                            <em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *car</code></em>);</pre>
<p>
Sets the value of the first field (car) of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>. The <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is <span class="emphasis"><em>not</em></span> copied;
the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> takes ownership of it. Alternatively, use
<a class="link" href="gconf-gconf-value.html#gconf-value-set-car" title="gconf_value_set_car ()"><code class="function">gconf_value_set_car()</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-set-car-nocopy.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>car</p></td>
<td class="parameter_description"><p>the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to set as the car of the pair.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-cdr"></a><h3>gconf_value_set_cdr ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_cdr (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                     <em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *cdr</code></em>);</pre>
<p>
Sets the value of the second field (cdr) of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>. The <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is copied. Alternatively, use
<a class="link" href="gconf-gconf-value.html#gconf-value-set-cdr-nocopy" title="gconf_value_set_cdr_nocopy ()"><code class="function">gconf_value_set_cdr_nocopy()</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-set-cdr.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>cdr</p></td>
<td class="parameter_description"><p>the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to set as the cdr of the pair.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-cdr-nocopy"></a><h3>gconf_value_set_cdr_nocopy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_cdr_nocopy (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                            <em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *cdr</code></em>);</pre>
<p>
Sets the value of the second field (cdr) of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>. The <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is <span class="emphasis"><em>not</em></span> copied;
the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> takes ownership of it. Alternatively, use
<a class="link" href="gconf-gconf-value.html#gconf-value-set-cdr" title="gconf_value_set_cdr ()"><code class="function">gconf_value_set_cdr()</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-set-cdr-nocopy.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>cdr</p></td>
<td class="parameter_description"><p>the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to set as the cdr of the pair.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-list-type"></a><h3>gconf_value_set_list_type ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_list_type (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                           <em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>);</pre>
<p>
Sets the type of the elements in a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> of type
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-LIST:CAPS"><code class="literal">GCONF_VALUE_LIST</code></a>. All the elements in the list must have the same
type. You must set the list type before you can set the list value.
</p>
<div class="refsect3">
<a name="gconf-value-set-list-type.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-LIST:CAPS"><code class="literal">GCONF_VALUE_LIST</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>type</p></td>
<td class="parameter_description"><p>the type of elements in this list.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-list-nocopy"></a><h3>gconf_value_set_list_nocopy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_list_nocopy (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>);</pre>
<p>
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-LIST:CAPS"><code class="literal">GCONF_VALUE_LIST</code></a>.  The
<em class="parameter"><code>list</code></em> argument should be a <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>. Each <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> in
the list must have the same type, and this type must be specified in
advance with <a class="link" href="gconf-gconf-value.html#gconf-value-set-list-type" title="gconf_value_set_list_type ()"><code class="function">gconf_value_set_list_type()</code></a>. This function does
<span class="emphasis"><em>not</em></span> copy the list; the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> will take
ownership of the list and its contents, and they will be destroyed
when the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> is destroyed. Alternatively, use
<a class="link" href="gconf-gconf-value.html#gconf-value-set-list" title="gconf_value_set_list ()"><code class="function">gconf_value_set_list()</code></a> to make a copy.
</p>
<div class="refsect3">
<a name="gconf-value-set-list-nocopy.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-LIST:CAPS"><code class="literal">GCONF_VALUE_LIST</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>list</p></td>
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to set as the list value.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-set-list"></a><h3>gconf_value_set_list ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_value_set_list (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
                      <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>);</pre>
<p>
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-LIST:CAPS"><code class="literal">GCONF_VALUE_LIST</code></a>.  The
<em class="parameter"><code>list</code></em> argument should be a <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>. Each <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> in
the list must have the same type, and this type must be specified in
advance with <a class="link" href="gconf-gconf-value.html#gconf-value-set-list-type" title="gconf_value_set_list_type ()"><code class="function">gconf_value_set_list_type()</code></a>. This function copies the
list; it will not modify the <em class="parameter"><code>list</code></em> argument.
</p>
<div class="refsect3">
<a name="gconf-value-set-list.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-LIST:CAPS"><code class="literal">GCONF_VALUE_LIST</code></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>list</p></td>
<td class="parameter_description"><p>the <a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to set as the list value.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-value-to-string"></a><h3>gconf_value_to_string ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *
gconf_value_to_string (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
<p>
Creates a human-readable string representation of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>. This
is intended for debugging and the like; the string representation is
not suitable for reliable machine parsing (that is, you shouldn't use
this function to save a value to a file or anything like that). The
exact nature of the string representation may change in future
versions. The returned string is newly-allocated and must be freed
with <a href="/usr/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
</p>
<div class="refsect3">
<a name="gconf-value-to-string.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>value</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-value-to-string.returns"></a><h4>Returns</h4>
<p>a newly-allocated string representing the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-meta-info-new"></a><h3>gconf_meta_info_new ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="returnvalue">GConfMetaInfo</span></a> *
gconf_meta_info_new (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
<p>
Creates a new <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> structure and returns the newly allocated
<a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.
</p>
<div class="refsect3">
<a name="gconf-meta-info-new.returns"></a><h4>Returns</h4>
<p>the newly allocated <span class="type">GConfMetainfo</span>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-meta-info-free"></a><h3>gconf_meta_info_free ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_meta_info_free (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
<p>
Frees the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.
</p>
<div class="refsect3">
<a name="gconf-meta-info-free.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>gcmi</p></td>
<td class="parameter_description"><p>the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> to be freed.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-meta-info-get-schema"></a><h3>gconf_meta_info_get_schema ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> *
gconf_meta_info_get_schema (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
<p>
Returns the schema field of the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.
</p>
<div class="refsect3">
<a name="gconf-meta-info-get-schema.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>gcmi</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-meta-info-get-schema.returns"></a><h4>Returns</h4>
<p>the schema field, a char* value.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-meta-info-get-mod-user"></a><h3>gconf_meta_info_get_mod_user ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> *
gconf_meta_info_get_mod_user (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
<p>
Returns the user owning the daemon that made the last modification of the key.
</p>
<div class="refsect3">
<a name="gconf-meta-info-get-mod-user.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>gcmi</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-meta-info-get-mod-user.returns"></a><h4>Returns</h4>
<p>mod_user, a char* value.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-meta-info-mod-time"></a><h3>gconf_meta_info_mod_time ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTime"><span class="returnvalue">GTime</span></a>
gconf_meta_info_mod_time (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
<p>
Returns the last modification time of the key.
</p>
<div class="refsect3">
<a name="gconf-meta-info-mod-time.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>gcmi</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-meta-info-mod-time.returns"></a><h4>Returns</h4>
<p>the mod_time, a <a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTime"><span class="type">GTime</span></a> value.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-meta-info-set-schema"></a><h3>gconf_meta_info_set_schema ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_meta_info_set_schema (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>,
                            <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema_name</code></em>);</pre>
<p>
Sets the schema_name field of the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> to the name passed.
</p>
<div class="refsect3">
<a name="gconf-meta-info-set-schema.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>gcmi</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>schema_name</p></td>
<td class="parameter_description"><p>the name to be set for the schema, a gchar* value.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-meta-info-set-mod-user"></a><h3>gconf_meta_info_set_mod_user ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_meta_info_set_mod_user (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>,
                              <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *mod_user</code></em>);</pre>
<p>
Sets the mod_user field of the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> to the user name passed.
</p>
<div class="refsect3">
<a name="gconf-meta-info-set-mod-user.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>gcmi</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>mod_user</p></td>
<td class="parameter_description"><p>the value to be set, a char*.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-meta-info-set-mod-time"></a><h3>gconf_meta_info_set_mod_time ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_meta_info_set_mod_time (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>,
                              <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTime"><span class="type">GTime</span></a> mod_time</code></em>);</pre>
<p>
Sets the mod_last field of the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> to the mod_time passed.
</p>
<div class="refsect3">
<a name="gconf-meta-info-set-mod-time.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>gcmi</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>mod_time</p></td>
<td class="parameter_description"><p>a <a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTime"><span class="type">GTime</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-get-key"></a><h3>gconf_entry_get_key ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> *
gconf_entry_get_key (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
<p>
Accesses the <em class="parameter"><code>key</code></em> field of a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>. The returned key is not a
copy, and should not be freed or modified.
</p>
<div class="refsect3">
<a name="gconf-entry-get-key.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-get-key.returns"></a><h4>Returns</h4>
<p>the key , a char*.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-get-value"></a><h3>gconf_entry_get_value ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
gconf_entry_get_value (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
<p>
Accesses the <em class="parameter"><code>value</code></em> field of a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>. The returned value is not
a copy, and should not be freed or modified. If you have called
<a class="link" href="gconf-gconf-value.html#gconf-entry-steal-value" title="gconf_entry_steal_value ()"><code class="function">gconf_entry_steal_value()</code></a>, the returned value will be
<span class="symbol">NULL</span>.
</p>
<div class="refsect3">
<a name="gconf-entry-get-value.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-get-value.returns"></a><h4>Returns</h4>
<p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-get-schema-name"></a><h3>gconf_entry_get_schema_name ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> *
gconf_entry_get_schema_name (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
<p>
Returns the schema_name field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.
</p>
<div class="refsect3">
<a name="gconf-entry-get-schema-name.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-get-schema-name.returns"></a><h4>Returns</h4>
<p>the schema_name , a char* value.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-get-is-default"></a><h3>gconf_entry_get_is_default ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gconf_entry_get_is_default (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
<p>
Returns the is_default field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> , a gboolean value.
</p>
<div class="refsect3">
<a name="gconf-entry-get-is-default.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-get-is-default.returns"></a><h4>Returns</h4>
<p>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-get-is-writable"></a><h3>gconf_entry_get_is_writable ()</h3>
<pre class="programlisting"><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>
gconf_entry_get_is_writable (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
<p>
Returns the is_writable field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>, a gboolean value.
</p>
<div class="refsect3">
<a name="gconf-entry-get-is-writable.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-get-is-writable.returns"></a><h4>Returns</h4>
<p>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-new"></a><h3>gconf_entry_new ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *
gconf_entry_new (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
                 <em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);</pre>
<p>
Creates a new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> with key <em class="parameter"><code>key</code></em> and value <em class="parameter"><code>val</code></em> calling <a class="link" href="gconf-gconf-value.html#gconf-entry-new-nocopy" title="gconf_entry_new_nocopy ()"><code class="function">gconf_entry_new_nocopy()</code></a>.
</p>
<div class="refsect3">
<a name="gconf-entry-new.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>key</p></td>
<td class="parameter_description"><p>the key name.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>val</p></td>
<td class="parameter_description"><p>the value.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-new.returns"></a><h4>Returns</h4>
<p>a new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-new-nocopy"></a><h3>gconf_entry_new_nocopy ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *
gconf_entry_new_nocopy (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
                        <em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);</pre>
<p>
Creates a new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> with key <em class="parameter"><code>key</code></em> and value <em class="parameter"><code>val</code></em>. <em class="parameter"><code>key</code></em> should be a full
path to the key, starting with '/'. Neither the key nor the value is copied;
both are freed when the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> is freed. The string will be freed with
<a href="/usr/share/gtk-doc/html/glib/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> so should be allocated with a GLib function, not <code class="function">malloc()</code>.
</p>
<div class="refsect3">
<a name="gconf-entry-new-nocopy.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>key</p></td>
<td class="parameter_description"><p>the key name.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>val</p></td>
<td class="parameter_description"><p>the value.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-new-nocopy.returns"></a><h4>Returns</h4>
<p>a new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-copy"></a><h3>gconf_entry_copy ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *
gconf_entry_copy (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *src</code></em>);</pre>
<p>
Copies the fields of an existing <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> and returns the new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.
</p>
<div class="refsect3">
<a name="gconf-entry-copy.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>src</p></td>
<td class="parameter_description"><p>the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> to be copied.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-copy.returns"></a><h4>Returns</h4>
<p>the new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-free"></a><h3>gconf_entry_free ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_entry_free (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
<div class="warning"><p><code class="literal">gconf_entry_free</code> is deprecated and should not be used in newly-written code.</p></div>
<p>
Destroys a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>, freeing the key, the value, and the entry itself.
</p>
<div class="refsect3">
<a name="gconf-entry-free.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> to free.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-ref"></a><h3>gconf_entry_ref ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *
gconf_entry_ref (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
<p>
Increases the refcount of a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> by one.
</p>
<div class="refsect3">
<a name="gconf-entry-ref.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-ref.returns"></a><h4>Returns</h4>
<p>the referenced <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-unref"></a><h3>gconf_entry_unref ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_entry_unref (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
<p>
Decreases the refcount of a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> by one and  frees the
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> when the refcount becomes zero.
</p>
<div class="refsect3">
<a name="gconf-entry-unref.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-steal-value"></a><h3>gconf_entry_steal_value ()</h3>
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *
gconf_entry_steal_value (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
<p>
Extracts the value from a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>, leaving the <em class="parameter"><code>value</code></em> field in
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> set to <span class="symbol">NULL</span>. Destroying the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>
will <span class="emphasis"><em>not</em></span> destroy the value; the caller of
<a class="link" href="gconf-gconf-value.html#gconf-entry-steal-value" title="gconf_entry_steal_value ()"><code class="function">gconf_entry_steal_value()</code></a> assumes ownership of it.
</p>
<div class="refsect3">
<a name="gconf-entry-steal-value.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr></tbody>
</table></div>
</div>
<div class="refsect3">
<a name="gconf-entry-steal-value.returns"></a><h4>Returns</h4>
<p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> that the caller must free.</p>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-set-value"></a><h3>gconf_entry_set_value ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_entry_set_value (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
                       <em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);</pre>
<p>
Sets the value field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> to the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> passed.
</p>
<div class="refsect3">
<a name="gconf-entry-set-value.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>val</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-set-value-nocopy"></a><h3>gconf_entry_set_value_nocopy ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_entry_set_value_nocopy (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
                              <em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);</pre>
<p>
Sets the value field to <em class="parameter"><code>val</code></em> after freeing the already existing value.
</p>
<div class="refsect3">
<a name="gconf-entry-set-value-nocopy.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>val</p></td>
<td class="parameter_description"><p>the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to be set.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-set-schema-name"></a><h3>gconf_entry_set_schema_name ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_entry_set_schema_name (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
                             <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
<p>
Sets the schema_name field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> to the name passed after freeing
the already existing name.
</p>
<div class="refsect3">
<a name="gconf-entry-set-schema-name.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>name</p></td>
<td class="parameter_description"><p>the name to be set for the schema, a gchar* value.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-set-is-default"></a><h3>gconf_entry_set_is_default ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_entry_set_is_default (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
                            <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_default</code></em>);</pre>
<p>
Sets the is_default field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> to the boolean value passed.
</p>
<div class="refsect3">
<a name="gconf-entry-set-is-default.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>is_default</p></td>
<td class="parameter_description"><p>the boolean value to be set.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="gconf-entry-set-is-writable"></a><h3>gconf_entry_set_is_writable ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>
gconf_entry_set_is_writable (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
                             <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_writable</code></em>);</pre>
<p>
Sets the is_writable field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> to the boolean value passed.
</p>
<div class="refsect3">
<a name="gconf-entry-set-is-writable.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>entry</p></td>
<td class="parameter_description"><p>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</p></td>
<td class="parameter_annotations"> </td>
</tr>
<tr>
<td class="parameter_name"><p>is_writable</p></td>
<td class="parameter_description"><p>a boolean value.</p></td>
<td class="parameter_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="refsect1">
<a name="gconf-gconf-value.other_details"></a><h2>Types and Values</h2>
<div class="refsect2">
<a name="GConfValueType"></a><h3>enum GConfValueType</h3>
<p>
Used to indicate the type of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.
</p>
<div class="refsect3">
<a name="GConfValueType.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="GCONF-VALUE-INVALID:CAPS"></a>GCONF_VALUE_INVALID</p></td>
<td class="enum_member_description">
<p>Never the type of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> obtained from GConf functions; used to indicate errors and the like.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GCONF-VALUE-STRING:CAPS"></a>GCONF_VALUE_STRING</p></td>
<td class="enum_member_description">
<p>String value (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GCONF-VALUE-INT:CAPS"></a>GCONF_VALUE_INT</p></td>
<td class="enum_member_description">
<p>Integer value (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GCONF-VALUE-FLOAT:CAPS"></a>GCONF_VALUE_FLOAT</p></td>
<td class="enum_member_description">
<p>Floating point value (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GCONF-VALUE-BOOL:CAPS"></a>GCONF_VALUE_BOOL</p></td>
<td class="enum_member_description">
<p>Boolean value (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GCONF-VALUE-SCHEMA:CAPS"></a>GCONF_VALUE_SCHEMA</p></td>
<td class="enum_member_description">
<p>Schema value (<a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a>).</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GCONF-VALUE-LIST:CAPS"></a>GCONF_VALUE_LIST</p></td>
<td class="enum_member_description">
<p>List of <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>; <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> elements must have
a primitive type (i.e. they may not be lists or pairs), and all elements
of a list must have the same type.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
<tr>
<td class="enum_member_name"><p><a name="GCONF-VALUE-PAIR:CAPS"></a>GCONF_VALUE_PAIR</p></td>
<td class="enum_member_description">
<p>Pair of <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>; the first field (car) and the second
field (cdr) may have different types. The two elements of a pair must be primitive
types, not lists or pairs.</p>
</td>
<td class="enum_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GConfValue"></a><h3>struct GConfValue</h3>
<pre class="programlisting">struct GConfValue {
  GConfValueType type;
};
</pre>
<p>
Represents a dynamically-typed value. The <em class="parameter"><code>type</code></em> field tells you the
type of the value; the other fields should be accessed with the
accessor functions and macros.
</p>
<p>
<span class="emphasis"><em>A <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> should always
be initialized before use. That is, you should not use a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>
unless you have called one of the functions beginning with
"gconf_value_set_".</em></span>. For lists, initialization has two
steps: first you must set the list element type, then you must set the
list value.
</p>
<div class="refsect3">
<a name="GConfValue.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="struct_members_name">
<col class="struct_members_description">
<col width="200px" class="struct_members_annotations">
</colgroup>
<tbody><tr>
<td class="struct_member_name"><p><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> <em class="structfield"><code><a name="GConfValue.type"></a>type</code></em>;</p></td>
<td class="struct_member_description"><p>The <a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> of this <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>. The only field of
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> you should access directly.</p></td>
<td class="struct_member_annotations"> </td>
</tr></tbody>
</table></div>
</div>
</div>
<hr>
<div class="refsect2">
<a name="GConfMetaInfo"></a><h3>struct GConfMetaInfo</h3>
<pre class="programlisting">struct GConfMetaInfo {
  gchar* schema;
  gchar* mod_user; /* user owning the daemon that made the last modification */
  GTime  mod_time; /* time of the modification */
};
</pre>
</div>
<hr>
<div class="refsect2">
<a name="GConfEntry"></a><h3>struct GConfEntry</h3>
<pre class="programlisting">struct GConfEntry {
  char *key;
  GConfValue *value;
};
</pre>
<p>
Stores an entry from a GConf "directory," including a key-value pair,
the name of the schema applicable to this entry, whether the value is
a default value, and whether GConf can write a new value at this
key. <em class="parameter"><code>key</code></em> should be an absolute key, not a relative key.  (Note that
internally GConf breaks this rule sometimes; but in the public
interface, <em class="parameter"><code>key</code></em> is always an absolute key.)  To access the key and
value, use <a class="link" href="gconf-gconf-value.html#gconf-entry-get-key" title="gconf_entry_get_key ()"><code class="function">gconf_entry_get_key()</code></a> and <a class="link" href="gconf-gconf-value.html#gconf-entry-get-value" title="gconf_entry_get_value ()"><code class="function">gconf_entry_get_value()</code></a>.
</p>
<div class="warning"><p>Value can be <span class="symbol">NULL</span>, indicating that the
value is not set.</p></div>
<div class="refsect3">
<a name="GConfEntry.members"></a><h4>Members</h4>
<div class="informaltable"><table class="informaltable" width="100%" border="0">
<colgroup>
<col width="300px" class="struct_members_name">
<col class="struct_members_description">
<col width="200px" class="struct_members_annotations">
</colgroup>
<tbody>
<tr>
<td class="struct_member_name"><p><span class="type">char</span> *<em class="structfield"><code><a name="GConfEntry.key"></a>key</code></em>;</p></td>
<td class="struct_member_description"><p>an absolute key name.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
<tr>
<td class="struct_member_name"><p><a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> *<em class="structfield"><code><a name="GConfEntry.value"></a>value</code></em>;</p></td>
<td class="struct_member_description"><p>the value.</p></td>
<td class="struct_member_annotations"> </td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.25</div>
</body>
</html>