~ubuntu-branches/ubuntu/oneiric/gconf/oneiric-proposed

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-09-01 18:47:35 UTC
  • mto: (7.3.5 sid) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 53.
  • Revision ID: james.westby@ubuntu.com-20100901184735-eujhkrmxvlcgz6ex
Tags: upstream-2.31.91
Import upstream version 2.31.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
<pre class="synopsis">enum                <a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType">GConfValueType</a>;
42
42
                    <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue">GConfValue</a>;
43
43
#define             <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-TYPE-VALID:CAPS" title="GCONF_VALUE_TYPE_VALID()">GCONF_VALUE_TYPE_VALID</a>              (x)
44
 
const <span class="returnvalue">char</span>*         <a class="link" href="gconf-gconf-value.html#gconf-value-get-string" title="gconf_value_get_string ()">gconf_value_get_string</a>              (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
 
44
const <span class="returnvalue">char</span> *        <a class="link" href="gconf-gconf-value.html#gconf-value-get-string" title="gconf_value_get_string ()">gconf_value_get_string</a>              (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
45
45
<span class="returnvalue">int</span>                 <a class="link" href="gconf-gconf-value.html#gconf-value-get-int" title="gconf_value_get_int ()">gconf_value_get_int</a>                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
46
46
<span class="returnvalue">double</span>              <a class="link" href="gconf-gconf-value.html#gconf-value-get-float" title="gconf_value_get_float ()">gconf_value_get_float</a>               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
47
47
<a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="returnvalue">GConfValueType</span></a>      <a class="link" href="gconf-gconf-value.html#gconf-value-get-list-type" title="gconf_value_get_list_type ()">gconf_value_get_list_type</a>           (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
48
 
<span class="returnvalue">GSList</span>*             <a class="link" href="gconf-gconf-value.html#gconf-value-get-list" title="gconf_value_get_list ()">gconf_value_get_list</a>                (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
49
 
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-value-get-car" title="gconf_value_get_car ()">gconf_value_get_car</a>                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
50
 
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-value-get-cdr" title="gconf_value_get_cdr ()">gconf_value_get_cdr</a>                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
51
 
<span class="returnvalue">gboolean</span>            <a class="link" href="gconf-gconf-value.html#gconf-value-get-bool" title="gconf_value_get_bool ()">gconf_value_get_bool</a>                (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
52
 
<a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="returnvalue">GConfSchema</span></a>*        <a class="link" href="gconf-gconf-value.html#gconf-value-get-schema" title="gconf_value_get_schema ()">gconf_value_get_schema</a>              (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
53
 
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-value-new" title="gconf_value_new ()">gconf_value_new</a>                     (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>);
54
 
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-value-new-from-string" title="gconf_value_new_from_string ()">gconf_value_new_from_string</a>         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>,
55
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>,
56
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);
57
 
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-value-copy" title="gconf_value_copy ()">gconf_value_copy</a>                    (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *src</code></em>);
 
48
<a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="gconf-gconf-value.html#gconf-value-get-list" title="gconf_value_get_list ()">gconf_value_get_list</a>                (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
 
49
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-value-get-car" title="gconf_value_get_car ()">gconf_value_get_car</a>                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
 
50
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-value-get-cdr" title="gconf_value_get_cdr ()">gconf_value_get_cdr</a>                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
 
51
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gconf-gconf-value.html#gconf-value-get-bool" title="gconf_value_get_bool ()">gconf_value_get_bool</a>                (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
 
52
<a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="returnvalue">GConfSchema</span></a> *       <a class="link" href="gconf-gconf-value.html#gconf-value-get-schema" title="gconf_value_get_schema ()">gconf_value_get_schema</a>              (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
 
53
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-value-new" title="gconf_value_new ()">gconf_value_new</a>                     (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>);
 
54
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-value-new-from-string" title="gconf_value_new_from_string ()">gconf_value_new_from_string</a>         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>,
 
55
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
 
56
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
 
57
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-value-copy" title="gconf_value_copy ()">gconf_value_copy</a>                    (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *src</code></em>);
58
58
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-free" title="gconf_value_free ()">gconf_value_free</a>                    (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
59
59
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-int" title="gconf_value_set_int ()">gconf_value_set_int</a>                 (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
60
 
                                                         <em class="parameter"><code><span class="type">gint</span> the_int</code></em>);
 
60
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> the_int</code></em>);
61
61
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-string" title="gconf_value_set_string ()">gconf_value_set_string</a>              (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
62
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *the_str</code></em>);
 
62
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *the_str</code></em>);
63
63
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-float" title="gconf_value_set_float ()">gconf_value_set_float</a>               (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
64
 
                                                         <em class="parameter"><code><span class="type">gdouble</span> the_float</code></em>);
 
64
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> the_float</code></em>);
65
65
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-bool" title="gconf_value_set_bool ()">gconf_value_set_bool</a>                (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
66
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> the_bool</code></em>);
 
66
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> the_bool</code></em>);
67
67
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-schema" title="gconf_value_set_schema ()">gconf_value_set_schema</a>              (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
68
68
                                                         <em class="parameter"><code>const <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a> *sc</code></em>);
69
69
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-schema-nocopy" title="gconf_value_set_schema_nocopy ()">gconf_value_set_schema_nocopy</a>       (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
79
79
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-list-type" title="gconf_value_set_list_type ()">gconf_value_set_list_type</a>           (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
80
80
                                                         <em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>);
81
81
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-list-nocopy" title="gconf_value_set_list_nocopy ()">gconf_value_set_list_nocopy</a>         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
82
 
                                                         <em class="parameter"><code><span class="type">GSList</span> *list</code></em>);
 
82
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>);
83
83
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-value-set-list" title="gconf_value_set_list ()">gconf_value_set_list</a>                (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
84
 
                                                         <em class="parameter"><code><span class="type">GSList</span> *list</code></em>);
85
 
<span class="returnvalue">gchar</span>*              <a class="link" href="gconf-gconf-value.html#gconf-value-to-string" title="gconf_value_to_string ()">gconf_value_to_string</a>               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
 
84
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>);
 
85
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="gconf-gconf-value.html#gconf-value-to-string" title="gconf_value_to_string ()">gconf_value_to_string</a>               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);
86
86
                    <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo">GConfMetaInfo</a>;
87
 
<a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="returnvalue">GConfMetaInfo</span></a>*      <a class="link" href="gconf-gconf-value.html#gconf-meta-info-new" title="gconf_meta_info_new ()">gconf_meta_info_new</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
 
87
<a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="returnvalue">GConfMetaInfo</span></a> *     <a class="link" href="gconf-gconf-value.html#gconf-meta-info-new" title="gconf_meta_info_new ()">gconf_meta_info_new</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
88
88
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-meta-info-free" title="gconf_meta_info_free ()">gconf_meta_info_free</a>                (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);
89
 
const <span class="returnvalue">char</span>*         <a class="link" href="gconf-gconf-value.html#gconf-meta-info-get-schema" title="gconf_meta_info_get_schema ()">gconf_meta_info_get_schema</a>          (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);
90
 
const <span class="returnvalue">char</span>*         <a class="link" href="gconf-gconf-value.html#gconf-meta-info-get-mod-user" title="gconf_meta_info_get_mod_user ()">gconf_meta_info_get_mod_user</a>        (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);
91
 
<span class="returnvalue">GTime</span>               <a class="link" href="gconf-gconf-value.html#gconf-meta-info-mod-time" title="gconf_meta_info_mod_time ()">gconf_meta_info_mod_time</a>            (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);
 
89
const <span class="returnvalue">char</span> *        <a class="link" href="gconf-gconf-value.html#gconf-meta-info-get-schema" title="gconf_meta_info_get_schema ()">gconf_meta_info_get_schema</a>          (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);
 
90
const <span class="returnvalue">char</span> *        <a class="link" href="gconf-gconf-value.html#gconf-meta-info-get-mod-user" title="gconf_meta_info_get_mod_user ()">gconf_meta_info_get_mod_user</a>        (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);
 
91
<a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTime"><span class="returnvalue">GTime</span></a>               <a class="link" href="gconf-gconf-value.html#gconf-meta-info-mod-time" title="gconf_meta_info_mod_time ()">gconf_meta_info_mod_time</a>            (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);
92
92
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-meta-info-set-schema" title="gconf_meta_info_set_schema ()">gconf_meta_info_set_schema</a>          (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>,
93
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *schema_name</code></em>);
 
93
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema_name</code></em>);
94
94
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-meta-info-set-mod-user" title="gconf_meta_info_set_mod_user ()">gconf_meta_info_set_mod_user</a>        (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>,
95
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *mod_user</code></em>);
 
95
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *mod_user</code></em>);
96
96
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-meta-info-set-mod-time" title="gconf_meta_info_set_mod_time ()">gconf_meta_info_set_mod_time</a>        (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>,
97
 
                                                         <em class="parameter"><code><span class="type">GTime</span> mod_time</code></em>);
 
97
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTime"><span class="type">GTime</span></a> mod_time</code></em>);
98
98
                    <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry">GConfEntry</a>;
99
 
const <span class="returnvalue">char</span>*         <a class="link" href="gconf-gconf-value.html#gconf-entry-get-key" title="gconf_entry_get_key ()">gconf_entry_get_key</a>                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
100
 
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-entry-get-value" title="gconf_entry_get_value ()">gconf_entry_get_value</a>               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
101
 
const <span class="returnvalue">char</span>*         <a class="link" href="gconf-gconf-value.html#gconf-entry-get-schema-name" title="gconf_entry_get_schema_name ()">gconf_entry_get_schema_name</a>         (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
102
 
<span class="returnvalue">gboolean</span>            <a class="link" href="gconf-gconf-value.html#gconf-entry-get-is-default" title="gconf_entry_get_is_default ()">gconf_entry_get_is_default</a>          (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
103
 
<span class="returnvalue">gboolean</span>            <a class="link" href="gconf-gconf-value.html#gconf-entry-get-is-writable" title="gconf_entry_get_is_writable ()">gconf_entry_get_is_writable</a>         (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
104
 
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-entry-new" title="gconf_entry_new ()">gconf_entry_new</a>                     (<em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
 
99
const <span class="returnvalue">char</span> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-get-key" title="gconf_entry_get_key ()">gconf_entry_get_key</a>                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
 
100
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-get-value" title="gconf_entry_get_value ()">gconf_entry_get_value</a>               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
 
101
const <span class="returnvalue">char</span> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-get-schema-name" title="gconf_entry_get_schema_name ()">gconf_entry_get_schema_name</a>         (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
 
102
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gconf-gconf-value.html#gconf-entry-get-is-default" title="gconf_entry_get_is_default ()">gconf_entry_get_is_default</a>          (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
 
103
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="gconf-gconf-value.html#gconf-entry-get-is-writable" title="gconf_entry_get_is_writable ()">gconf_entry_get_is_writable</a>         (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
 
104
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-new" title="gconf_entry_new ()">gconf_entry_new</a>                     (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
105
105
                                                         <em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);
106
 
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-entry-new-nocopy" title="gconf_entry_new_nocopy ()">gconf_entry_new_nocopy</a>              (<em class="parameter"><code><span class="type">gchar</span> *key</code></em>,
 
106
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-new-nocopy" title="gconf_entry_new_nocopy ()">gconf_entry_new_nocopy</a>              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
107
107
                                                         <em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);
108
 
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-entry-copy" title="gconf_entry_copy ()">gconf_entry_copy</a>                    (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *src</code></em>);
 
108
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-copy" title="gconf_entry_copy ()">gconf_entry_copy</a>                    (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *src</code></em>);
109
109
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-free" title="gconf_entry_free ()">gconf_entry_free</a>                    (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
110
110
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-ref" title="gconf_entry_ref ()">gconf_entry_ref</a>                     (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
111
111
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-unref" title="gconf_entry_unref ()">gconf_entry_unref</a>                   (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
112
 
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         <a class="link" href="gconf-gconf-value.html#gconf-entry-steal-value" title="gconf_entry_steal_value ()">gconf_entry_steal_value</a>             (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
 
112
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        <a class="link" href="gconf-gconf-value.html#gconf-entry-steal-value" title="gconf_entry_steal_value ()">gconf_entry_steal_value</a>             (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);
113
113
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-set-value" title="gconf_entry_set_value ()">gconf_entry_set_value</a>               (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
114
114
                                                         <em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);
115
115
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-set-value-nocopy" title="gconf_entry_set_value_nocopy ()">gconf_entry_set_value_nocopy</a>        (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
116
116
                                                         <em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);
117
117
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-set-schema-name" title="gconf_entry_set_schema_name ()">gconf_entry_set_schema_name</a>         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
118
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);
 
118
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
119
119
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-set-is-default" title="gconf_entry_set_is_default ()">gconf_entry_set_is_default</a>          (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
120
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> is_default</code></em>);
 
120
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_default</code></em>);
121
121
<span class="returnvalue">void</span>                <a class="link" href="gconf-gconf-value.html#gconf-entry-set-is-writable" title="gconf_entry_set_is_writable ()">gconf_entry_set_is_writable</a>         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
122
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> is_writable</code></em>);
 
122
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_writable</code></em>);
123
123
</pre>
124
124
</div>
125
125
<div class="refsect1">
176
176
</tr>
177
177
<tr>
178
178
<td><p><a name="GCONF-VALUE-STRING:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_STRING</code></span></p></td>
179
 
<td>String value (<span class="type">gchar</span>*).
 
179
<td>String value (<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>*).
180
180
</td>
181
181
</tr>
182
182
<tr>
183
183
<td><p><a name="GCONF-VALUE-INT:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_INT</code></span></p></td>
184
 
<td>Integer value (<span class="type">gint</span>).
 
184
<td>Integer value (<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>).
185
185
</td>
186
186
</tr>
187
187
<tr>
188
188
<td><p><a name="GCONF-VALUE-FLOAT:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_FLOAT</code></span></p></td>
189
 
<td>Floating point value (<span class="type">gdouble</span>).
 
189
<td>Floating point value (<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>).
190
190
</td>
191
191
</tr>
192
192
<tr>
193
193
<td><p><a name="GCONF-VALUE-BOOL:CAPS"></a><span class="term"><code class="literal">GCONF_VALUE_BOOL</code></span></p></td>
194
 
<td>Boolean value (<span class="type">gboolean</span>).
 
194
<td>Boolean value (<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>).
195
195
</td>
196
196
</tr>
197
197
<tr>
265
265
<hr>
266
266
<div class="refsect2">
267
267
<a name="gconf-value-get-string"></a><h3>gconf_value_get_string ()</h3>
268
 
<pre class="programlisting">const <span class="returnvalue">char</span>*         gconf_value_get_string              (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
 
268
<pre class="programlisting">const <span class="returnvalue">char</span> *        gconf_value_get_string              (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
269
269
<p>
270
270
Returns a <span class="symbol">const gchar*</span> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type
271
271
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-STRING:CAPS"><code class="literal">GCONF_VALUE_STRING</code></a>. The returned string is <span class="emphasis"><em>not</em></span> a
299
299
<a name="gconf-value-get-int"></a><h3>gconf_value_get_int ()</h3>
300
300
<pre class="programlisting"><span class="returnvalue">int</span>                 gconf_value_get_int                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
301
301
<p>
302
 
Returns a <span class="type">gint</span> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-INT:CAPS"><code class="literal">GCONF_VALUE_INT</code></a>.
 
302
Returns a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-INT:CAPS"><code class="literal">GCONF_VALUE_INT</code></a>.
303
303
</p>
304
304
<div class="variablelist"><table border="0">
305
305
<col align="left" valign="top">
311
311
</tr>
312
312
<tr>
313
313
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
314
 
<td>a <span class="type">gint</span>.
 
314
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a>.
315
315
</td>
316
316
</tr>
317
317
</tbody>
322
322
<a name="gconf-value-get-float"></a><h3>gconf_value_get_float ()</h3>
323
323
<pre class="programlisting"><span class="returnvalue">double</span>              gconf_value_get_float               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
324
324
<p>
325
 
Returns a <span class="type">gdouble</span> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-FLOAT:CAPS"><code class="literal">GCONF_VALUE_FLOAT</code></a>.
 
325
Returns a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-FLOAT:CAPS"><code class="literal">GCONF_VALUE_FLOAT</code></a>.
326
326
</p>
327
327
<div class="variablelist"><table border="0">
328
328
<col align="left" valign="top">
334
334
</tr>
335
335
<tr>
336
336
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
337
 
<td>a <span class="type">gdouble</span>.
 
337
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a>.
338
338
</td>
339
339
</tr>
340
340
</tbody>
367
367
<hr>
368
368
<div class="refsect2">
369
369
<a name="gconf-value-get-list"></a><h3>gconf_value_get_list ()</h3>
370
 
<pre class="programlisting"><span class="returnvalue">GSList</span>*             gconf_value_get_list                (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
 
370
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            gconf_value_get_list                (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
371
371
<p>
372
 
Returns a <span class="type">GSList</span> containing <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> objects. Each <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> in
 
372
Returns a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> containing <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> objects. Each <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> in
373
373
the returned list will have the type returned by
374
 
<a class="link" href="gconf-gconf-value.html#gconf-value-get-list-type" title="gconf_value_get_list_type ()"><code class="function">gconf_value_get_list_type()</code></a>. Remember that the empty <span class="type">GSList</span> is equal to
 
374
<a class="link" href="gconf-gconf-value.html#gconf-value-get-list-type" title="gconf_value_get_list_type ()"><code class="function">gconf_value_get_list_type()</code></a>. Remember that the empty <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> is equal to
375
375
<span class="symbol">NULL</span>.  The list is not a copy; it is "owned" by the
376
376
<a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> and will be destroyed when the <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> is destroyed.
377
377
</p>
385
385
</tr>
386
386
<tr>
387
387
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
388
 
<td>a <span class="type">GList</span>.
 
388
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a>.
389
389
</td>
390
390
</tr>
391
391
</tbody>
394
394
<hr>
395
395
<div class="refsect2">
396
396
<a name="gconf-value-get-car"></a><h3>gconf_value_get_car ()</h3>
397
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         gconf_value_get_car                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
 
397
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        gconf_value_get_car                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
398
398
<p>
399
399
Returns the first member (car) of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type
400
400
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>. The car is another <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a>, with a primitive
423
423
<hr>
424
424
<div class="refsect2">
425
425
<a name="gconf-value-get-cdr"></a><h3>gconf_value_get_cdr ()</h3>
426
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         gconf_value_get_cdr                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
 
426
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        gconf_value_get_cdr                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
427
427
<p>
428
428
Returns the second member (cdr) of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type
429
429
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-PAIR:CAPS"><code class="literal">GCONF_VALUE_PAIR</code></a>. The cdr is another <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a>, with a primitive
452
452
<hr>
453
453
<div class="refsect2">
454
454
<a name="gconf-value-get-bool"></a><h3>gconf_value_get_bool ()</h3>
455
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gconf_value_get_bool                (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
 
455
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gconf_value_get_bool                (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
456
456
<p>
457
 
Returns a <span class="type">gboolean</span> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-BOOL:CAPS"><code class="literal">GCONF_VALUE_BOOL</code></a>.
 
457
Returns a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-BOOL:CAPS"><code class="literal">GCONF_VALUE_BOOL</code></a>.
458
458
</p>
459
459
<div class="variablelist"><table border="0">
460
460
<col align="left" valign="top">
466
466
</tr>
467
467
<tr>
468
468
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
469
 
<td>a <span class="type">gboolean</span> value.
 
469
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.
470
470
</td>
471
471
</tr>
472
472
</tbody>
475
475
<hr>
476
476
<div class="refsect2">
477
477
<a name="gconf-value-get-schema"></a><h3>gconf_value_get_schema ()</h3>
478
 
<pre class="programlisting"><a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="returnvalue">GConfSchema</span></a>*        gconf_value_get_schema              (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
 
478
<pre class="programlisting"><a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="returnvalue">GConfSchema</span></a> *       gconf_value_get_schema              (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
479
479
<p>
480
480
Returns a <a class="link" href="gconf-gconf-schema.html#GConfSchema" title="GConfSchema"><span class="type">GConfSchema</span></a> for a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type
481
481
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-SCHEMA:CAPS"><code class="literal">GCONF_VALUE_SCHEMA</code></a>. If the <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> is uninitialized, it
506
506
<hr>
507
507
<div class="refsect2">
508
508
<a name="gconf-value-new"></a><h3>gconf_value_new ()</h3>
509
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         gconf_value_new                     (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>);</pre>
 
509
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        gconf_value_new                     (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>);</pre>
510
510
<p>
511
511
Creates a new <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <em class="parameter"><code>type</code></em>. The type is immutable after
512
512
creation; values have a fixed type. You <span class="emphasis"><em>must</em></span>
532
532
<hr>
533
533
<div class="refsect2">
534
534
<a name="gconf-value-new-from-string"></a><h3>gconf_value_new_from_string ()</h3>
535
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         gconf_value_new_from_string         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>,
536
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *str</code></em>,
537
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
 
535
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        gconf_value_new_from_string         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValueType" title="enum GConfValueType"><span class="type">GConfValueType</span></a> type</code></em>,
 
536
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
 
537
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
538
538
<p>
539
539
Creates a new <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <em class="parameter"><code>type</code></em> and value set to the string passed.
540
540
Based on the value of <em class="parameter"><code>type</code></em>, this function does the appropriate conversion of the
551
551
</tr>
552
552
<tr>
553
553
<td><p><span class="term"><em class="parameter"><code>str</code></em> :</span></p></td>
554
 
<td>the return location for an allocated <span class="type">GError</span>, or <span class="symbol">NULL</span> to ignore errors.
 
554
<td>the return location for an allocated <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a>, or <span class="symbol">NULL</span> to ignore errors.
555
555
</td>
556
556
</tr>
557
557
<tr>
570
570
<hr>
571
571
<div class="refsect2">
572
572
<a name="gconf-value-copy"></a><h3>gconf_value_copy ()</h3>
573
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         gconf_value_copy                    (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *src</code></em>);</pre>
 
573
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        gconf_value_copy                    (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *src</code></em>);</pre>
574
574
<p>
575
575
Copies a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a>. The copy is a deep copy, that is, any allocated
576
576
memory inside the <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> will also be copied.
612
612
<div class="refsect2">
613
613
<a name="gconf-value-set-int"></a><h3>gconf_value_set_int ()</h3>
614
614
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_value_set_int                 (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
615
 
                                                         <em class="parameter"><code><span class="type">gint</span> the_int</code></em>);</pre>
 
615
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> the_int</code></em>);</pre>
616
616
<p>
617
617
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-INT:CAPS"><code class="literal">GCONF_VALUE_INT</code></a>.
618
618
</p>
636
636
<div class="refsect2">
637
637
<a name="gconf-value-set-string"></a><h3>gconf_value_set_string ()</h3>
638
638
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_value_set_string              (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
639
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *the_str</code></em>);</pre>
 
639
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *the_str</code></em>);</pre>
640
640
<p>
641
641
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type
642
642
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-STRING:CAPS"><code class="literal">GCONF_VALUE_STRING</code></a>. <em class="parameter"><code>the_str</code></em> is copied.
661
661
<div class="refsect2">
662
662
<a name="gconf-value-set-float"></a><h3>gconf_value_set_float ()</h3>
663
663
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_value_set_float               (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
664
 
                                                         <em class="parameter"><code><span class="type">gdouble</span> the_float</code></em>);</pre>
 
664
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gdouble"><span class="type">gdouble</span></a> the_float</code></em>);</pre>
665
665
<p>
666
666
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type
667
667
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-FLOAT:CAPS"><code class="literal">GCONF_VALUE_FLOAT</code></a>.
686
686
<div class="refsect2">
687
687
<a name="gconf-value-set-bool"></a><h3>gconf_value_set_bool ()</h3>
688
688
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_value_set_bool                (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
689
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> the_bool</code></em>);</pre>
 
689
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> the_bool</code></em>);</pre>
690
690
<p>
691
691
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type
692
692
<a class="link" href="gconf-gconf-value.html#GCONF-VALUE-BOOL:CAPS"><code class="literal">GCONF_VALUE_BOOL</code></a>.
897
897
<div class="refsect2">
898
898
<a name="gconf-value-set-list-nocopy"></a><h3>gconf_value_set_list_nocopy ()</h3>
899
899
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_value_set_list_nocopy         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
900
 
                                                         <em class="parameter"><code><span class="type">GSList</span> *list</code></em>);</pre>
 
900
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>);</pre>
901
901
<p>
902
902
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-LIST:CAPS"><code class="literal">GCONF_VALUE_LIST</code></a>.  The
903
 
<em class="parameter"><code>list</code></em> argument should be a <span class="type">GSList</span> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a>. Each <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> in
 
903
<em class="parameter"><code>list</code></em> argument should be a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a>. Each <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> in
904
904
the list must have the same type, and this type must be specified in
905
905
advance with <a class="link" href="gconf-gconf-value.html#gconf-value-set-list-type" title="gconf_value_set_list_type ()"><code class="function">gconf_value_set_list_type()</code></a>. This function does
906
906
<span class="emphasis"><em>not</em></span> copy the list; the <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> will take
918
918
</tr>
919
919
<tr>
920
920
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
921
 
<td>the <span class="type">GSList</span> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> to set as the list value.
 
921
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> to set as the list value.
922
922
</td>
923
923
</tr>
924
924
</tbody>
928
928
<div class="refsect2">
929
929
<a name="gconf-value-set-list"></a><h3>gconf_value_set_list ()</h3>
930
930
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_value_set_list                (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>,
931
 
                                                         <em class="parameter"><code><span class="type">GSList</span> *list</code></em>);</pre>
 
931
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>);</pre>
932
932
<p>
933
933
Sets the value of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> with type <a class="link" href="gconf-gconf-value.html#GCONF-VALUE-LIST:CAPS"><code class="literal">GCONF_VALUE_LIST</code></a>.  The
934
 
<em class="parameter"><code>list</code></em> argument should be a <span class="type">GSList</span> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a>. Each <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> in
 
934
<em class="parameter"><code>list</code></em> argument should be a <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a>. Each <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> in
935
935
the list must have the same type, and this type must be specified in
936
936
advance with <a class="link" href="gconf-gconf-value.html#gconf-value-set-list-type" title="gconf_value_set_list_type ()"><code class="function">gconf_value_set_list_type()</code></a>. This function copies the
937
937
list; it will not modify the <em class="parameter"><code>list</code></em> argument.
946
946
</tr>
947
947
<tr>
948
948
<td><p><span class="term"><em class="parameter"><code>list</code></em> :</span></p></td>
949
 
<td>the <span class="type">GSList</span> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> to set as the list value.
 
949
<td>the <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> to set as the list value.
950
950
</td>
951
951
</tr>
952
952
</tbody>
955
955
<hr>
956
956
<div class="refsect2">
957
957
<a name="gconf-value-to-string"></a><h3>gconf_value_to_string ()</h3>
958
 
<pre class="programlisting"><span class="returnvalue">gchar</span>*              gconf_value_to_string               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
 
958
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             gconf_value_to_string               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *value</code></em>);</pre>
959
959
<p>
960
960
Creates a human-readable string representation of a <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a>. This
961
961
is intended for debugging and the like; the string representation is
963
963
this function to save a value to a file or anything like that). The
964
964
exact nature of the string representation may change in future
965
965
versions. The returned string is newly-allocated and must be freed
966
 
with <code class="function">g_free()</code>.
 
966
with <a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a>.
967
967
</p>
968
968
<div class="variablelist"><table border="0">
969
969
<col align="left" valign="top">
996
996
<hr>
997
997
<div class="refsect2">
998
998
<a name="gconf-meta-info-new"></a><h3>gconf_meta_info_new ()</h3>
999
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="returnvalue">GConfMetaInfo</span></a>*      gconf_meta_info_new                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
999
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="returnvalue">GConfMetaInfo</span></a> *     gconf_meta_info_new                 (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
1000
1000
<p>
1001
1001
Creates a new <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> structure and returns the newly allocated
1002
1002
<a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.
1029
1029
<hr>
1030
1030
<div class="refsect2">
1031
1031
<a name="gconf-meta-info-get-schema"></a><h3>gconf_meta_info_get_schema ()</h3>
1032
 
<pre class="programlisting">const <span class="returnvalue">char</span>*         gconf_meta_info_get_schema          (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
 
1032
<pre class="programlisting">const <span class="returnvalue">char</span> *        gconf_meta_info_get_schema          (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
1033
1033
<p>
1034
1034
Returns the schema field of the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a>.
1035
1035
</p>
1052
1052
<hr>
1053
1053
<div class="refsect2">
1054
1054
<a name="gconf-meta-info-get-mod-user"></a><h3>gconf_meta_info_get_mod_user ()</h3>
1055
 
<pre class="programlisting">const <span class="returnvalue">char</span>*         gconf_meta_info_get_mod_user        (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
 
1055
<pre class="programlisting">const <span class="returnvalue">char</span> *        gconf_meta_info_get_mod_user        (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
1056
1056
<p>
1057
1057
Returns the user owning the daemon that made the last modification of the key.
1058
1058
</p>
1075
1075
<hr>
1076
1076
<div class="refsect2">
1077
1077
<a name="gconf-meta-info-mod-time"></a><h3>gconf_meta_info_mod_time ()</h3>
1078
 
<pre class="programlisting"><span class="returnvalue">GTime</span>               gconf_meta_info_mod_time            (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
 
1078
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTime"><span class="returnvalue">GTime</span></a>               gconf_meta_info_mod_time            (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>);</pre>
1079
1079
<p>
1080
1080
Returns the last modification time of the key.
1081
1081
</p>
1089
1089
</tr>
1090
1090
<tr>
1091
1091
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1092
 
<td>the mod_time, a <span class="type">GTime</span> value.
 
1092
<td>the mod_time, a <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTime"><span class="type">GTime</span></a> value.
1093
1093
</td>
1094
1094
</tr>
1095
1095
</tbody>
1099
1099
<div class="refsect2">
1100
1100
<a name="gconf-meta-info-set-schema"></a><h3>gconf_meta_info_set_schema ()</h3>
1101
1101
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_meta_info_set_schema          (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>,
1102
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *schema_name</code></em>);</pre>
 
1102
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *schema_name</code></em>);</pre>
1103
1103
<p>
1104
1104
Sets the schema_name field of the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> to the name passed.
1105
1105
</p>
1123
1123
<div class="refsect2">
1124
1124
<a name="gconf-meta-info-set-mod-user"></a><h3>gconf_meta_info_set_mod_user ()</h3>
1125
1125
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_meta_info_set_mod_user        (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>,
1126
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *mod_user</code></em>);</pre>
 
1126
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *mod_user</code></em>);</pre>
1127
1127
<p>
1128
1128
Sets the mod_user field of the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> to the user name passed.
1129
1129
</p>
1147
1147
<div class="refsect2">
1148
1148
<a name="gconf-meta-info-set-mod-time"></a><h3>gconf_meta_info_set_mod_time ()</h3>
1149
1149
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_meta_info_set_mod_time        (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> *gcmi</code></em>,
1150
 
                                                         <em class="parameter"><code><span class="type">GTime</span> mod_time</code></em>);</pre>
 
1150
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTime"><span class="type">GTime</span></a> mod_time</code></em>);</pre>
1151
1151
<p>
1152
1152
Sets the mod_last field of the <a class="link" href="gconf-gconf-value.html#GConfMetaInfo" title="GConfMetaInfo"><span class="type">GConfMetaInfo</span></a> to the mod_time passed.
1153
1153
</p>
1161
1161
</tr>
1162
1162
<tr>
1163
1163
<td><p><span class="term"><em class="parameter"><code>mod_time</code></em> :</span></p></td>
1164
 
<td>a <span class="type">GTime</span>.
 
1164
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GTime"><span class="type">GTime</span></a>.
1165
1165
</td>
1166
1166
</tr>
1167
1167
</tbody>
1208
1208
<hr>
1209
1209
<div class="refsect2">
1210
1210
<a name="gconf-entry-get-key"></a><h3>gconf_entry_get_key ()</h3>
1211
 
<pre class="programlisting">const <span class="returnvalue">char</span>*         gconf_entry_get_key                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
 
1211
<pre class="programlisting">const <span class="returnvalue">char</span> *        gconf_entry_get_key                 (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
1212
1212
<p>
1213
1213
Accesses the <em class="parameter"><code>key</code></em> field of a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a>. The returned key is not a
1214
1214
copy, and should not be freed or modified.
1232
1232
<hr>
1233
1233
<div class="refsect2">
1234
1234
<a name="gconf-entry-get-value"></a><h3>gconf_entry_get_value ()</h3>
1235
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         gconf_entry_get_value               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
 
1235
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        gconf_entry_get_value               (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
1236
1236
<p>
1237
1237
Accesses the <em class="parameter"><code>value</code></em> field of a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a>. The returned value is not
1238
1238
a copy, and should not be freed or modified. If you have called
1258
1258
<hr>
1259
1259
<div class="refsect2">
1260
1260
<a name="gconf-entry-get-schema-name"></a><h3>gconf_entry_get_schema_name ()</h3>
1261
 
<pre class="programlisting">const <span class="returnvalue">char</span>*         gconf_entry_get_schema_name         (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
 
1261
<pre class="programlisting">const <span class="returnvalue">char</span> *        gconf_entry_get_schema_name         (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
1262
1262
<p>
1263
1263
Returns the schema_name field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a>.
1264
1264
</p>
1281
1281
<hr>
1282
1282
<div class="refsect2">
1283
1283
<a name="gconf-entry-get-is-default"></a><h3>gconf_entry_get_is_default ()</h3>
1284
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gconf_entry_get_is_default          (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
 
1284
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gconf_entry_get_is_default          (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
1285
1285
<p>
1286
1286
Returns the is_default field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> , a gboolean value.
1287
1287
</p>
1295
1295
</tr>
1296
1296
<tr>
1297
1297
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1298
 
<td>a <span class="type">gboolean</span> value.
 
1298
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.
1299
1299
</td>
1300
1300
</tr>
1301
1301
</tbody>
1304
1304
<hr>
1305
1305
<div class="refsect2">
1306
1306
<a name="gconf-entry-get-is-writable"></a><h3>gconf_entry_get_is_writable ()</h3>
1307
 
<pre class="programlisting"><span class="returnvalue">gboolean</span>            gconf_entry_get_is_writable         (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
 
1307
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            gconf_entry_get_is_writable         (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
1308
1308
<p>
1309
1309
Returns the is_writable field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a>, a gboolean value.
1310
1310
</p>
1318
1318
</tr>
1319
1319
<tr>
1320
1320
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
1321
 
<td>a <span class="type">gboolean</span> value.
 
1321
<td>a <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> value.
1322
1322
</td>
1323
1323
</tr>
1324
1324
</tbody>
1327
1327
<hr>
1328
1328
<div class="refsect2">
1329
1329
<a name="gconf-entry-new"></a><h3>gconf_entry_new ()</h3>
1330
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a>*         gconf_entry_new                     (<em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>,
 
1330
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        gconf_entry_new                     (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
1331
1331
                                                         <em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);</pre>
1332
1332
<p>
1333
1333
Creates a new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> with key <em class="parameter"><code>key</code></em> and value <em class="parameter"><code>val</code></em> calling <a class="link" href="gconf-gconf-value.html#gconf-entry-new-nocopy" title="gconf_entry_new_nocopy ()"><code class="function">gconf_entry_new_nocopy()</code></a>.
1356
1356
<hr>
1357
1357
<div class="refsect2">
1358
1358
<a name="gconf-entry-new-nocopy"></a><h3>gconf_entry_new_nocopy ()</h3>
1359
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a>*         gconf_entry_new_nocopy              (<em class="parameter"><code><span class="type">gchar</span> *key</code></em>,
 
1359
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        gconf_entry_new_nocopy              (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
1360
1360
                                                         <em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="type">GConfValue</span></a> *val</code></em>);</pre>
1361
1361
<p>
1362
1362
Creates a new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> with key <em class="parameter"><code>key</code></em> and value <em class="parameter"><code>val</code></em>. <em class="parameter"><code>key</code></em> should be a full
1363
1363
path to the key, starting with '/'. Neither the key nor the value is copied;
1364
1364
both are freed when the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> is freed. The string will be freed with
1365
 
<code class="function">g_free()</code> so should be allocated with a GLib function, not <code class="function">malloc()</code>.
 
1365
<a href="http://library.gnome.org/devel/glib/unstable/glib-Memory-Allocation.html#g-free"><code class="function">g_free()</code></a> so should be allocated with a GLib function, not <code class="function">malloc()</code>.
1366
1366
</p>
1367
1367
<div class="variablelist"><table border="0">
1368
1368
<col align="left" valign="top">
1388
1388
<hr>
1389
1389
<div class="refsect2">
1390
1390
<a name="gconf-entry-copy"></a><h3>gconf_entry_copy ()</h3>
1391
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a>*         gconf_entry_copy                    (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *src</code></em>);</pre>
 
1391
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="returnvalue">GConfEntry</span></a> *        gconf_entry_copy                    (<em class="parameter"><code>const <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *src</code></em>);</pre>
1392
1392
<p>
1393
1393
Copies the fields of an existing <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> and returns the new <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a>.
1394
1394
</p>
1464
1464
<hr>
1465
1465
<div class="refsect2">
1466
1466
<a name="gconf-entry-steal-value"></a><h3>gconf_entry_steal_value ()</h3>
1467
 
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a>*         gconf_entry_steal_value             (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
 
1467
<pre class="programlisting"><a class="link" href="gconf-gconf-value.html#GConfValue" title="GConfValue"><span class="returnvalue">GConfValue</span></a> *        gconf_entry_steal_value             (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>);</pre>
1468
1468
<p>
1469
1469
Extracts the value from a <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a>, leaving the <em class="parameter"><code>value</code></em> field in
1470
1470
<a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> set to <span class="symbol">NULL</span>. Destroying the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a>
1539
1539
<div class="refsect2">
1540
1540
<a name="gconf-entry-set-schema-name"></a><h3>gconf_entry_set_schema_name ()</h3>
1541
1541
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_entry_set_schema_name         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
1542
 
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *name</code></em>);</pre>
 
1542
                                                         <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);</pre>
1543
1543
<p>
1544
1544
Sets the schema_name field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> to the name passed after freeing
1545
1545
the already existing name.
1564
1564
<div class="refsect2">
1565
1565
<a name="gconf-entry-set-is-default"></a><h3>gconf_entry_set_is_default ()</h3>
1566
1566
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_entry_set_is_default          (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
1567
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> is_default</code></em>);</pre>
 
1567
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_default</code></em>);</pre>
1568
1568
<p>
1569
1569
Sets the is_default field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> to the boolean value passed.
1570
1570
</p>
1588
1588
<div class="refsect2">
1589
1589
<a name="gconf-entry-set-is-writable"></a><h3>gconf_entry_set_is_writable ()</h3>
1590
1590
<pre class="programlisting"><span class="returnvalue">void</span>                gconf_entry_set_is_writable         (<em class="parameter"><code><a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> *entry</code></em>,
1591
 
                                                         <em class="parameter"><code><span class="type">gboolean</span> is_writable</code></em>);</pre>
 
1591
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_writable</code></em>);</pre>
1592
1592
<p>
1593
1593
Sets the is_writable field of the <a class="link" href="gconf-gconf-value.html#GConfEntry" title="GConfEntry"><span class="type">GConfEntry</span></a> to the boolean value passed.
1594
1594
</p>