This file is indexed.

/usr/share/gtk-doc/html/dconf/DConfClient.html is in libdconf-doc 0.12.1-3.

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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>DConfClient</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="dconf Reference Manual">
<link rel="up" href="ch01.html" title="DConf Client API">
<link rel="prev" href="dconf-DConf-Paths.html" title="DConf Paths">
<link rel="next" href="object-tree.html" title="Object Hierarchy">
<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="dconf-DConf-Paths.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">dconf Reference Manual</th>
<td><a accesskey="n" href="object-tree.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#DConfClient.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#DConfClient.description" class="shortcut">Description</a>
                   | 
                  <a href="#DConfClient.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry">
<a name="DConfClient"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="DConfClient.top_of_page"></a>DConfClient</span></h2>
<p>DConfClient — Direct read and write access to DConf, based on GDBus</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="DConfClient.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">                    <a href="DConfClient.html#DConfClient-struct">DConfClient</a>;
<span class="returnvalue">void</span>                (<a href="DConfClient.html#DConfWatchFunc">*DConfWatchFunc</a>)                   (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> * const *items</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> n_items</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tag</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
<a href="DConfClient.html"><span class="returnvalue">DConfClient</span></a> *       <a href="DConfClient.html#dconf-client-new">dconf_client_new</a>                    (<em class="parameter"><code>const <span class="type">gchar</span> *profile</code></em>,
                                                         <em class="parameter"><code><a href="DConfClient.html#DConfWatchFunc"><span class="type">DConfWatchFunc</span></a> watch_func</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>,
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);
<span class="returnvalue">GVariant</span> *          <a href="DConfClient.html#dconf-client-read">dconf_client_read</a>                   (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);
<span class="returnvalue">GVariant</span> *          <a href="DConfClient.html#dconf-client-read-default">dconf_client_read_default</a>           (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);
<span class="returnvalue">GVariant</span> *          <a href="DConfClient.html#dconf-client-read-no-default">dconf_client_read_no_default</a>        (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);
<span class="returnvalue">gchar</span> **            <a href="DConfClient.html#dconf-client-list">dconf_client_list</a>                   (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *dir</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> *length</code></em>);
<span class="returnvalue">gboolean</span>            <a href="DConfClient.html#dconf-client-is-writable">dconf_client_is_writable</a>            (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);
<span class="returnvalue">gboolean</span>            <a href="DConfClient.html#dconf-client-write">dconf_client_write</a>                  (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **tag</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a href="DConfClient.html#dconf-client-write-async">dconf_client_write_async</a>            (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
<span class="returnvalue">gboolean</span>            <a href="DConfClient.html#dconf-client-write-finish">dconf_client_write_finish</a>           (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **tag</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">gboolean</span>            <a href="DConfClient.html#dconf-client-write-many">dconf_client_write_many</a>             (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *dir</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> * const *rels</code></em>,
                                                         <em class="parameter"><code><span class="type">GVariant</span> **values</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> n_values</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **tag</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">gboolean</span>            <a href="DConfClient.html#dconf-client-watch">dconf_client_watch</a>                  (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a href="DConfClient.html#dconf-client-watch-async">dconf_client_watch_async</a>            (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
<span class="returnvalue">gboolean</span>            <a href="DConfClient.html#dconf-client-watch-finish">dconf_client_watch_finish</a>           (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">gboolean</span>            <a href="DConfClient.html#dconf-client-unwatch">dconf_client_unwatch</a>                (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
<span class="returnvalue">void</span>                <a href="DConfClient.html#dconf-client-unwatch-async">dconf_client_unwatch_async</a>          (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);
<span class="returnvalue">gboolean</span>            <a href="DConfClient.html#dconf-client-unwatch-finish">dconf_client_unwatch_finish</a>         (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="DConfClient.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  GObject
   +----DConfClient
</pre>
</div>
<div class="refsect1">
<a name="DConfClient.description"></a><h2>Description</h2>
<p>
This is a simple class that allows an application to directly read
from and write to the dconf database.  There is also a very simple
mechanism for requesting and receiving notification of changes but
not robust mechanism for dispatching change notifications to multiple
listeners.
</p>
<p>
Most applications probably don't want to access dconf directly and
would be better off using something like <span class="type">GSettings</span>.
</p>
</div>
<div class="refsect1">
<a name="DConfClient.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="DConfClient-struct"></a><h3>DConfClient</h3>
<pre class="programlisting">typedef struct _DConfClient DConfClient;</pre>
<p>
An opaque structure type.  May only be used with the following
functions.
</p>
</div>
<hr>
<div class="refsect2">
<a name="DConfWatchFunc"></a><h3>DConfWatchFunc ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                (*DConfWatchFunc)                   (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> * const *items</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> n_items</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *tag</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
<p>
This is the type of the callback given to <a href="DConfClient.html#dconf-client-new"><code class="function">dconf_client_new()</code></a>.
</p>
<p>
This function is called in response to changes occuring to the dconf
database that <em class="parameter"><code>client</code></em> is associated with.
</p>
<p>
<em class="parameter"><code>path</code></em> can either be a key or a dir.  If <em class="parameter"><code>path</code></em> is a key then <em class="parameter"><code>items</code></em>
will be empty and the notification should be taken to mean that one
key -- the key named by <em class="parameter"><code>path</code></em> -- may have changed.
</p>
<p>
If <em class="parameter"><code>path</code></em> is a dir and <em class="parameter"><code>items</code></em> is empty then it is an indication that
any key under <em class="parameter"><code>path</code></em> may have changed.
</p>
<p>
Otherwise (if <em class="parameter"><code>items</code></em> is non-empty) then the set of affected keys is
the same as if the watch function had been called multiple times for
each item in the array appended to <em class="parameter"><code>path</code></em>.  This includes the
possibility of the resulting path being a dir.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>the <a href="DConfClient.html"><span class="type">DConfClient</span></a> emitting the notification</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
<td>the path at which the change occured</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>items</code></em> :</span></p></td>
<td>the items that were changed, given as relative paths</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n_items</code></em> :</span></p></td>
<td>the length of <em class="parameter"><code>items</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
<td>the tag associated with the change</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>the user data given to <a href="DConfClient.html#dconf-client-new"><code class="function">dconf_client_new()</code></a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-new"></a><h3>dconf_client_new ()</h3>
<pre class="programlisting"><a href="DConfClient.html"><span class="returnvalue">DConfClient</span></a> *       dconf_client_new                    (<em class="parameter"><code>const <span class="type">gchar</span> *profile</code></em>,
                                                         <em class="parameter"><code><a href="DConfClient.html#DConfWatchFunc"><span class="type">DConfWatchFunc</span></a> watch_func</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>,
                                                         <em class="parameter"><code><span class="type">GDestroyNotify</span> notify</code></em>);</pre>
<p>
Creates a new <a href="DConfClient.html"><span class="type">DConfClient</span></a> for the given context.
</p>
<p>
If <em class="parameter"><code>profile</code></em> is non-<code class="literal">NULL</code> then it specifies the name of the profile to use.  If <em class="parameter"><code>profile</code></em> is <code class="literal">NULL</code> then
the DCONF_PROFILE environment variable is consulted.  If that is unset then the default profile of
"user" is used.  If a profile named "user" is not installed then the dconf client is setup to access
~/.config/dconf/user.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>profile</code></em> :</span></p></td>
<td>the dconf profile to use, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>watch_func</code></em> :</span></p></td>
<td>the function to call when changes occur</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>the user_data to pass to <em class="parameter"><code>watch_func</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>notify</code></em> :</span></p></td>
<td>the function to free <em class="parameter"><code>user_data</code></em> when no longer needed
Returns: a new <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-read"></a><h3>dconf_client_read ()</h3>
<pre class="programlisting"><span class="returnvalue">GVariant</span> *          dconf_client_read                   (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);</pre>
<p>
Reads the value named by <em class="parameter"><code>key</code></em> from dconf.  If no such value exists, <code class="literal">NULL</code> is returned.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td>a valid dconf key
Returns: the value corresponding to <em class="parameter"><code>key</code></em>, or <code class="literal">NULL</code> if there is none</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-read-default"></a><h3>dconf_client_read_default ()</h3>
<pre class="programlisting"><span class="returnvalue">GVariant</span> *          dconf_client_read_default           (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);</pre>
<p>
Reads the value named by <em class="parameter"><code>key</code></em> from any existing default/mandatory databases but ignoring any value
set by the user.  The result is as if the named key had just been reset.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td>a valid dconf key
Returns: the default value corresponding to <em class="parameter"><code>key</code></em>, or <code class="literal">NULL</code> if there is none</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-read-no-default"></a><h3>dconf_client_read_no_default ()</h3>
<pre class="programlisting"><span class="returnvalue">GVariant</span> *          dconf_client_read_no_default        (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);</pre>
<p>
Reads the value named by <em class="parameter"><code>key</code></em> as set by the user, ignoring any default/mandatory databases.  Normal
applications will never want to do this, but it may be useful for administrative or configuration
tweaking utilities to have access to this information.
</p>
<p>
Note that in the case of mandatory keys, the result of <a href="DConfClient.html#dconf-client-read-no-default"><code class="function">dconf_client_read_no_default()</code></a> with a fallback
to <a href="DConfClient.html#dconf-client-read-default"><code class="function">dconf_client_read_default()</code></a> is not necessarily the same as the result of a <a href="DConfClient.html#dconf-client-read"><code class="function">dconf_client_read()</code></a>.
This is because the user may have set a value before the key became marked as mandatory, in which
case this call will see the user's (otherwise inaccessible) key.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td>a valid dconf key
Returns: the user value corresponding to <em class="parameter"><code>key</code></em>, or <code class="literal">NULL</code> if there is none</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-list"></a><h3>dconf_client_list ()</h3>
<pre class="programlisting"><span class="returnvalue">gchar</span> **            dconf_client_list                   (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *dir</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> *length</code></em>);</pre>
<p>
Lists the keys and dirs located directly below <em class="parameter"><code>dir</code></em>.
</p>
<p>
You should free the return result with <code class="function">g_strfreev()</code> when it is no longer needed.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>dir</code></em> :</span></p></td>
<td>a dconf dir</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>length</code></em> :</span></p></td>
<td>the number of items that were returned
Returns: (array length=length): the paths located directly below <em class="parameter"><code>dir</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-is-writable"></a><h3>dconf_client_is_writable ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            dconf_client_is_writable            (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);</pre>
<p>
Checks if <em class="parameter"><code>key</code></em> is writable (ie: the key has no mandatory setting).
</p>
<p>
This call does not verify that writing to the key will actually be successful.  It only checks for
the existence of mandatory keys/locks that might affect writing to <em class="parameter"><code>key</code></em>.  Other issues (such as a
full disk or an inability to connect to the bus and start the service) may cause the write to fail.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td>a dconf key
Returns: <code class="literal">TRUE</code> is <em class="parameter"><code>key</code></em> is writable</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-write"></a><h3>dconf_client_write ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            dconf_client_write                  (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **tag</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Write a value to the given <em class="parameter"><code>key</code></em>, or reset <em class="parameter"><code>key</code></em> to its default value.
</p>
<p>
If <em class="parameter"><code>value</code></em> is <code class="literal">NULL</code> then <em class="parameter"><code>key</code></em> is reset to its default value (which may
be completely unset), otherwise <em class="parameter"><code>value</code></em> becomes the new value.
</p>
<p>
If <em class="parameter"><code>tag</code></em> is non-<code class="literal">NULL</code> then it is set to the unique tag associated with this write.  This is the same
tag that appears in change notifications.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td>a dconf key</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <span class="type">GVariant</span>, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
<td>the tag from this write. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span>, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>a pointer to a <span class="type">GError</span>, or <code class="literal">NULL</code>
Returns: <code class="literal">TRUE</code> if the write is successful</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-write-async"></a><h3>dconf_client_write_async ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                dconf_client_write_async            (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
                                                         <em class="parameter"><code><span class="type">GVariant</span> *value</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
<p>
Write a value to the given <em class="parameter"><code>key</code></em>, or reset <em class="parameter"><code>key</code></em> to its default value.
</p>
<p>
This is the asynchronous version of <a href="DConfClient.html#dconf-client-write"><code class="function">dconf_client_write()</code></a>.  You should call
<a href="DConfClient.html#dconf-client-write-finish"><code class="function">dconf_client_write_finish()</code></a> from <em class="parameter"><code>callback</code></em> to collect the result.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>key</code></em> :</span></p></td>
<td>a dconf key</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>value</code></em> :</span></p></td>
<td>a <span class="type">GVariant</span>, or <code class="literal">NULL</code>. <span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span>, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
<td>the function to call when complete</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>the user data for <em class="parameter"><code>callback</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-write-finish"></a><h3>dconf_client_write_finish ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            dconf_client_write_finish           (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **tag</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Collects the result from a prior call to <a href="DConfClient.html#dconf-client-write-async"><code class="function">dconf_client_write_async()</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>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
<td>the <span class="type">GAsyncResult</span> passed to the <span class="type">GAsyncReadyCallback</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
<td>the tag from this write. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>a pointer to a <span class="type">GError</span>, or <code class="literal">NULL</code>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-write-many"></a><h3>dconf_client_write_many ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            dconf_client_write_many             (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *dir</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> * const *rels</code></em>,
                                                         <em class="parameter"><code><span class="type">GVariant</span> **values</code></em>,
                                                         <em class="parameter"><code><span class="type">gint</span> n_values</code></em>,
                                                         <em class="parameter"><code><span class="type">gchar</span> **tag</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Write multiple values at once.
</p>
<p>
For each pair of items from <em class="parameter"><code>rels</code></em> and <em class="parameter"><code>values</code></em>, the value is written to the result of concatenating
<em class="parameter"><code>dir</code></em> with the relative path.  As with <a href="DConfClient.html#dconf-client-write"><code class="function">dconf_client_write()</code></a>, if a given value is <code class="literal">NULL</code> then the effect
is that the specified key is reset.
</p>
<p>
If <em class="parameter"><code>tag</code></em> is non-<code class="literal">NULL</code> then it is set to the unique tag associated with this write.  This is the same
tag that appears in change notifications.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>dir</code></em> :</span></p></td>
<td>the dconf directory under which to make the writes</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>rels</code></em> :</span></p></td>
<td>a <code class="literal">NULL</code>-terminated array of relative keys</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>values</code></em> :</span></p></td>
<td>an array of possibly-<code class="literal">NULL</code> <span class="type">GVariant</span> pointers</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>n_values</code></em> :</span></p></td>
<td>the length of <em class="parameter"><code>values</code></em>, which must be equal to the length of <em class="parameter"><code>rels</code></em>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>tag</code></em> :</span></p></td>
<td>the tag from this write. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span>, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>a pointer to a <span class="type">GError</span>, or <code class="literal">NULL</code>
Returns: <code class="literal">TRUE</code> if the write is successful</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-watch"></a><h3>dconf_client_watch ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            dconf_client_watch                  (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Requests monitoring of a portion of the dconf database.
</p>
<p>
If <em class="parameter"><code>path</code></em> is a key (ie: doesn't end with a slash) then a single key is monitored for changes.  If
<em class="parameter"><code>path</code></em> is a dir (ie: sending with a slash) then all keys that have <em class="parameter"><code>path</code></em> as a prefix are monitored.
</p>
<p>
This function blocks until the watch has definitely been established with the bus daemon.  If you
would like a non-blocking version of this call, see <a href="DConfClient.html#dconf-client-watch-async"><code class="function">dconf_client_watch_async()</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>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
<td>a dconf path</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span>, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>a pointer to a <code class="literal">NULL</code> <span class="type">GError</span>, or <code class="literal">NULL</code>
Returns: <code class="literal">TRUE</code> on success, else <code class="literal">FALSE</code> with <em class="parameter"><code>error</code></em> set</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-watch-async"></a><h3>dconf_client_watch_async ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                dconf_client_watch_async            (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
<p>
Requests monitoring of a portion of the dconf database.
</p>
<p>
This is the asynchronous version of <a href="DConfClient.html#dconf-client-watch"><code class="function">dconf_client_watch()</code></a>.  You should call
<a href="DConfClient.html#dconf-client-watch-finish"><code class="function">dconf_client_watch_finish()</code></a> from <em class="parameter"><code>callback</code></em> to collect the result.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
<td>a dconf path</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span>, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
<td>a <span class="type">GAsyncReadyCallback</span> to call when finished</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>a pointer to pass as the last argument to <em class="parameter"><code>callback</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-watch-finish"></a><h3>dconf_client_watch_finish ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            dconf_client_watch_finish           (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Collects the result from a prior call to <a href="DConfClient.html#dconf-client-watch-async"><code class="function">dconf_client_watch_async()</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>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
<td>the <span class="type">GAsyncResult</span> passed to the <span class="type">GAsyncReadyCallback</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>a pointer to a <span class="type">GError</span>, or <code class="literal">NULL</code>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-unwatch"></a><h3>dconf_client_unwatch ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            dconf_client_unwatch                (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Cancels the effect of a previous call to <a href="DConfClient.html#dconf-client-watch"><code class="function">dconf_client_watch()</code></a>.
</p>
<p>
If the same path has been watched multiple times then only one of the watches is cancelled and the
net effect is that the path is still watched.
</p>
<p>
This function blocks until the watch has definitely been removed from the bus daemon.  It is possible
that notifications in transit will arrive after this call returns.  For an asynchronous version of
this call, see <a href="DConfClient.html#dconf-client-unwatch-async"><code class="function">dconf_client_unwatch_async()</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>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
<td>a dconf path</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span>, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>a pointer to a <code class="literal">NULL</code> <span class="type">GError</span>, or <code class="literal">NULL</code>
Returns: <code class="literal">TRUE</code> on success, else <code class="literal">FALSE</code> with <em class="parameter"><code>error</code></em> set</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-unwatch-async"></a><h3>dconf_client_unwatch_async ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                dconf_client_unwatch_async          (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *path</code></em>,
                                                         <em class="parameter"><code><span class="type">GCancellable</span> *cancellable</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncReadyCallback</span> callback</code></em>,
                                                         <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
<p>
Cancels the effect of a previous call to <a href="DConfClient.html#dconf-client-watch"><code class="function">dconf_client_watch()</code></a>.
</p>
<p>
This is the asynchronous version of <a href="DConfClient.html#dconf-client-unwatch"><code class="function">dconf_client_unwatch()</code></a>.  You should call
<a href="DConfClient.html#dconf-client-unwatch-finish"><code class="function">dconf_client_unwatch_finish()</code></a> from <em class="parameter"><code>callback</code></em> to collect the result.  No additional notifications will
be delivered for this watch after <em class="parameter"><code>callback</code></em> is called.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>path</code></em> :</span></p></td>
<td>a dconf path</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>cancellable</code></em> :</span></p></td>
<td>a <span class="type">GCancellable</span>, or <code class="literal">NULL</code>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>callback</code></em> :</span></p></td>
<td>a <span class="type">GAsyncReadyCallback</span> to call when finished</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>user_data</code></em> :</span></p></td>
<td>a pointer to pass as the last argument to <em class="parameter"><code>callback</code></em>
</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="dconf-client-unwatch-finish"></a><h3>dconf_client_unwatch_finish ()</h3>
<pre class="programlisting"><span class="returnvalue">gboolean</span>            dconf_client_unwatch_finish         (<em class="parameter"><code><a href="DConfClient.html"><span class="type">DConfClient</span></a> *client</code></em>,
                                                         <em class="parameter"><code><span class="type">GAsyncResult</span> *result</code></em>,
                                                         <em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>
Collects the result from a prior call to
<a href="DConfClient.html#dconf-client-unwatch-async"><code class="function">dconf_client_unwatch_async()</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>client</code></em> :</span></p></td>
<td>a <a href="DConfClient.html"><span class="type">DConfClient</span></a>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
<td>the <span class="type">GAsyncResult</span> passed to the <span class="type">GAsyncReadyCallback</span>
</td>
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
<td>a pointer to a <span class="type">GError</span>, or <code class="literal">NULL</code>
</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>