summaryrefslogtreecommitdiff
path: root/doc/gconf/tmpl/gconf-client.sgml
blob: 6f318e6511abca246ea3188b14b6eb47d1a277f1 (plain)
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
<!-- ##### SECTION Title ##### -->
GConfClient

<!-- ##### SECTION Short_Description ##### -->

#GObject-based convenience wrapper

<!-- ##### SECTION Long_Description ##### -->
<para>
#GConfClient adds the following features to plain GConf:
<itemizedlist>
<listitem>
<para>
A client-side cache for a specified list of directories you're interested in.
You can "preload" entire directories into the cache, speeding things up even more.
</para>
</listitem>
<listitem>
<para>
Some automatic error handling, if you request it.
</para>
</listitem>
<listitem>
<para>
Signals when a value changes or an error occurs.
</para>
</listitem>
</itemizedlist>
</para>

<warning>
<para>
If you use #GConfClient, you should not use the underlying #GConfEngine
directly, or you'll break things. This is why there's no
gconf_client_get_engine() function; in fact, if you create the #GConfClient with
gconf_client_get_default(), there is no (legitimate) way to obtain a pointer to the
underlying #GConfEngine. If you create a #GConfClient from an existing engine,
you'll have to be disciplined enough to avoid using that engine directly.
<footnote>
<para>
This is all a white lie; <emphasis>some</emphasis> direct #GConfEngine
operations are safe. But it's complicated to know which, and if an operation
isn't safe the resulting bugs will mangle the cache and cause weird bugs at an
indeterminate time in the future; you don't want to risk this
situation.
</para>
</footnote>
</para>
</warning>

<para>
A #GConfClient has a list of directories that it "watches." These directories
are optionally pre-loaded into the cache, and monitored in order to emit the
#value_changed signal. The #GConfClient can also be used to access directories
not in the list, but those directories won't be preloaded and the "value_changed"
signal won't be emitted for them.
</para>

<para>
There are two error-related signals in #GConfClient. The first is plain "error";
it's emitted anytime an error occurs. The second is "unreturned_error"; this
signal is emitted if you pass <symbol>NULL</symbol> as the #GError** to any
#GConfClient function. The idea is that you can have a global error handler
attached to the "unreturned_error" signal; if you want to use this handler, you
don't need to use the normal GConf error handling mechanism. However, if you
ever need to handle errors for a specific function call, you can override the
global handler by passing a non-<symbol>NULL</symbol> #GError** to the
function.  If you want an error handler that's <emphasis>always</emphasis>
invoked, use the "error" signal.
</para>

<para>
The "value_changed" signal is emitted whenever the server notifies your client
program that a value has changed in the GConf database. There's one problem with
this signal: the signal handler has to use strcmp() to determine whether the
changed value is the one it was interested in. If you are interested in lots of
values, then every time a value changes you'll be making lots of calls to
strcmp() and getting O(n) performance. gconf_client_notify_add() is a superior
interface in most cases for this reason. Note that calling gconf_client_set()
and its relatives will cause "value_changed" to be emitted, but "value_changed"
is also emitted if another process changes the value.
</para>

<para>
Most of the #GConfClient interface mirrors the functions you'd use to manipulate
a #GConfEngine (gconf_engine_get () and gconf_client_get(), for example). These should
all work just like the #GConfEngine versions, except that they use the cache
from #GConfClient and emit the #GConfClient signals.
</para>

<para>
As always with GConf, applications based on #GConfClient should use a
model-controller-view architecture. Typically, this means that areas of your
application affected by a setting will monitor the relevant key and update
themselves when necessary. The preferences dialog will simply change keys,
allowing GConf to notify the rest of the application that changes have occurred.
Here the application proper is the "view," GConf is the "model", and the
preferences dialog is the "controller." In no case should you do this:
<programlisting>
 gconf_client_set(client, key, value);
 application_update_to_reflect_setting();
</programlisting>
This breaks if a setting is changed <emphasis>outside</emphasis> your
application&mdash;or even from a different part of your application.
The correct way (in pseudo-code) is:
<programlisting>
 /* At application startup */
 gconf_client_notify_add(client, key, application_update_to_reflect_setting, data);

 /* From preferences dialog */
 gconf_client_set(client, key, value);
</programlisting>
See the example programs that come with GConf for more details.
</para>

<!-- ##### SECTION See_Also ##### -->
<para>

