KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17
System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64
User : nobody ( 99)
PHP Version : 5.2.17
Disable Function : NONE
Directory :  /usr/share/gtk-doc/html/gconf/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //usr/share/gtk-doc/html/gconf/gconf-gconf-sources.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gconf-sources</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
<link rel="start" href="index.html" title="GConf Reference Manual">
<link rel="up" href="ch01.html" title="Using the GConf library">
<link rel="prev" href="gconf-gconf-schema.html" title="gconf-schema">
<link rel="next" href="gconf-gconf-value.html" title="GConfValue, GConfEntry, GConfMetaInfo">
<meta name="generator" content="GTK-Doc V1.4 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Using the GConf library">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"><tr valign="middle">
<td><a accesskey="p" href="gconf-gconf-schema.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">GConf Reference Manual</th>
<td><a accesskey="n" href="gconf-gconf-value.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="refentry" lang="en">
<a name="gconf-gconf-sources"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gconf-sources</span></h2>
<p>gconf-sources &#8212; </p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<h2>Synopsis</h2>
<pre class="synopsis">



            <a href="gconf-gconf-sources.html#GConfSource">GConfSource</a>;
enum        <a href="gconf-gconf-sources.html#GConfSourceFlags">GConfSourceFlags</a>;
<a href="gconf-gconf-sources.html#GConfSource">GConfSource</a>* <a href="gconf-gconf-sources.html#gconf-resolve-address">gconf_resolve_address</a>          (const gchar *address,
                                             GError **err);
void        <a href="gconf-gconf-sources.html#gconf-source-free">gconf_source_free</a>               (<a href="gconf-gconf-sources.html#GConfSource">GConfSource</a> *source);
            <a href="gconf-gconf-sources.html#GConfSources">GConfSources</a>;
<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a>* <a href="gconf-gconf-sources.html#gconf-sources-new-from-addresses">gconf_sources_new_from_addresses</a>
                                            (GSList *addresses,
                                             GError **err);
<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a>* <a href="gconf-gconf-sources.html#gconf-sources-new-from-source">gconf_sources_new_from_source</a> (<a href="gconf-gconf-sources.html#GConfSource">GConfSource</a> *source);
void        <a href="gconf-gconf-sources.html#gconf-sources-free">gconf_sources_free</a>              (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources);
<a href="gconf-gconf-value.html#GConfValue">GConfValue</a>* <a href="gconf-gconf-sources.html#gconf-sources-query-value">gconf_sources_query_value</a>       (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const gchar **locales,
                                             gboolean use_schema_default,
                                             gboolean *value_is_default,
                                             gboolean *value_is_writable,
                                             gchar **schema_name,
                                             GError **err);
void        <a href="gconf-gconf-sources.html#gconf-sources-set-value">gconf_sources_set_value</a>         (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const <a href="gconf-gconf-value.html#GConfValue">GConfValue</a> *value,
                                             <a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> **modified_sources,
                                             GError **err);
void        <a href="gconf-gconf-sources.html#gconf-sources-unset-value">gconf_sources_unset_value</a>       (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const gchar *locale,
                                             <a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> **modified_sources,
                                             GError **err);
GSList*     <a href="gconf-gconf-sources.html#gconf-sources-all-entries">gconf_sources_all_entries</a>       (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *dir,
                                             const gchar **locales,
                                             GError **err);
GSList*     <a href="gconf-gconf-sources.html#gconf-sources-all-dirs">gconf_sources_all_dirs</a>          (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *dir,
                                             GError **err);
gboolean    <a href="gconf-gconf-sources.html#gconf-sources-dir-exists">gconf_sources_dir_exists</a>        (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *dir,
                                             GError **err);
void        <a href="gconf-gconf-sources.html#gconf-sources-remove-dir">gconf_sources_remove_dir</a>        (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *dir,
                                             GError **err);
void        <a href="gconf-gconf-sources.html#gconf-sources-set-schema">gconf_sources_set_schema</a>        (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const gchar *schema_key,
                                             GError **err);
