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-schema.html
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>gconf-schema</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-listeners.html" title="gconf-listeners">
<link rel="next" href="gconf-gconf-sources.html" title="gconf-sources">
<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-listeners.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-sources.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-schema"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle">gconf-schema</span></h2>
<p>gconf-schema &#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-schema.html#GConfSchema">GConfSchema</a>;
<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a>* <a href="gconf-gconf-schema.html#gconf-schema-new">gconf_schema_new</a>               (void);
void        <a href="gconf-gconf-schema.html#gconf-schema-free">gconf_schema_free</a>               (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc);
<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a>* <a href="gconf-gconf-schema.html#gconf-schema-copy">gconf_schema_copy</a>              (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-type">gconf_schema_set_type</a>           (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> type);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-locale">gconf_schema_set_locale</a>         (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const gchar *locale);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-short-desc">gconf_schema_set_short_desc</a>     (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const gchar *desc);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-long-desc">gconf_schema_set_long_desc</a>      (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const gchar *desc);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-owner">gconf_schema_set_owner</a>          (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const gchar *owner);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-default-value">gconf_schema_set_default_value</a>  (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const <a href="gconf-gconf-value.html#GConfValue">GConfValue</a> *val);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-default-value-nocopy">gconf_schema_set_default_value_nocopy</a>
                                            (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValue">GConfValue</a> *val);
<a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> <a href="gconf-gconf-schema.html#gconf-schema-get-type">gconf_schema_get_type</a>        (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);
const char* <a href="gconf-gconf-schema.html#gconf-schema-get-locale">gconf_schema_get_locale</a>         (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);
const char* <a href="gconf-gconf-schema.html#gconf-schema-get-short-desc">gconf_schema_get_short_desc</a>     (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);
const char* <a href="gconf-gconf-schema.html#gconf-schema-get-long-desc">gconf_schema_get_long_desc</a>      (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);
const char* <a href="gconf-gconf-schema.html#gconf-schema-get-owner">gconf_schema_get_owner</a>          (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);
<a href="gconf-gconf-value.html#GConfValue">GConfValue</a>* <a href="gconf-gconf-schema.html#gconf-schema-get-default-value">gconf_schema_get_default_value</a>  (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);
<a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> <a href="gconf-gconf-schema.html#gconf-schema-get-car-type">gconf_schema_get_car_type</a>    (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);
<a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> <a href="gconf-gconf-schema.html#gconf-schema-get-cdr-type">gconf_schema_get_cdr_type</a>    (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);
<a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> <a href="gconf-gconf-schema.html#gconf-schema-get-list-type">gconf_schema_get_list_type</a>   (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-car-type">gconf_schema_set_car_type</a>       (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> type);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-cdr-type">gconf_schema_set_cdr_type</a>       (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> type);
void        <a href="gconf-gconf-schema.html#gconf-schema-set-list-type">gconf_schema_set_list_type</a>      (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> type);
</pre>
</div>
<div class="refsect1" lang="en">
<a name="id2518412"></a><h2>Description</h2>
<p>

</p>
</div>
<div class="refsect1" lang="en">
<a name="id2518423"></a><h2>Details</h2>
<div class="refsect2" lang="en">
<a name="id2518429"></a><h3>
<a name="GConfSchema"></a>GConfSchema</h3>
<a class="indexterm" name="id2518439"></a><pre class="programlisting">typedef struct _GConfSchema GConfSchema;</pre>
<p>

</p>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2518454"></a><h3>
<a name="gconf-schema-new"></a>gconf_schema_new ()</h3>
<a class="indexterm" name="id2518464"></a><pre class="programlisting"><a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a>* gconf_schema_new               (void);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody><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="id2518500"></a><h3>
<a name="gconf-schema-free"></a>gconf_schema_free ()</h3>
<a class="indexterm" name="id2518510"></a><pre class="programlisting">void        gconf_schema_free               (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc);</pre>
<p>

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


</td>
</tr></tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560420"></a><h3>
<a name="gconf-schema-copy"></a>gconf_schema_copy ()</h3>
<a class="indexterm" name="id2560430"></a><pre class="programlisting"><a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a>* gconf_schema_copy              (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sc</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="id2560486"></a><h3>
<a name="gconf-schema-set-type"></a>gconf_schema_set_type ()</h3>
<a class="indexterm" name="id2560495"></a><pre class="programlisting">void        gconf_schema_set_type           (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> type);</pre>
<p>

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


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560562"></a><h3>
<a name="gconf-schema-set-locale"></a>gconf_schema_set_locale ()</h3>
<a class="indexterm" name="id2560571"></a><pre class="programlisting">void        gconf_schema_set_locale         (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const gchar *locale);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sc</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>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2560637"></a><h3>
<a name="gconf-schema-set-short-desc"></a>gconf_schema_set_short_desc ()</h3>
<a class="indexterm" name="id2560646"></a><pre class="programlisting">void        gconf_schema_set_short_desc     (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const gchar *desc);</pre>
<p>

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


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578233"></a><h3>
<a name="gconf-schema-set-long-desc"></a>gconf_schema_set_long_desc ()</h3>
<a class="indexterm" name="id2578241"></a><pre class="programlisting">void        gconf_schema_set_long_desc      (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const gchar *desc);</pre>
<p>

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


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578300"></a><h3>
<a name="gconf-schema-set-owner"></a>gconf_schema_set_owner ()</h3>
<a class="indexterm" name="id2578308"></a><pre class="programlisting">void        gconf_schema_set_owner          (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const gchar *owner);</pre>
<p>

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


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578369"></a><h3>
<a name="gconf-schema-set-default-value"></a>gconf_schema_set_default_value ()</h3>
<a class="indexterm" name="id2578380"></a><pre class="programlisting">void        gconf_schema_set_default_value  (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             const <a href="gconf-gconf-value.html#GConfValue">GConfValue</a> *val);</pre>
<p>

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


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578447"></a><h3>
<a name="gconf-schema-set-default-value-nocopy"></a>gconf_schema_set_default_value_nocopy ()</h3>
<a class="indexterm" name="id2578459"></a><pre class="programlisting">void        gconf_schema_set_default_value_nocopy
                                            (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValue">GConfValue</a> *val);</pre>
<p>

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


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2578527"></a><h3>
<a name="gconf-schema-get-type"></a>gconf_schema_get_type ()</h3>
<a class="indexterm" name="id2578536"></a><pre class="programlisting"><a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> gconf_schema_get_type        (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema</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="id2578592"></a><h3>
<a name="gconf-schema-get-locale"></a>gconf_schema_get_locale ()</h3>
<a class="indexterm" name="id2578601"></a><pre class="programlisting">const char* gconf_schema_get_locale         (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema</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="id2578658"></a><h3>
<a name="gconf-schema-get-short-desc"></a>gconf_schema_get_short_desc ()</h3>
<a class="indexterm" name="id2578668"></a><pre class="programlisting">const char* gconf_schema_get_short_desc     (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema</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="id2578725"></a><h3>
<a name="gconf-schema-get-long-desc"></a>gconf_schema_get_long_desc ()</h3>
<a class="indexterm" name="id2578735"></a><pre class="programlisting">const char* gconf_schema_get_long_desc      (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema</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="id2578792"></a><h3>
<a name="gconf-schema-get-owner"></a>gconf_schema_get_owner ()</h3>
<a class="indexterm" name="id2578801"></a><pre class="programlisting">const char* gconf_schema_get_owner          (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema</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="id2578859"></a><h3>
<a name="gconf-schema-get-default-value"></a>gconf_schema_get_default_value ()</h3>
<a class="indexterm" name="id2578870"></a><pre class="programlisting"><a href="gconf-gconf-value.html#GConfValue">GConfValue</a>* gconf_schema_get_default_value  (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema</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="id2578927"></a><h3>
<a name="gconf-schema-get-car-type"></a>gconf_schema_get_car_type ()</h3>
<a class="indexterm" name="id2578936"></a><pre class="programlisting"><a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> gconf_schema_get_car_type    (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema</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="id2578993"></a><h3>
<a name="gconf-schema-get-cdr-type"></a>gconf_schema_get_cdr_type ()</h3>
<a class="indexterm" name="id2579002"></a><pre class="programlisting"><a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> gconf_schema_get_cdr_type    (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema</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="id2533229"></a><h3>
<a name="gconf-schema-get-list-type"></a>gconf_schema_get_list_type ()</h3>
<a class="indexterm" name="id2579047"></a><pre class="programlisting"><a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> gconf_schema_get_list_type   (const <a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *schema);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>schema</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="id2579097"></a><h3>
<a name="gconf-schema-set-car-type"></a>gconf_schema_set_car_type ()</h3>
<a class="indexterm" name="id2579106"></a><pre class="programlisting">void        gconf_schema_set_car_type       (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> type);</pre>
<p>

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


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579166"></a><h3>
<a name="gconf-schema-set-cdr-type"></a>gconf_schema_set_cdr_type ()</h3>
<a class="indexterm" name="id2579175"></a><pre class="programlisting">void        gconf_schema_set_cdr_type       (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> type);</pre>
<p>

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


</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2" lang="en">
<a name="id2579234"></a><h3>
<a name="gconf-schema-set-list-type"></a>gconf_schema_set_list_type ()</h3>
<a class="indexterm" name="id2579243"></a><pre class="programlisting">void        gconf_schema_set_list_type      (<a href="gconf-gconf-schema.html#GConfSchema">GConfSchema</a> *sc,
                                             <a href="gconf-gconf-value.html#GConfValueType">GConfValueType</a> type);</pre>
<p>

</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td>
<span class="term"><em class="parameter"><code>sc</code></em>&#160;:</span></td>
<td>
</td>
</tr>
<tr>
<td>
<span class="term"><em class="parameter"><code>type</code></em>&#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-listeners.html"><b>&lt;&lt;&#160;gconf-listeners</b></a></td>
<td align="right"><a accesskey="n" href="gconf-gconf-sources.html"><b>gconf-sources&#160;&gt;&gt;</b></a></td>
</tr></table>
</body>
</html>

Anon7 - 2021