</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### ENUM GConfClientPreloadType ##### -->
<para>
The #GConfClientPreloadType is used to tell #GConfClient how to preload one of
its directories. As a rule of thumb, if you plan to get the value of almost all the
keys in a directory, preloading that directory will probably enhance
performance. If you plan to use only half the keys, preloading is likely a bad
idea. @GCONF_CLIENT_PRELOAD_NONE specifies that no preload occurs,
@GCONF_CLIENT_PRELOAD_ONELEVEL loads the immediate children of the directory,
@GCONF_CLIENT_PRELOAD_RECURSIVE loads <emphasis>all</emphasis> children of the
directory and its subdirectories, recursively.
</para>

@GCONF_CLIENT_PRELOAD_NONE: preload nothing.
@GCONF_CLIENT_PRELOAD_ONELEVEL: preload immediate children of the directory.
@GCONF_CLIENT_PRELOAD_RECURSIVE: recursively preload everything in and below the directory.

<!-- ##### ENUM GConfClientErrorHandlingMode ##### -->
<para>
#GConfClientErrorHandlingMode is used to control #GConfClient's default error
handling.  #GConfClient can pop up a dialog in the default signal handler for
"error" or "unreturned_error." You can specify that no errors are handled, only
unreturned errors are handled, or all errors are handled with this enumeration.
You can prevent specific errors from being handled automatically by stopping the
signal emission before the default signal handler is called (see the GLib
documentation, g_signal_stop_emission_by_name() for example).
</para>

@GCONF_CLIENT_HANDLE_NONE: never run a default error handler.
@GCONF_CLIENT_HANDLE_UNRETURNED: run a default error handler for unreturned errors ("unreturned_error" signal).
@GCONF_CLIENT_HANDLE_ALL: run a default error handler for all errors ("error" signal).

<!-- ##### USER_FUNCTION GConfClientNotifyFunc ##### -->
<para>
This is the signature of a user function added with gconf_client_notify_add().
The notify function is invoked when the value of a key changes. The @value
argument is the new value, or <symbol>NULL</symbol> if the key was unset.  The
@value argument should not be modified, and should be copied if you want to keep
it around (the #GConfClient will destroy it sometime after your notify function
is called).
</para>

@client: the #GConfClient notifying us.
@cnxn_id: connection ID from gconf_client_notify_add().
@entry: a #GConfEntry.
@user_data: user data from gconf_client_notify_add().


<!-- ##### USER_FUNCTION GConfClientErrorHandlerFunc ##### -->
<para>
This is the signature of a user function which needs to be called for error 
handling.
</para>

@client: a #GConfClient.
@error: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.


<!-- ##### MACRO GCONF_CLIENT ##### -->
<para>
Casts a pointer to a #GConfClient*.
</para>

@obj: a #GConfClient.


<!-- ##### FUNCTION gconf_client_get_default ##### -->
<para>
Creates a new #GConfClient using the default #GConfEngine. Normally this is the
engine you want. If someone else is already using the default
#GConfClient, this function returns the same one they're using, but 
with the reference count incremented. So you have to unref either way.
</para>

<para>
It's important to call g_type_init() before using this GObject, to initialize the type system.
</para>

@Returns: a new #GConfClient. g_object_unref() when you're done.


<!-- ##### FUNCTION gconf_client_get_for_engine ##### -->
<para>
Creates a new #GConfClient with a specific #GConfEngine. Only specialized
configuration-related programs should need to call this function. The
returned #GConfClient should be unref'd when you're done with g_object_unref().
Remember to avoid using the #GConfEngine directly once you have a #GConfClient
wrapper.
</para>

@engine: the #GConfEngine to use.
@Returns: a new #GConfClient.


<!-- ##### FUNCTION gconf_client_add_dir ##### -->
<para>
Add a directory to the list of directories the #GConfClient will watch. Any
changes to keys below this directory will cause the "value_changed" signal to be
emitted.  When you add the directory, you can request that the #GConfClient
preload its contents; see #GConfClientPreloadType for details.
</para>

<para>
Added directories may not overlap. That is, if you add "/foo", you may not add
"/foo/bar". However you can add "/foo" and "/bar". You can also add "/foo"
multiple times; if you add a directory multiple times, it will not be removed
until you call gconf_client_remove_dir() an equal number of times. The directory
name must not have a trailing slash.
</para>

@client: a #GConfClient.
@dir: directory to add to the list.
@preload: degree of preload.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.


