This file is indexed.

/usr/share/gtk-doc/html/gconf/gconf-gconf-value.html is in libgconf2-doc 3.2.5-0ubuntu2.

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
<!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</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.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.18 (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="2">
<tr valign="middle">
<td><a accesskey="p" href="gconf-gconf-sources.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GConf Reference Manual</th>
<td><a accesskey="n" href="gconf-gconf.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#gconf-gconf-value.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#gconf-gconf-value.description" class="shortcut">Description</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 valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="gconf-gconf-value.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">enum                <a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType">GConfValueType</a>;
struct              <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue">GConfValue</a>;
#define             <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-TYPE-VALID:CAPS" title="GCONF_VALUE_TYPE_VALID()">GCONF_VALUE_TYPE_VALID</a>              (x)
const <span class="returnvalue">char</span> *        <a class="link" href="gconf-gconf-value.html#gconf-value-get-string" title="gconf_value_get_string ()">gconf_value_get_string</a>              (<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>);
<span class="returnvalue">int</span>                 <a class="link" href="gconf-gconf-value.html#gconf-value-get-int" title="gconf_value_get_int ()">gconf_value_get_int</a>                 (<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>);
<span class="returnvalue">double</span>              <a class="link" href="gconf-gconf-value.html#gconf-value-get-float" title="gconf_value_get_float ()">gconf_value_get_float</a>               (<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>);
<a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="returnvalue">GConfValueType</span></a>      <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>           (<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>);
<a href="/usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="gconf-gconf-value.html#gconf-value-get-list" title="gconf_value_get_list ()">gconf_value_get_list</a>                (<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>);
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-value-get-car" title="gconf_value_get_car ()">gconf_value_get_car</a>                 (<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>);
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-value-get-cdr" title="gconf_value_get_cdr ()">gconf_value_get_cdr</a>                 (<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>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gconf-gconf-value.html#gconf-value-get-bool" title="gconf_value_get_bool ()">gconf_value_get_bool</a>                (<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>);
<a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="returnvalue">GConfSchema</span></a> *       <a class="link" href="gconf-gconf-value.html#gconf-value-get-schema" title="gconf_value_get_schema ()">gconf_value_get_schema</a>              (<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>);
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-value-new" title="gconf_value_new ()">gconf_value_new</a>                     (<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>);
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *        <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>         (<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>);
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-value-copy" title="gconf_value_copy ()">gconf_value_copy</a>                    (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-free" title="gconf_value_free ()">gconf_value_free</a>                    (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-int" title="gconf_value_set_int ()">gconf_value_set_int</a>                 (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-string" title="gconf_value_set_string ()">gconf_value_set_string</a>              (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-float" title="gconf_value_set_float ()">gconf_value_set_float</a>               (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-bool" title="gconf_value_set_bool ()">gconf_value_set_bool</a>                (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-schema" title="gconf_value_set_schema ()">gconf_value_set_schema</a>              (<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>);
<span class="returnvalue">void</span>                <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>       (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-car" title="gconf_value_set_car ()">gconf_value_set_car</a>                 (<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>);
<span class="returnvalue">void</span>                <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>          (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-cdr" title="gconf_value_set_cdr ()">gconf_value_set_cdr</a>                 (<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>);
<span class="returnvalue">void</span>                <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>          (<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>);
<span class="returnvalue">void</span>                <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>           (<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>);
<span class="returnvalue">void</span>                <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>         (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-list" title="gconf_value_set_list ()">gconf_value_set_list</a>                (<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>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="gconf-gconf-value.html#gconf-value-to-string" title="gconf_value_to_string ()">gconf_value_to_string</a>               (<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>);
struct              <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo">GConfMetaInfo</a>;
<a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="returnvalue">GConfMetaInfo</span></a> *     <a class="link" href="gconf-gconf-value.html#gconf-meta-info-new" title="gconf_meta_info_new ()">gconf_meta_info_new</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-meta-info-free" title="gconf_meta_info_free ()">gconf_meta_info_free</a>                (<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>);
const <span class="returnvalue">char</span> *        <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>          (<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>);
const <span class="returnvalue">char</span> *        <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>        (<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>);
<a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTime"><span class="returnvalue">GTime</span></a>               <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>            (<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>);
<span class="returnvalue">void</span>                <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>          (<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>);
<span class="returnvalue">void</span>                <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>        (<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>);
<span class="returnvalue">void</span>                <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>        (<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>);
struct              <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry">GConfEntry</a>;
const <span class="returnvalue">char</span> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-get-key" title="gconf_entry_get_key ()">gconf_entry_get_key</a>                 (<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>);
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-get-value" title="gconf_entry_get_value ()">gconf_entry_get_value</a>               (<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>);
const <span class="returnvalue">char</span> *        <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>         (<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>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <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>          (<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>);
<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <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>         (<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>);
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-new" title="gconf_entry_new ()">gconf_entry_new</a>                     (<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>);
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-new-nocopy" title="gconf_entry_new_nocopy ()">gconf_entry_new_nocopy</a>              (<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>);
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-copy" title="gconf_entry_copy ()">gconf_entry_copy</a>                    (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-free" title="gconf_entry_free ()">gconf_entry_free</a>                    (<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>);
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-ref" title="gconf_entry_ref ()">gconf_entry_ref</a>                     (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-unref" title="gconf_entry_unref ()">gconf_entry_unref</a>                   (<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>);
<a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-steal-value" title="gconf_entry_steal_value ()">gconf_entry_steal_value</a>             (<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>);
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-set-value" title="gconf_entry_set_value ()">gconf_entry_set_value</a>               (<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>);
<span class="returnvalue">void</span>                <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>        (<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>);
<span class="returnvalue">void</span>                <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>         (<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>);
<span class="returnvalue">void</span>                <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>          (<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>);
<span class="returnvalue">void</span>                <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>         (<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>
</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.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="GConfValueType"></a><h3>enum GConfValueType</h3>
<pre class="programlisting">typedef enum {
  GCONF_VALUE_INVALID,
  GCONF_VALUE_STRING,
  GCONF_VALUE_INT,
  GCONF_VALUE_FLOAT,
  GCONF_VALUE_BOOL,
  GCONF_VALUE_SCHEMA,

  /* unfortunately these aren't really types; we want list_of_string,
     list_of_int, etc.  but it's just too complicated to implement.
     instead we'll complain in various places if you do something
     moronic like mix types in a list or treat pair&lt;string,int&gt; and
     pair&lt;float,bool&gt; as the same type. */
  GCONF_VALUE_LIST,
  GCONF_VALUE_PAIR
} GConfValueType;
</pre>
<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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><a name="GCONF-VALUE-INVALID:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_INVALID</code></span></p></td>
<td>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.
</td>
</tr>
<tr>
<td><p><a name="GCONF-VALUE-STRING:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_STRING</code></span></p></td>
<td>String value (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*).
</td>
</tr>
<tr>
<td><p><a name="GCONF-VALUE-INT:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_INT</code></span></p></td>
<td>Integer value (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>).
</td>
</tr>
<tr>
<td><p><a name="GCONF-VALUE-FLOAT:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_FLOAT</code></span></p></td>
<td>Floating point value (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>).
</td>
</tr>
<tr>
<td><p><a name="GCONF-VALUE-BOOL:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_BOOL</code></span></p></td>
<td>Boolean value (<a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>).
</td>
</tr>
<tr>
<td><p><a name="GCONF-VALUE-SCHEMA:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_SCHEMA</code></span></p></td>
<td>Schema value (<a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a>).
</td>
</tr>
<tr>
<td><p><a name="GCONF-VALUE-LIST:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_LIST</code></span></p></td>
<td>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.
</td>
</tr>
<tr>
<td><p><a name="GCONF-VALUE-PAIR:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_PAIR</code></span></p></td>
<td>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.
</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><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>;</span></p></td>
<td>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.</td>
</tr></tbody>
</table></div>
</div>
<hr>
<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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a const char*.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gint"><span class="type">gint</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the type of the list elements (a primitive type).</td>
</tr>
</tbody>
</table></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
<span class="symbol">NULL</span>.  The list 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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a href="/usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a>. <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>
</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the first member of a pair, a primitive type.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the second member of a pair, a primitive type.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
<td>type of the new <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>newly-allocated <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
<td>type of the new <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
<td>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.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>err</code></em> :</span></p></td>
<td>the value to be set.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the value to be set.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>src</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to copy.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>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>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to destroy.</td>
</tr></tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>the_int</code></em> :</span></p></td>
<td>the integer.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>the_str</code></em> :</span></p></td>
<td>the string.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>the_float</code></em> :</span></p></td>
<td>the floating point number.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>the_bool</code></em> :</span></p></td>
<td>a boolean value (<span class="symbol">TRUE</span> or <span class="symbol">FALSE</span>).</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>sc</code></em> :</span></p></td>
<td>the <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>sc</code></em> :</span></p></td>
<td>the <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>car</code></em> :</span></p></td>
<td>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.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>car</code></em> :</span></p></td>
<td>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.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cdr</code></em> :</span></p></td>
<td>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.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cdr</code></em> :</span></p></td>
<td>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.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
<td>the type of elements in this list.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
<td>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.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>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>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
<td>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.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a newly-allocated string representing the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
</tbody>
</table></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="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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the newly allocated <span class="type">GConfMetainfo</span>.</td>
</tr></tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>gcmi</code></em> :</span></p></td>
<td>the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> to be freed.</td>
</tr></tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gcmi</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the schema field, a char* value.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gcmi</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>mod_user, a char* value.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gcmi</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>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.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gcmi</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>schema_name</code></em> :</span></p></td>
<td>the name to be set for the schema, a gchar* value.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gcmi</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>mod_user</code></em> :</span></p></td>
<td>the value to be set, a char*.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>gcmi</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="struct GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>mod_time</code></em> :</span></p></td>
<td>a <a href="/usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html#GTime"><span class="type">GTime</span></a>.</td>
</tr>
</tbody>
</table></div>
</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" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<p>Value can be <span class="symbol">NULL</span>, indicating that the
value is not set.</p>
</div>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><span class="type">char</span> *<em class="structfield"><code><a name="GConfEntry.key"></a>key</code></em>;</span></p></td>
<td>an absolute key name.</td>
</tr>
<tr>
<td><p><span class="term"><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>;</span></p></td>
<td>the value.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the key , a char*.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the schema_name , a char* value.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td>the key name.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
<td>the value.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td>the key name.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
<td>the value.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>src</code></em> :</span></p></td>
<td>the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> to be copied.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
</tbody>
</table></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" style="margin-left: 0.5in; margin-right: 0.5in;">
<h3 class="title">Warning</h3>
<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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a> to free.</td>
</tr></tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>the referenced <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr></tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> that the caller must free.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a>.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>val</code></em> :</span></p></td>
<td>the <a class="link" href="gconf-gconf-value.html#GConfValue" title="struct GConfValue"><span class="type">GConfValue</span></a> to be set.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>name</code></em> :</span></p></td>
<td>the name to be set for the schema, a gchar* value.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>is_default</code></em> :</span></p></td>
<td>the boolean value to be set.</td>
</tr>
</tbody>
</table></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="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>entry</code></em> :</span></p></td>
<td>a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="struct GConfEntry"><span class="type">GConfEntry</span></a>.</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>is_writable</code></em> :</span></p></td>
<td>a boolean value.</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>