gboolean    <a href="gconf-gconf-sources.html#gconf-sources-sync-all">gconf_sources_sync_all</a>          (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             GError **err);
<a href="gconf-gconf-value.html#GConfMetaInfo">GConfMetaInfo</a>* <a href="gconf-gconf-sources.html#gconf-sources-query-metainfo">gconf_sources_query_metainfo</a> (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             GError **err);
<a href="gconf-gconf-value.html#GConfValue">GConfValue</a>* <a href="gconf-gconf-sources.html#gconf-sources-query-default-value">gconf_sources_query_default_value</a>
                                            (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const gchar **locales,
                                             gboolean *is_writable,
                                             GError **err);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2577140"></a><h2>Description</h2>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id2577151"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2577157"></a><h3>
<a name="GConfSource"></a>GConfSource</h3>
<a class="indexterm" name="id2577167"></a><pre class="programlisting">typedef struct {
  guint flags;
  gchar* address;
  GConfBackend* backend;
} GConfSource;
</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2518021"></a><h3>
<a name="GConfSourceFlags"></a>enum GConfSourceFlags</h3>
<a class="indexterm" name="id2518031"></a><pre class="programlisting">typedef enum {
  /* These are an optimization to avoid calls to
   * the writable/readable methods in the backend
   * vtable
   */
  GCONF_SOURCE_ALL_WRITEABLE = 1 &lt;&lt; 0,
  GCONF_SOURCE_ALL_READABLE = 1 &lt;&lt; 1,
  GCONF_SOURCE_NEVER_WRITEABLE = 1 &lt;&lt; 2, 
  GCONF_SOURCE_ALL_FLAGS = ((1 &lt;&lt; 0) | (1 &lt;&lt; 1))
} GConfSourceFlags;
</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2518052"></a><h3>
<a name="gconf-resolve-address"></a>gconf_resolve_address ()</h3>
<a class="indexterm" name="id2518061"></a><pre class="programlisting"><a href="gconf-gconf-sources.html#GConfSource">GConfSource</a>* gconf_resolve_address          (const gchar *address,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>address</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2518137"></a><h3>
<a name="gconf-source-free"></a>gconf_source_free ()</h3>
<a class="indexterm" name="id2518147"></a><pre class="programlisting">void        gconf_source_free               (<a href="gconf-gconf-sources.html#GConfSource">GConfSource</a> *source);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>source</code></em>&#160;:</span></td>
<td>


</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2518192"></a><h3>
<a name="GConfSources"></a>GConfSources</h3>
<a class="indexterm" name="id2518202"></a><pre class="programlisting">typedef struct {
  GList* sources;
} GConfSources;
</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2518218"></a><h3>
<a name="gconf-sources-new-from-addresses"></a>gconf_sources_new_from_addresses ()</h3>
<a class="indexterm" name="id2518227"></a><pre class="programlisting"><a href="gconf-gconf-sources.html#GConfSources">GConfSources</a>* gconf_sources_new_from_addresses
                                            (GSList *addresses,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>addresses</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2580768"></a><h3>
<a name="gconf-sources-new-from-source"></a>gconf_sources_new_from_source ()</h3>
<a class="indexterm" name="id2580776"></a><pre class="programlisting"><a href="gconf-gconf-sources.html#GConfSources">GConfSources</a>* gconf_sources_new_from_source (<a href="gconf-gconf-sources.html#GConfSource">GConfSource</a> *source);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>source</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2580825"></a><h3>
<a name="gconf-sources-free"></a>gconf_sources_free ()</h3>
<a class="indexterm" name="id2580834"></a><pre class="programlisting">void        gconf_sources_free              (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>


</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2580875"></a><h3>
<a name="gconf-sources-query-value"></a>gconf_sources_query_value ()</h3>
<a class="indexterm" name="id2580885"></a><pre class="programlisting"><a href="gconf-gconf-value.html#GConfValue">GConfValue</a>* gconf_sources_query_value       (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const gchar **locales,
                                             gboolean use_schema_default,
                                             gboolean *value_is_default,
                                             gboolean *value_is_writable,
                                             gchar **schema_name,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>locales</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>use_schema_default</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_is_default</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value_is_writable</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema_name</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581090"></a><h3>
<a name="gconf-sources-set-value"></a>gconf_sources_set_value ()</h3>
<a class="indexterm" name="id2581099"></a><pre class="programlisting">void        gconf_sources_set_value         (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const <a href="gconf-gconf-value.html#GConfValue">GConfValue</a> *value,
                                             <a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> **modified_sources,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>value</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>modified_sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581229"></a><h3>
<a name="gconf-sources-unset-value"></a>gconf_sources_unset_value ()</h3>
<a class="indexterm" name="id2581238"></a><pre class="programlisting">void        gconf_sources_unset_value       (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const gchar *locale,
                                             <a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> **modified_sources,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>locale</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>modified_sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581340"></a><h3>
<a name="gconf-sources-all-entries"></a>gconf_sources_all_entries ()</h3>
<a class="indexterm" name="id2581350"></a><pre class="programlisting">GSList*     gconf_sources_all_entries       (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *dir,
                                             const gchar **locales,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>dir</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>locales</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581457"></a><h3>
<a name="gconf-sources-all-dirs"></a>gconf_sources_all_dirs ()</h3>
<a class="indexterm" name="id2581465"></a><pre class="programlisting">GSList*     gconf_sources_all_dirs          (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *dir,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>dir</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581553"></a><h3>
<a name="gconf-sources-dir-exists"></a>gconf_sources_dir_exists ()</h3>
<a class="indexterm" name="id2581562"></a><pre class="programlisting">gboolean    gconf_sources_dir_exists        (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *dir,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>dir</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581650"></a><h3>
<a name="gconf-sources-remove-dir"></a>gconf_sources_remove_dir ()</h3>
<a class="indexterm" name="id2581658"></a><pre class="programlisting">void        gconf_sources_remove_dir        (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *dir,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>dir</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581737"></a><h3>
<a name="gconf-sources-set-schema"></a>gconf_sources_set_schema ()</h3>
<a class="indexterm" name="id2581745"></a><pre class="programlisting">void        gconf_sources_set_schema        (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const gchar *schema_key,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema_key</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581842"></a><h3>
<a name="gconf-sources-sync-all"></a>gconf_sources_sync_all ()</h3>
<a class="indexterm" name="id2581851"></a><pre class="programlisting">gboolean    gconf_sources_sync_all          (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2581920"></a><h3>
<a name="gconf-sources-query-metainfo"></a>gconf_sources_query_metainfo ()</h3>
<a class="indexterm" name="id2581930"></a><pre class="programlisting"><a href="gconf-gconf-value.html#GConfMetaInfo">GConfMetaInfo</a>* gconf_sources_query_metainfo (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2582019"></a><h3>
<a name="gconf-sources-query-default-value"></a>gconf_sources_query_default_value ()</h3>
<a class="indexterm" name="id2582030"></a><pre class="programlisting"><a href="gconf-gconf-value.html#GConfValue">GConfValue</a>* gconf_sources_query_default_value
                                            (<a href="gconf-gconf-sources.html#GConfSources">GConfSources</a> *sources,
                                             const gchar *key,
                                             const gchar **locales,
                                             gboolean *is_writable,
                                             GError **err);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sources</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>key</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>locales</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>is_writable</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>err</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
<td>


</td>
</tr>
</tbody>
</table></div>
</div>
</div>
</div>
<table class="navigation" width="100%" summary="Navigation footer" cellpadding="2" cellspacing="0"><tr valign="middle">
<td align="left"><a accesskey="p" href="gconf-gconf-schema.html"><b>&lt;&lt;&#160;gconf-schema</b></a></td>
<td align="right"><a accesskey="n" href="gconf-gconf-value.html"><b>GConfValue, GConfEntry, GConfMetaInfo&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

Anon7 - 2021