~ubuntu-branches/ubuntu/quantal/gconf/quantal

« back to all changes in this revision

Viewing changes to doc/gconf/html/gconf-gconf-sources.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-30 14:09:07 UTC
  • mto: (7.3.5 sid) (1.2.1) (76.1.1 oneiric-proposed)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: james.westby@ubuntu.com-20100330140907-yyhh5ma9bnhdge8r
Tags: upstream-2.28.1
ImportĀ upstreamĀ versionĀ 2.28.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<link rel="up" href="ch01.html" title="Using the GConf library">
9
9
<link rel="prev" href="gconf-gconf-schema.html" title="GConfSchema">
10
10
<link rel="next" href="gconf-gconf-value.html" title="GConfValue, GConfEntry, GConfMetaInfo">
11
 
<meta name="generator" content="GTK-Doc V1.12 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="Using the GConf library">
14
14
</head>
40
40
<a name="gconf-gconf-sources.synopsis"></a><h2>Synopsis</h2>
41
41
<pre class="synopsis">                    <a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource">GConfSource</a>;
42
42
enum                <a class="link" href="gconf-gconf-sources.html#GConfSourceFlags" title="enum GConfSourceFlags">GConfSourceFlags</a>;
43
 
<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource">GConfSource</a>*        <a class="link" href="gconf-gconf-sources.html#gconf-resolve-address" title="gconf_resolve_address ()">gconf_resolve_address</a>               (const gchar *address,
44
 
                                                         GError **err);
45
 
void                <a class="link" href="gconf-gconf-sources.html#gconf-source-free" title="gconf_source_free ()">gconf_source_free</a>                   (<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource">GConfSource</a> *source);
 
43
<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource"><span class="returnvalue">GConfSource</span></a>*        <a class="link" href="gconf-gconf-sources.html#gconf-resolve-address" title="gconf_resolve_address ()">gconf_resolve_address</a>               (const <span class="returnvalue">gchar</span> *address,
 
44
                                                         <span class="returnvalue">GError</span> **err);
 
45
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-sources.html#gconf-source-free" title="gconf_source_free ()">gconf_source_free</a>                   (<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource"><span class="returnvalue">GConfSource</span></a> *source);
46
46
                    <a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a>;
47
 
<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a>*       <a class="link" href="gconf-gconf-sources.html#gconf-sources-new-from-addresses" title="gconf_sources_new_from_addresses ()">gconf_sources_new_from_addresses</a>    (GSList *addresses,
48
 
                                                         GError **err);
49
 
<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a>*       <a class="link" href="gconf-gconf-sources.html#gconf-sources-new-from-source" title="gconf_sources_new_from_source ()">gconf_sources_new_from_source</a>       (<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource">GConfSource</a> *source);
50
 
void                <a class="link" href="gconf-gconf-sources.html#gconf-sources-free" title="gconf_sources_free ()">gconf_sources_free</a>                  (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources);
51
 
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue">GConfValue</a>*         <a class="link" href="gconf-gconf-sources.html#gconf-sources-query-value" title="gconf_sources_query_value ()">gconf_sources_query_value</a>           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
52
 
                                                         const gchar *key,
53
 
                                                         const gchar **locales,
54
 
                                                         gboolean use_schema_default,
55
 
                                                         gboolean *value_is_default,
56
 
                                                         gboolean *value_is_writable,
57
 
                                                         gchar **schema_name,
58
 
                                                         GError **err);
59
 
void                <a class="link" href="gconf-gconf-sources.html#gconf-sources-set-value" title="gconf_sources_set_value ()">gconf_sources_set_value</a>             (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
60
 
                                                         const gchar *key,
61
 
                                                         const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue">GConfValue</a> *value,
62
 
                                                         <a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> **modified_sources,
63
 
                                                         GError **err);
64
 
void                <a class="link" href="gconf-gconf-sources.html#gconf-sources-unset-value" title="gconf_sources_unset_value ()">gconf_sources_unset_value</a>           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
65
 
                                                         const gchar *key,
66
 
                                                         const gchar *locale,
67
 
                                                         <a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> **modified_sources,
68
 
                                                         GError **err);
69
 
GSList*             <a class="link" href="gconf-gconf-sources.html#gconf-sources-all-entries" title="gconf_sources_all_entries ()">gconf_sources_all_entries</a>           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
70
 
                                                         const gchar *dir,
71
 
                                                         const gchar **locales,
72
 
                                                         GError **err);
73
 
GSList*             <a class="link" href="gconf-gconf-sources.html#gconf-sources-all-dirs" title="gconf_sources_all_dirs ()">gconf_sources_all_dirs</a>              (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
74
 
                                                         const gchar *dir,
75
 
                                                         GError **err);
76
 
gboolean            <a class="link" href="gconf-gconf-sources.html#gconf-sources-dir-exists" title="gconf_sources_dir_exists ()">gconf_sources_dir_exists</a>            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
77
 
                                                         const gchar *dir,
78
 
                                                         GError **err);
79
 
void                <a class="link" href="gconf-gconf-sources.html#gconf-sources-remove-dir" title="gconf_sources_remove_dir ()">gconf_sources_remove_dir</a>            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
80
 
                                                         const gchar *dir,
81
 
                                                         GError **err);
82
 
void                <a class="link" href="gconf-gconf-sources.html#gconf-sources-set-schema" title="gconf_sources_set_schema ()">gconf_sources_set_schema</a>            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
83
 
                                                         const gchar *key,
84
 
                                                         const gchar *schema_key,
85
 
                                                         GError **err);
86
 
gboolean            <a class="link" href="gconf-gconf-sources.html#gconf-sources-sync-all" title="gconf_sources_sync_all ()">gconf_sources_sync_all</a>              (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
87
 
                                                         GError **err);
88
 
<a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo">GConfMetaInfo</a>*      <a class="link" href="gconf-gconf-sources.html#gconf-sources-query-metainfo" title="gconf_sources_query_metainfo ()">gconf_sources_query_metainfo</a>        (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
89
 
                                                         const gchar *key,
90
 
                                                         GError **err);
91
 
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue">GConfValue</a>*         <a class="link" href="gconf-gconf-sources.html#gconf-sources-query-default-value" title="gconf_sources_query_default_value ()">gconf_sources_query_default_value</a>   (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
92
 
                                                         const gchar *key,
93
 
                                                         const gchar **locales,
94
 
                                                         gboolean *is_writable,
95
 
                                                         GError **err);
 
47
<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a>*       <a class="link" href="gconf-gconf-sources.html#gconf-sources-new-from-addresses" title="gconf_sources_new_from_addresses ()">gconf_sources_new_from_addresses</a>    (<span class="returnvalue">GSList</span> *addresses,
 
48
                                                         <span class="returnvalue">GError</span> **err);
 
49
<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a>*       <a class="link" href="gconf-gconf-sources.html#gconf-sources-new-from-source" title="gconf_sources_new_from_source ()">gconf_sources_new_from_source</a>       (<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource"><span class="returnvalue">GConfSource</span></a> *source);
 
50
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-sources.html#gconf-sources-free" title="gconf_sources_free ()">gconf_sources_free</a>                  (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources);
 
51
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         <a class="link" href="gconf-gconf-sources.html#gconf-sources-query-value" title="gconf_sources_query_value ()">gconf_sources_query_value</a>           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
52
                                                         const <span class="returnvalue">gchar</span> *key,
 
53
                                                         const <span class="returnvalue">gchar</span> **locales,
 
54
                                                         <span class="returnvalue">gboolean</span> use_schema_default,
 
55
                                                         <span class="returnvalue">gboolean</span> *value_is_default,
 
56
                                                         <span class="returnvalue">gboolean</span> *value_is_writable,
 
57
                                                         <span class="returnvalue">gchar</span> **schema_name,
 
58
                                                         <span class="returnvalue">GError</span> **err);
 
59
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-sources.html#gconf-sources-set-value" title="gconf_sources_set_value ()">gconf_sources_set_value</a>             (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
60
                                                         const <span class="returnvalue">gchar</span> *key,
 
61
                                                         const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *value,
 
62
                                                         <a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> **modified_sources,
 
63
                                                         <span class="returnvalue">GError</span> **err);
 
64
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-sources.html#gconf-sources-unset-value" title="gconf_sources_unset_value ()">gconf_sources_unset_value</a>           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
65
                                                         const <span class="returnvalue">gchar</span> *key,
 
66
                                                         const <span class="returnvalue">gchar</span> *locale,
 
67
                                                         <a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> **modified_sources,
 
68
                                                         <span class="returnvalue">GError</span> **err);
 
69
<span class="returnvalue">GSList</span>*             <a class="link" href="gconf-gconf-sources.html#gconf-sources-all-entries" title="gconf_sources_all_entries ()">gconf_sources_all_entries</a>           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
70
                                                         const <span class="returnvalue">gchar</span> *dir,
 
71
                                                         const <span class="returnvalue">gchar</span> **locales,
 
72
                                                         <span class="returnvalue">GError</span> **err);
 
73
<span class="returnvalue">GSList</span>*             <a class="link" href="gconf-gconf-sources.html#gconf-sources-all-dirs" title="gconf_sources_all_dirs ()">gconf_sources_all_dirs</a>              (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
74
                                                         const <span class="returnvalue">gchar</span> *dir,
 
75
                                                         <span class="returnvalue">GError</span> **err);
 
76
<span class="returnvalue">gboolean</span>            <a class="link" href="gconf-gconf-sources.html#gconf-sources-dir-exists" title="gconf_sources_dir_exists ()">gconf_sources_dir_exists</a>            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
77
                                                         const <span class="returnvalue">gchar</span> *dir,
 
78
                                                         <span class="returnvalue">GError</span> **err);
 
79
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-sources.html#gconf-sources-remove-dir" title="gconf_sources_remove_dir ()">gconf_sources_remove_dir</a>            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
80
                                                         const <span class="returnvalue">gchar</span> *dir,
 
81
                                                         <span class="returnvalue">GError</span> **err);
 
82
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-sources.html#gconf-sources-set-schema" title="gconf_sources_set_schema ()">gconf_sources_set_schema</a>            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
83
                                                         const <span class="returnvalue">gchar</span> *key,
 
84
                                                         const <span class="returnvalue">gchar</span> *schema_key,
 
85
                                                         <span class="returnvalue">GError</span> **err);
 
86
<span class="returnvalue">gboolean</span>            <a class="link" href="gconf-gconf-sources.html#gconf-sources-sync-all" title="gconf_sources_sync_all ()">gconf_sources_sync_all</a>              (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
87
                                                         <span class="returnvalue">GError</span> **err);
 
88
<a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="returnvalue">GConfMetaInfo</span></a>*      <a class="link" href="gconf-gconf-sources.html#gconf-sources-query-metainfo" title="gconf_sources_query_metainfo ()">gconf_sources_query_metainfo</a>        (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
89
                                                         const <span class="returnvalue">gchar</span> *key,
 
90
                                                         <span class="returnvalue">GError</span> **err);
 
91
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         <a class="link" href="gconf-gconf-sources.html#gconf-sources-query-default-value" title="gconf_sources_query_default_value ()">gconf_sources_query_default_value</a>   (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
92
                                                         const <span class="returnvalue">gchar</span> *key,
 
93
                                                         const <span class="returnvalue">gchar</span> **locales,
 
94
                                                         <span class="returnvalue">gboolean</span> *is_writable,
 
95
                                                         <span class="returnvalue">GError</span> **err);
96
96
</pre>
97
97
</div>
98
98
<div class="refsect1" title="Description">
133
133
<hr>
134
134
<div class="refsect2" title="gconf_resolve_address ()">
135
135
<a name="gconf-resolve-address"></a><h3>gconf_resolve_address ()</h3>
136
 
<pre class="programlisting"><a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource">GConfSource</a>*        gconf_resolve_address               (const gchar *address,
137
 
                                                         GError **err);</pre>
 
136
<pre class="programlisting"><a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource"><span class="returnvalue">GConfSource</span></a>*        gconf_resolve_address               (const <span class="returnvalue">gchar</span> *address,
 
137
                                                         <span class="returnvalue">GError</span> **err);</pre>
138
138
<p>
139
139
</p>
140
140
<div class="variablelist"><table border="0">
161
161
<hr>
162
162
<div class="refsect2" title="gconf_source_free ()">
163
163
<a name="gconf-source-free"></a><h3>gconf_source_free ()</h3>
164
 
<pre class="programlisting">void                gconf_source_free                   (<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource">GConfSource</a> *source);</pre>
 
164
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_source_free                   (<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource"><span class="returnvalue">GConfSource</span></a> *source);</pre>
165
165
<p>
166
166
</p>
167
167
<div class="variablelist"><table border="0">
186
186
<hr>
187
187
<div class="refsect2" title="gconf_sources_new_from_addresses ()">
188
188
<a name="gconf-sources-new-from-addresses"></a><h3>gconf_sources_new_from_addresses ()</h3>
189
 
<pre class="programlisting"><a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a>*       gconf_sources_new_from_addresses    (GSList *addresses,
190
 
                                                         GError **err);</pre>
 
189
<pre class="programlisting"><a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a>*       gconf_sources_new_from_addresses    (<span class="returnvalue">GSList</span> *addresses,
 
190
                                                         <span class="returnvalue">GError</span> **err);</pre>
191
191
<p>
192
192
</p>
193
193
<div class="variablelist"><table border="0">
214
214
<hr>
215
215
<div class="refsect2" title="gconf_sources_new_from_source ()">
216
216
<a name="gconf-sources-new-from-source"></a><h3>gconf_sources_new_from_source ()</h3>
217
 
<pre class="programlisting"><a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a>*       gconf_sources_new_from_source       (<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource">GConfSource</a> *source);</pre>
 
217
<pre class="programlisting"><a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a>*       gconf_sources_new_from_source       (<a class="link" href="gconf-gconf-sources.html#GConfSource" title="GConfSource"><span class="returnvalue">GConfSource</span></a> *source);</pre>
218
218
<p>
219
219
</p>
220
220
<div class="variablelist"><table border="0">
236
236
<hr>
237
237
<div class="refsect2" title="gconf_sources_free ()">
238
238
<a name="gconf-sources-free"></a><h3>gconf_sources_free ()</h3>
239
 
<pre class="programlisting">void                gconf_sources_free                  (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources);</pre>
 
239
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_sources_free                  (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources);</pre>
240
240
<p>
241
241
</p>
242
242
<div class="variablelist"><table border="0">
251
251
<hr>
252
252
<div class="refsect2" title="gconf_sources_query_value ()">
253
253
<a name="gconf-sources-query-value"></a><h3>gconf_sources_query_value ()</h3>
254
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue">GConfValue</a>*         gconf_sources_query_value           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
255
 
                                                         const gchar *key,
256
 
                                                         const gchar **locales,
257
 
                                                         gboolean use_schema_default,
258
 
                                                         gboolean *value_is_default,
259
 
                                                         gboolean *value_is_writable,
260
 
                                                         gchar **schema_name,
261
 
                                                         GError **err);</pre>
 
254
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         gconf_sources_query_value           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
255
                                                         const <span class="returnvalue">gchar</span> *key,
 
256
                                                         const <span class="returnvalue">gchar</span> **locales,
 
257
                                                         <span class="returnvalue">gboolean</span> use_schema_default,
 
258
                                                         <span class="returnvalue">gboolean</span> *value_is_default,
 
259
                                                         <span class="returnvalue">gboolean</span> *value_is_writable,
 
260
                                                         <span class="returnvalue">gchar</span> **schema_name,
 
261
                                                         <span class="returnvalue">GError</span> **err);</pre>
262
262
<p>
263
263
</p>
264
264
<div class="variablelist"><table border="0">
315
315
<hr>
316
316
<div class="refsect2" title="gconf_sources_set_value ()">
317
317
<a name="gconf-sources-set-value"></a><h3>gconf_sources_set_value ()</h3>
318
 
<pre class="programlisting">void                gconf_sources_set_value             (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
319
 
                                                         const gchar *key,
320
 
                                                         const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue">GConfValue</a> *value,
321
 
                                                         <a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> **modified_sources,
322
 
                                                         GError **err);</pre>
 
318
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_sources_set_value             (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
319
                                                         const <span class="returnvalue">gchar</span> *key,
 
320
                                                         const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *value,
 
321
                                                         <a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> **modified_sources,
 
322
                                                         <span class="returnvalue">GError</span> **err);</pre>
323
323
<p>
324
324
</p>
325
325
<div class="variablelist"><table border="0">
356
356
<hr>
357
357
<div class="refsect2" title="gconf_sources_unset_value ()">
358
358
<a name="gconf-sources-unset-value"></a><h3>gconf_sources_unset_value ()</h3>
359
 
<pre class="programlisting">void                gconf_sources_unset_value           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
360
 
                                                         const gchar *key,
361
 
                                                         const gchar *locale,
362
 
                                                         <a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> **modified_sources,
363
 
                                                         GError **err);</pre>
 
359
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_sources_unset_value           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
360
                                                         const <span class="returnvalue">gchar</span> *key,
 
361
                                                         const <span class="returnvalue">gchar</span> *locale,
 
362
                                                         <a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> **modified_sources,
 
363
                                                         <span class="returnvalue">GError</span> **err);</pre>
364
364
<p>
365
365
</p>
366
366
<div class="variablelist"><table border="0">
397
397
<hr>
398
398
<div class="refsect2" title="gconf_sources_all_entries ()">
399
399
<a name="gconf-sources-all-entries"></a><h3>gconf_sources_all_entries ()</h3>
400
 
<pre class="programlisting">GSList*             gconf_sources_all_entries           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
401
 
                                                         const gchar *dir,
402
 
                                                         const gchar **locales,
403
 
                                                         GError **err);</pre>
 
400
<pre class="programlisting"><span class="returnvalue">GSList</span>*             gconf_sources_all_entries           (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
401
                                                         const <span class="returnvalue">gchar</span> *dir,
 
402
                                                         const <span class="returnvalue">gchar</span> **locales,
 
403
                                                         <span class="returnvalue">GError</span> **err);</pre>
404
404
<p>
405
405
</p>
406
406
<div class="variablelist"><table border="0">
437
437
<hr>
438
438
<div class="refsect2" title="gconf_sources_all_dirs ()">
439
439
<a name="gconf-sources-all-dirs"></a><h3>gconf_sources_all_dirs ()</h3>
440
 
<pre class="programlisting">GSList*             gconf_sources_all_dirs              (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
441
 
                                                         const gchar *dir,
442
 
                                                         GError **err);</pre>
 
440
<pre class="programlisting"><span class="returnvalue">GSList</span>*             gconf_sources_all_dirs              (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
441
                                                         const <span class="returnvalue">gchar</span> *dir,
 
442
                                                         <span class="returnvalue">GError</span> **err);</pre>
443
443
<p>
444
444
</p>
445
445
<div class="variablelist"><table border="0">
471
471
<hr>
472
472
<div class="refsect2" title="gconf_sources_dir_exists ()">
473
473
<a name="gconf-sources-dir-exists"></a><h3>gconf_sources_dir_exists ()</h3>
474
 
<pre class="programlisting">gboolean            gconf_sources_dir_exists            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
475
 
                                                         const gchar *dir,
476
 
                                                         GError **err);</pre>
 
474
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gconf_sources_dir_exists            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
475
                                                         const <span class="returnvalue">gchar</span> *dir,
 
476
                                                         <span class="returnvalue">GError</span> **err);</pre>
477
477
<p>
478
478
</p>
479
479
<div class="variablelist"><table border="0">
505
505
<hr>
506
506
<div class="refsect2" title="gconf_sources_remove_dir ()">
507
507
<a name="gconf-sources-remove-dir"></a><h3>gconf_sources_remove_dir ()</h3>
508
 
<pre class="programlisting">void                gconf_sources_remove_dir            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
509
 
                                                         const gchar *dir,
510
 
                                                         GError **err);</pre>
 
508
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_sources_remove_dir            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
509
                                                         const <span class="returnvalue">gchar</span> *dir,
 
510
                                                         <span class="returnvalue">GError</span> **err);</pre>
511
511
<p>
512
512
</p>
513
513
<div class="variablelist"><table border="0">
534
534
<hr>
535
535
<div class="refsect2" title="gconf_sources_set_schema ()">
536
536
<a name="gconf-sources-set-schema"></a><h3>gconf_sources_set_schema ()</h3>
537
 
<pre class="programlisting">void                gconf_sources_set_schema            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
538
 
                                                         const gchar *key,
539
 
                                                         const gchar *schema_key,
540
 
                                                         GError **err);</pre>
 
537
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_sources_set_schema            (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
538
                                                         const <span class="returnvalue">gchar</span> *key,
 
539
                                                         const <span class="returnvalue">gchar</span> *schema_key,
 
540
                                                         <span class="returnvalue">GError</span> **err);</pre>
541
541
<p>
542
542
</p>
543
543
<div class="variablelist"><table border="0">
569
569
<hr>
570
570
<div class="refsect2" title="gconf_sources_sync_all ()">
571
571
<a name="gconf-sources-sync-all"></a><h3>gconf_sources_sync_all ()</h3>
572
 
<pre class="programlisting">gboolean            gconf_sources_sync_all              (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
573
 
                                                         GError **err);</pre>
 
572
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gconf_sources_sync_all              (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
573
                                                         <span class="returnvalue">GError</span> **err);</pre>
574
574
<p>
575
575
</p>
576
576
<div class="variablelist"><table border="0">
597
597
<hr>
598
598
<div class="refsect2" title="gconf_sources_query_metainfo ()">
599
599
<a name="gconf-sources-query-metainfo"></a><h3>gconf_sources_query_metainfo ()</h3>
600
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo">GConfMetaInfo</a>*      gconf_sources_query_metainfo        (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
601
 
                                                         const gchar *key,
602
 
                                                         GError **err);</pre>
 
600
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="returnvalue">GConfMetaInfo</span></a>*      gconf_sources_query_metainfo        (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
601
                                                         const <span class="returnvalue">gchar</span> *key,
 
602
                                                         <span class="returnvalue">GError</span> **err);</pre>
603
603
<p>
604
604
</p>
605
605
<div class="variablelist"><table border="0">
631
631
<hr>
632
632
<div class="refsect2" title="gconf_sources_query_default_value ()">
633
633
<a name="gconf-sources-query-default-value"></a><h3>gconf_sources_query_default_value ()</h3>
634
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue">GConfValue</a>*         gconf_sources_query_default_value   (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources">GConfSources</a> *sources,
635
 
                                                         const gchar *key,
636
 
                                                         const gchar **locales,
637
 
                                                         gboolean *is_writable,
638
 
                                                         GError **err);</pre>
 
634
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         gconf_sources_query_default_value   (<a class="link" href="gconf-gconf-sources.html#GConfSources" title="GConfSources"><span class="returnvalue">GConfSources</span></a> *sources,
 
635
                                                         const <span class="returnvalue">gchar</span> *key,
 
636
                                                         const <span class="returnvalue">gchar</span> **locales,
 
637
                                                         <span class="returnvalue">gboolean</span> *is_writable,
 
638
                                                         <span class="returnvalue">GError</span> **err);</pre>
639
639
<p>
640
640
</p>
641
641
<div class="variablelist"><table border="0">
678
678
</div>
679
679
<div class="footer">
680
680
<hr>
681
 
          Generated by GTK-Doc V1.12</div>
 
681
          Generated by GTK-Doc V1.14</div>
682
682
</body>
683
 
</html>
 
683
</html>
 
 
b'\\ No newline at end of file'