<!-- ##### FUNCTION gconf_client_remove_dir ##### -->
<para>
Remove a directory from the list created with gconf_client_add_dir().  If any
notifications have been added below this directory with
gconf_client_notify_add(), those notifications will be disabled until you re-add
the removed directory.  Note that if a directory has been added multiple times,
you must remove it the same number of times before the remove takes effect.
</para>

@client: a #GConfClient.
@dir: directory to remove.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.


<!-- ##### FUNCTION gconf_client_notify_add ##### -->
<para>
Request notification of changes to @namespace_section. This includes the key
@namespace_section itself, and any keys below it (the behavior is identical to
gconf_engine_notify_add(), but while gconf_engine_notify_add() places a notification request
on the server for every notify function, #GConfClient requests server
notification for directories added with gconf_client_add_dir() and keeps the
list of #GConfClientNotifyFunc on the client side). 
</para>

<para>
For the notification to happen, @namespace_section must be equal to or below one
of the directories added with gconf_client_add_dir(). You can still call
gconf_client_notify_add() for other directories, but no notification will be
received until you add a directory above or equal to @namespace_section.  One
implication of this is that gconf_client_remove_dir() temporarily disables
notifications that were below the removed directory.
</para>

<para>
The function returns a connection ID you can use to call
gconf_client_notify_remove().
</para>

<para>
See the description of #GConfClientNotifyFunc for details on how the
notification function is called.
</para>

@client: a #GConfClient.
@namespace_section: where to listen for changes.
@func: function to call when changes occur.
@user_data: user data to pass to @func.
@destroy_notify: function to call on @user_data when the notify is removed or the #GConfClient is destroyed, or <symbol>NULL</symbol> for none.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: a connection ID for removing the notification.


<!-- ##### FUNCTION gconf_client_notify_remove ##### -->
<para>
Remove a notification using the ID returned from
gconf_client_notify_add(). Invokes the destroy notify function on the
notification's user data, if appropriate.
</para>

@client: a #GConfClient.
@cnxn: connection ID.


<!-- ##### FUNCTION gconf_client_notify ##### -->
<para>
Emits the "value-changed" signal and notifies listeners as if @key had been
changed
</para>

@client: a #GConfClient.
@key: the key that has changed.
@Since: 2.4.


<!-- ##### FUNCTION gconf_client_set_error_handling ##### -->
<para>
Controls the default error handling for #GConfClient. See
#GConfClientErrorHandlingMode and #GConfClientParentWindowFunc for details on this.
</para>

@client: a #GConfClient.
@mode: error handling mode.
<!-- # Unused Parameters # -->
@func: function to retrieve the parent window for error dialogs.
@user_data: user data to pass to @func.


<!-- ##### FUNCTION gconf_client_set_global_default_error_handler ##### -->
<para>
Set @func as the default error handler for the #GConfClient. This handler would be called
for all #GConfClient internal errors.
</para>

@func: pointer to the function to be called for error handling.


<!-- ##### FUNCTION gconf_client_clear_cache ##### -->
<para>
Dumps everything out of the #GConfClient client-side cache. If you know you're
done using the #GConfClient for a while, you can call this function to save some
memory.
</para>

@client: a #GConfClient.


<!-- ##### FUNCTION gconf_client_preload ##### -->
<para>
Preloads a directory. Normally you do this when you call gconf_client_add_dir(),
but if you've called gconf_client_clear_cache() there may be a reason to do it
again.
</para>

@client: a #GConfClient.
@dirname: directory to preload.
@type: degree of preload.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.


<!-- ##### FUNCTION gconf_client_set ##### -->
<para>
Sets the value of a configuration key. Just like gconf_engine_set (), but uses
#GConfClient caching and error-handling features. The @val argument will not be
modified.
</para>

@client: a #GConfClient.
@key: key to set.
@val: new value.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.


<!-- ##### FUNCTION gconf_client_get ##### -->
<para>
Gets the value of a configuration key. Just like gconf_engine_get (), but uses
#GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key to get.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: newly-allocated #GConfValue, or <symbol>NULL</symbol> if unset and no default exists.


<!-- ##### FUNCTION gconf_client_get_without_default ##### -->
<para>
Gets the value of a configuration key. Just like gconf_client_get () but doesn't look for a default value if the key is unset.
</para>

@client: a #GConfClient.
@key: key to get.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: newly-allocated #GConfValue, or <symbol>NULL</symbol> if unset (even if a default exists).


<!-- ##### FUNCTION gconf_client_get_entry ##### -->
<para>
Obtains the full #GConfEntry for a value. Just like gconf_engine_get_entry (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key:  key to get.
@locale: preferred locale (as in the locale-related environment variables).
@use_schema_default: indicates whether to look for a default value when the key is unset.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: a #GConfEntry.


<!-- ##### FUNCTION gconf_client_get_default_from_schema ##### -->
<para>
Returns the default value stored in the key's schema, if the key has a schema
associated and the schema exists and the schema contains a default value.  Note
that gconf_client_get (), gconf_engine_client_string(), and so on already return the default value
if no other value is found, so normally you do not need this function. This
function is just for convenience; you could also get the #GConfMetaInfo for the
key, read the schema name from there, then look up the schema by name and
extract the default value. Just like gconf_engine_get_default_from_schema (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key to get.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: newly-allocated #GConfValue, or <symbol>NULL</symbol> if the key has no default value in its schema.


<!-- ##### FUNCTION gconf_client_unset ##### -->
<para>
Unsets the value of @key; if @key is already unset, has no effect.  An
error of note is %GCONF_OVERRIDDEN, indicating that the system
administrator has "forced" a value for this key. 
Just like gconf_engine_unset (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key to unset.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.


<!-- ##### FUNCTION gconf_client_recursive_unset ##### -->
<para>
Unsets all keys below @key, including @key itself.  If any unset fails, continues on to unset 
as much as it can. The first failure is returned in @err. Just like gconf_engine_recursive_unset (), 
but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: a key or directory name to be unset.
@flags: change how the unset is done.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.
@Since: 2.4.


<!-- ##### FUNCTION gconf_client_all_entries ##### -->
<para>
Lists the key-value pairs in @dir. Does not list subdirectories; for
that use gconf_client_all_dirs(). The returned list contains #GConfEntry
objects. A #GConfEntry contains an <emphasis>absolute</emphasis> key
and a value. The list is not recursive, it contains only the immediate
children of @dir.  To free the returned list, gconf_entry_free()
each list element, then g_slist_free() the list itself.
Just like gconf_engine_all_entries (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@dir: directory to list.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: List of #GConfEntry.


<!-- ##### FUNCTION gconf_client_all_dirs ##### -->
<para>
Lists the subdirectories in @dir. The returned list contains allocated
strings. Each string is the absolute path of a subdirectory. You should g_free() each string in the list, then g_slist_free() the list itself.
Just like gconf_engine_all_dirs (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@dir: directory to get subdirectories from.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: List of allocated subdirectory names.


<!-- ##### FUNCTION gconf_client_suggest_sync ##### -->
<para>
Suggests to <application>gconfd</application> that you've just finished
a block of changes, and it would be an optimal time to sync to
permanent storage. This is only a suggestion; and
<application>gconfd</application> will eventually sync even if you
don't call gconf_engine_suggest_sync(). This function is just a "hint"
provided to <application>gconfd</application> to maximize efficiency
and minimize data loss.
Just like gconf_engine_suggest_sync ().
</para>

@client: a #GConfClient.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.


<!-- ##### FUNCTION gconf_client_dir_exists ##### -->
<para>
Queries whether the directory @dir exists in the GConf
database. Returns <symbol>TRUE</symbol> or <symbol>FALSE</symbol>.
Just like gconf_engine_dir_exists (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@dir: directory to check for
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> or <symbol>FALSE</symbol>.


<!-- ##### FUNCTION gconf_client_key_is_writable ##### -->
<para>
Checks whether the key is writable.
</para>

@client: a #GConfClient.
@key: the value to be changed.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> if the key is writable, <symbol>FALSE</symbol> if the key is read only.


<!-- ##### FUNCTION gconf_client_get_float ##### -->
<para>
Requests the floating point number (%GCONF_VALUE_FLOAT) stored at
@key. Automatically performs type-checking, so if a non-float is
stored at @key, an error is returned. On error, or if @key is unset, 
0.0 is returned.
Just like gconf_engine_get_float (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want the value of.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: the value of @key, or 0.0 if no value is obtained.


<!-- ##### FUNCTION gconf_client_get_int ##### -->
<para>
Requests the integer (%GCONF_VALUE_INT) stored at
@key. Automatically performs type-checking, so if a non-integer is
stored at @key, an error is returned. On error, or if @key is unset, 
0 is returned.
Just like gconf_engine_get_int (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want the value of.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: the value of @key, or 0 if no value is obtained.


<!-- ##### FUNCTION gconf_client_get_string ##### -->
<para>
Requests the string (%GCONF_VALUE_STRING) stored at
@key. Automatically performs type-checking, so if a non-string is
stored at @key, an error is returned. On error, or if @key is unset, 
<symbol>NULL</symbol> is returned.
Just like gconf_engine_get_string (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want the value of.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: allocated string (value of @key), or <symbol>NULL</symbol> if no value is obtained.


<!-- ##### FUNCTION gconf_client_get_bool ##### -->
<para>
Requests the boolean value (%GCONF_VALUE_BOOL) stored at
@key. Automatically performs type-checking, so if a non-bool is
stored at @key, an error is returned. On error, or if @key is unset, 
<symbol>FALSE</symbol> is returned.
Just like gconf_engine_get_bool (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want the value of.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: the value of @key, or <symbol>FALSE</symbol> if no value is obtained.


<!-- ##### FUNCTION gconf_client_get_schema ##### -->
<para>
Requests the schema (%GCONF_VALUE_SCHEMA) stored at @key.
Automatically performs type-checking, so if a non-schema is stored at
@key, an error is returned. If no value is set or an error occurs,
<symbol>NULL</symbol> is returned.
Just like gconf_engine_get_schema (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want the value of.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: the value of @key as an allocated #GConfSchema, or <symbol>NULL</symbol> if no value was obtained.


<!-- ##### FUNCTION gconf_client_get_list ##### -->
<para>
Requests the list (%GCONF_VALUE_LIST) stored at @key.  Automatically
performs type-checking, so if a non-list is stored at @key, or the
list does not contain elements of type @list_type, an error is
returned. If no value is set or an error occurs, <symbol>NULL</symbol>
is returned. Note that <symbol>NULL</symbol> is also the empty list,
so if you need to distinguish the empty list from an unset value, you
must use gconf_client_get () to obtain a raw #GConfValue.
</para>

<para>
<emphasis>Remember that GConf lists can only store primitive types:
%GCONF_VALUE_FLOAT, %GCONF_VALUE_INT, %GCONF_VALUE_BOOL,
%GCONF_VALUE_STRING, %GCONF_VALUE_SCHEMA.</emphasis> Also remember
that lists must be uniform, you may not mix types in the same list.
</para>

<para>
The type of the list elements depends on @list_type. A #GConfValue
with type %GCONF_VALUE_LIST normally stores a list of more #GConfValue
objects. gconf_client_get_list() automatically converts to primitive C
types. Thus, the list-&gt;data fields in the returned list 
contain:
 
<informaltable pgwide="1" frame="none">
<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
<tbody>

<row>
<entry>%GCONF_VALUE_INT</entry>
<entry>The integer itself, converted with GINT_TO_POINTER()</entry>
</row>

<row>
<entry>%GCONF_VALUE_BOOL</entry>
<entry>The bool itself, converted with GINT_TO_POINTER()</entry>
</row>

<row>
<entry>%GCONF_VALUE_FLOAT</entry>
<entry>A pointer to #gdouble, which should be freed with g_free()</entry>
</row>

<row>
<entry>%GCONF_VALUE_STRING</entry>
<entry>A pointer to #gchar, which should be freed with g_free()</entry>
</row>

<row>
<entry>%GCONF_VALUE_SCHEMA</entry>
<entry>A pointer to #GConfSchema, which should be freed with gconf_schema_free()</entry>
</row>

</tbody></tgroup></informaltable>

In the %GCONF_VALUE_FLOAT and %GCONF_VALUE_STRING cases, you must
g_free() each list element. In the %GCONF_VALUE_SCHEMA case you must
gconf_schema_free() each element. In all cases you must free the
list itself with g_slist_free().

Just like gconf_engine_get_list (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want the value of.
@list_type: type of each list element.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: an allocated list, with elements as described above.


<!-- ##### FUNCTION gconf_client_get_pair ##### -->
<para>
Requests the pair (%GCONF_VALUE_PAIR) stored at @key.  Automatically
performs type-checking, so if a non-pair is stored at @key, or the
pair does not have the right @car_type and @cdr_type, an error is
returned. Remember that the <firstterm>car</firstterm> of a pair is
its first value, and the <firstterm>cdr</firstterm> is its second
value, in the Lisp tradition. 
</para>

<para>
<emphasis>Remember that GConf pairs can only store primitive types:
%GCONF_VALUE_FLOAT, %GCONF_VALUE_INT, %GCONF_VALUE_BOOL,
%GCONF_VALUE_STRING, %GCONF_VALUE_SCHEMA.</emphasis>
</para>

<para>
gconf_client_get_pair() stores the two fields of the pair in the locations
pointed to by @car_retloc and @cdr_retloc. The type of these pointers
depends on the corresponding @car_type and @cdr_type:
 
<informaltable pgwide="1" frame="none">
<tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/>
<tbody>

<row>
<entry>%GCONF_VALUE_INT</entry>
<entry>pointer to #gint</entry>
</row>

<row>
<entry>%GCONF_VALUE_BOOL</entry>
<entry>pointer to #gboolean</entry>
</row>

<row>
<entry>%GCONF_VALUE_FLOAT</entry>
<entry>pointer to #gdouble</entry>
</row>

<row>
<entry>%GCONF_VALUE_STRING</entry>
<entry>pointer to #gchar*</entry>
</row>

<row>
<entry>%GCONF_VALUE_SCHEMA</entry>
<entry>pointer to #GConfSchema*</entry>
</row>

</tbody></tgroup></informaltable>

In the %GCONF_VALUE_STRING case, you must g_free() the string(s)
stored in the return location(s). In the %GCONF_VALUE_SCHEMA case you
must gconf_schema_free() the returned schema. If there's an error
or the value is unset, @car_retloc and @cdr_retloc are left unchanged.
</para>

<para>
gconf_client_get_pair() returns <symbol>TRUE</symbol> on success.
</para>

<para>
An example of gconf_client_get_pair() in action:
<programlisting>
gdouble car = 10.0;
gchar* cdr  = NULL; 
GError* error = NULL;

if (!gconf_client_get_pair(conf, "/foo", 
                    GCONF_VALUE_FLOAT,
                    GCONF_VALUE_STRING, 
                    &amp;car, &amp;cdr, &amp;error))
  {
    /* Note: car/cdr should be untouched, because an error occurred */
    g_assert(error != NULL);
    fprintf(stderr, "Error: %s\n", error->message);
    g_error_free(error);
    error = NULL;
  }
else
  {
    /* Note: car/cdr may be untouched even though there was no error, 
       if no value was set for "/foo"
     */
    printf("Found pair (%g,%s)\n", car, cdr);
    if (cdr != NULL)
      g_free(cdr);
  }
</programlisting>

</para>

@client: a #GConfClient.
@key: key you want the value of.
@car_type: desired type of the pair's first field (car).
@cdr_type: desired type of the pair's second field (cdr).
@car_retloc: address of a return location for the car.
@cdr_retloc: address of a return location for the cdr.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.


<!-- ##### FUNCTION gconf_client_set_float ##### -->
<para>
Change the value of @key to @val. Automatically creates the @key if it didn't exist before (ie it was unset or it only had a default value). If the key already exists but doesn't store a float (GCONF_VALUE_FLOAT), gconf_client_set_float() will fail.
Just like gconf_engine_set (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want to set the value of.
@val: new value of @key.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.


<!-- ##### FUNCTION gconf_client_set_int ##### -->
<para>
Change the value of @key to @val. Automatically creates the @key if it didn't exist before (ie it was unset or it only had a default value). If the key already exists but doesn't store an integer (GCONF_VALUE_INT), gconf_client_set_int() will fail.
Just like gconf_engine_set (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want to set the value of.
@val: new value of @key.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.


<!-- ##### FUNCTION gconf_client_set_string ##### -->
<para>
Change the value of @key to @val. Automatically creates the @key if it didn't exist before (ie it was unset or it only had a default value). If the key already exists but doesn't store a string (GCONF_VALUE_STRING), gconf_client_set_string() will fail.
Just like gconf_engine_set (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want to set the value of.
@val: new value of @key.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.


<!-- ##### FUNCTION gconf_client_set_bool ##### -->
<para>
Change the value of @key to @val. Automatically creates the @key if it didn't exist before (ie it was unset or it only had a default value). If the key already exists but but doesn't store a boolean (GCONF_VALUE_BOOL), gconf_client_set_bool() will fail.
Just like gconf_engine_set (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want to set the value of.
@val: new value of @key.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.


<!-- ##### FUNCTION gconf_client_set_schema ##### -->
<para>
Change the value of @key to @val. Automatically creates the @key if it didn't exist before (ie it was unset or it only had a default value). If the key already exists but doesn't store a schema value (GCONF_VALUE_SCHEMA), gconf_client_set_schema() will fail.
Just like gconf_engine_set (), but uses #GConfClient caching and error-handling features.
</para>

@client: a #GConfClient.
@key: key you want to set the value of.
@val: new value of @key.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.


<!-- ##### FUNCTION gconf_client_set_list ##### -->
<para>
Changes the value of @key to a @list of type @list_type. Automatically creates the @key if it didn't exist before 
(ie it was unset or it had a default value). If the key already exists but doesn't store a list value 
(GCONF_VALUE_LIST), gconf_client_set_list() will fail.
</para>

@client: a #GConfClient.
@key: key you want to set the value of.
@list_type: type of each list element.
@list: new value of @key.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.


<!-- ##### FUNCTION gconf_client_set_pair ##### -->
<para>
Changes the value of @key to a pair with the first field of type @car_type and the second field of type @cdr_type. 
Automatically creates the key if it didn't exist before (ie it was unset or it had a default value). If the key 
already exists but doesn't store a pair value (GCONF_VALUE_PAIR), gconf_client_set_pair() will fail.

</para>

@client: a #GConfClient.
@key: key you want to set the value of.
@car_type: type of the pair's first field (car).
@cdr_type: type of the pair's second field (cdr).
@address_of_car: address of the car.
@address_of_cdr: address of the cdr.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> on error.


<!-- ##### FUNCTION gconf_client_error ##### -->
<para>
Emits the "error" signal. Rarely useful.
</para>

@client: a #GConfClient.
@error: error to pass to signal handlers.


<!-- ##### FUNCTION gconf_client_unreturned_error ##### -->
<para>
Emits the "unreturned_error" signal. Rarely useful.
</para>

@client: a #GConfClient.
@error: error to pass to signal handlers.


<!-- ##### FUNCTION gconf_client_value_changed ##### -->
<para>
Emits the "value_changed" signal. Rarely useful.
</para>

@client: a #GConfClient.
@key: key to pass to signal handlers.
@value: value of @key to pass to signal handlers.


<!-- ##### FUNCTION gconf_client_commit_change_set ##### -->
<para>
Applies the changes in the change set to the #GConfClient passed as
the first argument. If @remove_committed is <symbol>TRUE</symbol>,
then any successfully-committed changes are removed from the change
set. If @remove_committed is <symbol>FALSE</symbol>, the
#GConfChangeSet is left unmodified.
</para>

<para>
If any set or unset operation results in an error, then processing
terminates and the error is returned in @err (unless @err was
<symbol>NULL</symbol>). If @remove_committed was
<symbol>TRUE</symbol>, then all the changes committed before the error
occurred will have been removed from the set. If any error occurs,
<symbol>FALSE</symbol> is returned.
</para>

@client: a #GConfClient.
@cs: a #GConfChangeSet.
@remove_committed: whether to remove successfully-committed changes from the set.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: <symbol>TRUE</symbol> on success, <symbol>FALSE</symbol> if an error occurs.


<!-- ##### FUNCTION gconf_client_reverse_change_set ##### -->
<para>
Creates a change set that would reverse @cs. That is, for each change in @cs,
save the current state of that key in the returned change set.
</para>

@client: a #GConfClient.
@cs: change set to create the reverse of.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: a new change set that would restore the current state of each key in @cs.


<!-- ##### FUNCTION gconf_client_change_set_from_currentv ##### -->
<para>
Creates a change set that will change the keys in
<symbol>NULL</symbol>-terminated array @keys to their current state. Use this to
save the current state of a collection of keys; then you can later revert to the
current state by committing the returned change set.
</para>

@client: a #GConfClient.
@keys: <symbol>NULL</symbol>-terminated array of key names.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@Returns: new change set that changes all the @keys to their current state.


<!-- ##### FUNCTION gconf_client_change_set_from_current ##### -->
<para>
Convenient varargs version of gconf_client_change_set_from_currentv().
</para>

@client: a #GConfClient.
@err: the return location for an allocated #GError, or <symbol>NULL</symbol> to ignore errors.
@first_key: first key to save the current state of.
@Varargs: <symbol>NULL</symbol>-terminated list of additional keys.
@Returns: new change set that changes all the keys to their current state.