summaryrefslogtreecommitdiff
path: root/docs/reference/tmpl/xfconf-backend.sgml
blob: 1500b802632e383cd37792c4e2d23434ea5be260 (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
<!-- ##### SECTION Title ##### -->
XfconfBackend

<!-- ##### SECTION Short_Description ##### -->
Interface for configuration store backends

<!-- ##### SECTION Long_Description ##### -->
<para>
XfconfBackend is an abstract interface that allows the Xfconf Daemon
to use different backends for storing configuration data.  These backends
can be flat text or binary files, a database, or just about anything
one could think of to store data.
</para>

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

</para>

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


<!-- ##### STRUCT XfconfBackendInterface ##### -->
<para>

</para>

@parent: GObject interface parent.
@initialize: See xfconf_backend_initialize().
@set: See xfconf_backend_set().
@get: See xfconf_backend_get().
@get_all: See xfconf_backend_get_all().
@exists: See xfconf_backend_exists().
@remove: See xfconf_backend_remove().
@remove_channel: See xfconf_backend_remove_channel().
@flush: See xfconf_backend_flush().
@_xb_reserved0: Reserved for future expansion.
@_xb_reserved1: Reserved for future expansion.
@_xb_reserved2: Reserved for future expansion.
@_xb_reserved3: Reserved for future expansion.

<!-- ##### FUNCTION xfconf_backend_initialize ##### -->
<para>

</para>

@backend: 
@error: 
@Returns: 


<!-- ##### FUNCTION xfconf_backend_set ##### -->
<para>

</para>

@backend: 
@channel: 
@property: 
@value: 
@error: 
@Returns: 


<!-- ##### FUNCTION xfconf_backend_get ##### -->
<para>

</para>

@backend: 
@channel: 
@property: 
@value: 
@error: 
@Returns: 


<!-- ##### FUNCTION xfconf_backend_get_all ##### -->
<para>

</para>

@backend: 
@channel: 
@properties: 
@error: 
@Returns: 


<!-- ##### FUNCTION xfconf_backend_exists ##### -->
<para>

</para>

@backend: 
@channel: 
@property: 
@exists: 
@error: 
@Returns: 


<!-- ##### FUNCTION xfconf_backend_remove ##### -->
<para>

</para>

@backend: 
@channel: 
@property: 
@error: 
@Returns: 


<!-- ##### FUNCTION xfconf_backend_remove_channel ##### -->
<para>

</para>

@backend: 
@channel: 
@error: 
@Returns: 


<!-- ##### FUNCTION xfconf_backend_flush ##### -->
<para>

</para>

@backend: 
@error: 
@Returns: