Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 00f412dee87984fe9c31cb95c8f6e15c > files > 69

gconfmm2.6-doc-2.22.0-1mdv2008.1.x86_64.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>gconfmm: value.h Source File</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.5 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li><a href="classes.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
<h1>value.h</h1><a href="value_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">// -*- c++ -*-</span>
<a name="l00002"></a>00002 <span class="comment">// Generated by gtkmmproc -- DO NOT MODIFY!</span>
<a name="l00003"></a>00003 <span class="preprocessor">#ifndef _GCONFMM_VALUE_H</span>
<a name="l00004"></a>00004 <span class="preprocessor"></span><span class="preprocessor">#define _GCONFMM_VALUE_H</span>
<a name="l00005"></a>00005 <span class="preprocessor"></span>
<a name="l00006"></a>00006 
<a name="l00007"></a>00007 <span class="preprocessor">#include &lt;glibmm.h&gt;</span>
<a name="l00008"></a>00008 
<a name="l00009"></a>00009 <span class="comment">// -*- Mode: C++; c-basic-offset: 4  -*-</span>
<a name="l00010"></a>00010 <span class="comment">/* $Id: value.hg,v 1.3 2004/12/12 22:04:01 murrayc Exp $ */</span>
<a name="l00011"></a>00011 
<a name="l00012"></a>00012 <span class="comment">/* value.hg</span>
<a name="l00013"></a>00013 <span class="comment"> * </span>
<a name="l00014"></a>00014 <span class="comment"> * Copyright (C) 2000-2002 GConfmm Development Team</span>
<a name="l00015"></a>00015 <span class="comment"> *</span>
<a name="l00016"></a>00016 <span class="comment"> * This library is free software; you can redistribute it and/or</span>
<a name="l00017"></a>00017 <span class="comment"> * modify it under the terms of the GNU Library General Public</span>
<a name="l00018"></a>00018 <span class="comment"> * License as published by the Free Software Foundation; either</span>
<a name="l00019"></a>00019 <span class="comment"> * version 2 of the License, or (at your option) any later version.</span>
<a name="l00020"></a>00020 <span class="comment"> *</span>
<a name="l00021"></a>00021 <span class="comment"> * This library is distributed in the hope that it will be useful,</span>
<a name="l00022"></a>00022 <span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00023"></a>00023 <span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span>
<a name="l00024"></a>00024 <span class="comment"> * Library General Public License for more details.</span>
<a name="l00025"></a>00025 <span class="comment"> *</span>
<a name="l00026"></a>00026 <span class="comment"> * You should have received a copy of the GNU Library General Public</span>
<a name="l00027"></a>00027 <span class="comment"> * License along with this library; if not, write to the Free</span>
<a name="l00028"></a>00028 <span class="comment"> * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.</span>
<a name="l00029"></a>00029 <span class="comment"> */</span>
<a name="l00030"></a>00030 
<a name="l00031"></a>00031 <span class="preprocessor">#include &lt;glibmm/ustring.h&gt;</span>
<a name="l00032"></a>00032 <span class="preprocessor">#include &lt;<a class="code" href="value__listhelpers_8h.html">gconfmm/value_listhelpers.h</a>&gt;</span>
<a name="l00033"></a>00033 
<a name="l00034"></a>00034 
<a name="l00035"></a>00035 <span class="keyword">namespace </span>Gnome
<a name="l00036"></a>00036 {
<a name="l00037"></a>00037 
<a name="l00038"></a>00038 <span class="keyword">namespace </span>Conf
<a name="l00039"></a>00039 {
<a name="l00040"></a>00040 
<a name="l00046"></a><a class="code" href="group__gconfmmEnums.html#g20fb20bb54017f616a098ecec72927a1">00046</a> <span class="keyword">enum</span> <a class="code" href="group__gconfmmEnums.html#g20fb20bb54017f616a098ecec72927a1">ValueType</a>
<a name="l00047"></a>00047 {
<a name="l00048"></a><a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a17b1172fee5c0abf35245e80a9073e3af">00048</a>   <a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a17b1172fee5c0abf35245e80a9073e3af">VALUE_INVALID</a>,
<a name="l00049"></a><a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a1ae76d0398a4e2c90cc5d2d259dd7c206">00049</a>   <a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a1ae76d0398a4e2c90cc5d2d259dd7c206">VALUE_STRING</a>,
<a name="l00050"></a><a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a1c601268661a4b209772c8491ad768734">00050</a>   <a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a1c601268661a4b209772c8491ad768734">VALUE_INT</a>,
<a name="l00051"></a><a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a14a0d6433997a196c9f30b37f2d210a81">00051</a>   <a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a14a0d6433997a196c9f30b37f2d210a81">VALUE_FLOAT</a>,
<a name="l00052"></a><a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a163ce621ecdf749a8d38e7c40aca38205">00052</a>   <a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a163ce621ecdf749a8d38e7c40aca38205">VALUE_BOOL</a>,
<a name="l00053"></a><a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a1a8cd13c084706ce7c62e6d3602ab30e2">00053</a>   <a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a1a8cd13c084706ce7c62e6d3602ab30e2">VALUE_SCHEMA</a>,
<a name="l00054"></a><a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a1b3a76cc787b6aec2b0d2f2f7020de925">00054</a>   <a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a1b3a76cc787b6aec2b0d2f2f7020de925">VALUE_LIST</a>,
<a name="l00055"></a><a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a12e5c07952d814f32a67bf0c8d8349153">00055</a>   <a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a12e5c07952d814f32a67bf0c8d8349153">VALUE_PAIR</a>
<a name="l00056"></a>00056 };
<a name="l00057"></a>00057 
<a name="l00058"></a>00058 } <span class="comment">// namespace Conf</span>
<a name="l00059"></a>00059 
<a name="l00060"></a>00060 } <span class="comment">// namespace Gnome</span>
<a name="l00061"></a>00061 
<a name="l00062"></a>00062 
<a name="l00063"></a>00063 <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span><span class="keyword">namespace </span>Glib
<a name="l00065"></a>00065 {
<a name="l00066"></a>00066 
<a name="l00067"></a>00067 <span class="keyword">template</span> &lt;&gt;
<a name="l00068"></a>00068 <span class="keyword">class </span>Value&lt;Gnome::Conf::<a class="code" href="group__gconfmmEnums.html#g20fb20bb54017f616a098ecec72927a1">ValueType</a>&gt; : <span class="keyword">public</span> Glib::Value_Enum&lt;Gnome::Conf::ValueType&gt;
<a name="l00069"></a>00069 {
<a name="l00070"></a>00070 <span class="keyword">public</span>:
<a name="l00071"></a>00071   <span class="keyword">static</span> GType value_type() G_GNUC_CONST;
<a name="l00072"></a>00072 };
<a name="l00073"></a>00073 
<a name="l00074"></a>00074 } <span class="comment">// namespace Glib</span>
<a name="l00075"></a>00075 <span class="preprocessor">#endif </span><span class="comment">/* DOXYGEN_SHOULD_SKIP_THIS */</span>
<a name="l00076"></a>00076 
<a name="l00077"></a>00077 
<a name="l00078"></a>00078 <span class="keyword">namespace </span>Gnome
<a name="l00079"></a>00079 {
<a name="l00080"></a>00080 
<a name="l00081"></a>00081 <span class="keyword">namespace </span>Conf
<a name="l00082"></a>00082 {
<a name="l00083"></a>00083 
<a name="l00084"></a>00084 
<a name="l00085"></a><a class="code" href="namespaceGnome_1_1Conf.html#53532813345d00a4ddcd4018ac33092d">00085</a> <span class="keyword">typedef</span> std::pair&lt;Value, Value&gt; <a class="code" href="namespaceGnome_1_1Conf.html#53532813345d00a4ddcd4018ac33092d">ValuePair</a>;    
<a name="l00086"></a><a class="code" href="namespaceGnome_1_1Conf.html#285693631ab6667a2bcf7a4ecbfd2808">00086</a> <span class="keyword">typedef</span> std::pair&lt;ValueType, ValueType&gt; <a class="code" href="namespaceGnome_1_1Conf.html#285693631ab6667a2bcf7a4ecbfd2808">ValueTypePair</a>;
<a name="l00087"></a>00087 
<a name="l00107"></a><a class="code" href="classGnome_1_1Conf_1_1Value.html">00107</a> <span class="keyword">class </span><a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Value</a> 
<a name="l00108"></a>00108 {
<a name="l00109"></a>00109   <span class="keyword">public</span>:
<a name="l00110"></a>00110 <span class="preprocessor">#ifndef DOXYGEN_SHOULD_SKIP_THIS</span>
<a name="l00111"></a>00111 <span class="preprocessor"></span>  <span class="keyword">typedef</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Value</a> CppObjectType;
<a name="l00112"></a>00112   <span class="keyword">typedef</span> <a class="code" href="value__listhelpers_8h.html#e67b1074c428a8fff32bc6a4723ff506">GConfValue</a> BaseObjectType;
<a name="l00113"></a>00113 <span class="preprocessor">#endif </span><span class="comment">/* DOXYGEN_SHOULD_SKIP_THIS */</span>
<a name="l00114"></a>00114 
<a name="l00115"></a>00115 
<a name="l00116"></a>00116   <span class="comment">// Use make_a_copy=true when getting it directly from a struct.</span>
<a name="l00117"></a>00117   <span class="keyword">explicit</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#cb0c2f82bf9dd85f24598d292033bb0d">Value</a>(<a class="code" href="value__listhelpers_8h.html#e67b1074c428a8fff32bc6a4723ff506">GConfValue</a>* castitem, <span class="keywordtype">bool</span> make_a_copy = <span class="keyword">false</span>);
<a name="l00118"></a>00118 
<a name="l00119"></a>00119   <a class="code" href="classGnome_1_1Conf_1_1Value.html#cb0c2f82bf9dd85f24598d292033bb0d">Value</a>(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Value</a>&amp; src);
<a name="l00120"></a>00120   <a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Value</a>&amp; <a class="code" href="classGnome_1_1Conf_1_1Value.html#0ee044d4a39026b8fdc83a8186b62775">operator=</a>(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Value</a>&amp; src);
<a name="l00121"></a>00121 
<a name="l00122"></a>00122   <a class="code" href="classGnome_1_1Conf_1_1Value.html#5ee8070008b29d6aa3adf5cb6518df56">~Value</a>();
<a name="l00123"></a>00123 
<a name="l00124"></a><a class="code" href="classGnome_1_1Conf_1_1Value.html#64a706d96cf56e45493d62af2de8e030">00124</a>   <a class="code" href="value__listhelpers_8h.html#e67b1074c428a8fff32bc6a4723ff506">GConfValue</a>*       <a class="code" href="classGnome_1_1Conf_1_1Value.html#64a706d96cf56e45493d62af2de8e030">gobj</a>()       { <span class="keywordflow">return</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#3e545e5eab3bb4c21281aede72376c3b">gobject_</a>; }
<a name="l00125"></a><a class="code" href="classGnome_1_1Conf_1_1Value.html#3ed04516a95e2f424e68f3bd7a25def3">00125</a>   <span class="keyword">const</span> <a class="code" href="value__listhelpers_8h.html#e67b1074c428a8fff32bc6a4723ff506">GConfValue</a>* <a class="code" href="classGnome_1_1Conf_1_1Value.html#64a706d96cf56e45493d62af2de8e030">gobj</a>()<span class="keyword"> const </span>{ <span class="keywordflow">return</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#3e545e5eab3bb4c21281aede72376c3b">gobject_</a>; }
<a name="l00126"></a>00126 
<a name="l00128"></a>00128   <a class="code" href="value__listhelpers_8h.html#e67b1074c428a8fff32bc6a4723ff506">GConfValue</a>* <a class="code" href="classGnome_1_1Conf_1_1Value.html#a20c40a20038668847d808aa5f8138fe" title="Provides access to the underlying C instance. The caller is responsible for freeing...">gobj_copy</a>() <span class="keyword">const</span>;
<a name="l00129"></a>00129 
<a name="l00130"></a>00130 <span class="keyword">protected</span>:
<a name="l00131"></a><a class="code" href="classGnome_1_1Conf_1_1Value.html#3e545e5eab3bb4c21281aede72376c3b">00131</a>   <a class="code" href="value__listhelpers_8h.html#e67b1074c428a8fff32bc6a4723ff506">GConfValue</a>* <a class="code" href="classGnome_1_1Conf_1_1Value.html#3e545e5eab3bb4c21281aede72376c3b">gobject_</a>;
<a name="l00132"></a>00132 
<a name="l00133"></a>00133 <span class="keyword">private</span>:
<a name="l00134"></a>00134 
<a name="l00135"></a>00135   
<a name="l00136"></a>00136 <span class="keyword">public</span>:
<a name="l00137"></a>00137 
<a name="l00142"></a>00142   <a class="code" href="classGnome_1_1Conf_1_1Value.html#cb0c2f82bf9dd85f24598d292033bb0d">Value</a>(<a class="code" href="group__gconfmmEnums.html#g20fb20bb54017f616a098ecec72927a1">ValueType</a> type = <a class="code" href="group__gconfmmEnums.html#gg20fb20bb54017f616a098ecec72927a17b1172fee5c0abf35245e80a9073e3af">VALUE_INVALID</a>);
<a name="l00143"></a>00143 
<a name="l00147"></a>00147   <span class="keywordtype">void</span> <span class="keyword">set</span>(gint val);
<a name="l00148"></a>00148 
<a name="l00153"></a>00153   <span class="keywordtype">void</span> <span class="keyword">set</span>(gdouble val);
<a name="l00154"></a>00154 
<a name="l00157"></a>00157   <span class="keywordtype">void</span> <span class="keyword">set</span>(<span class="keywordtype">bool</span> val);
<a name="l00158"></a>00158 
<a name="l00161"></a>00161   <span class="keywordtype">void</span> <span class="keyword">set</span>(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Conf_1_1Schema.html">Schema</a>&amp; sc);
<a name="l00162"></a>00162 
<a name="l00165"></a>00165   <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#39e30c82fdab76881d8d411274aae74c" title="Set the car (in a pair, the first element) of a Value whose type is VALUE_PAIR.">set_car</a>(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Value</a>&amp; car);
<a name="l00166"></a>00166 
<a name="l00169"></a>00169   <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#fa1ae6bc950e794370fdb7c6955e07ca" title="Set the cdr (in a pair, the second element) of a Value whose type is VALUE_PAIR.">set_cdr</a>(<span class="keyword">const</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Value</a>&amp; cdr);
<a name="l00170"></a>00170 
<a name="l00173"></a>00173   <span class="keywordtype">void</span> <span class="keyword">set</span>(<span class="keyword">const</span> Glib::ustring&amp; val);
<a name="l00174"></a>00174   
<a name="l00175"></a>00175 
<a name="l00178"></a>00178   <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#057d5d8c8027990dabaf9fbae00a2537" title="Sets the type of the elements of a Value with type VALUE_LIST.">set_list_type</a>(<a class="code" href="group__gconfmmEnums.html#g20fb20bb54017f616a098ecec72927a1">ValueType</a> type);
<a name="l00179"></a>00179 
<a name="l00185"></a>00185   <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#8e4cbbfc2a605e853592da868c2eead4" title="Sets the Value to contain a list of integers.">set_int_list</a>(<span class="keyword">const</span> SListHandle_ValueInt&amp; list);
<a name="l00186"></a>00186 
<a name="l00190"></a>00190   <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#6f8b6313b7b487aa9264349ad9f98672" title="Sets the Value to contain a list of bools.">set_bool_list</a>(<span class="keyword">const</span> SListHandle_ValueBool&amp; list);
<a name="l00191"></a>00191 
<a name="l00195"></a>00195   <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#2f98753d0eff221d8eec0c2764656b9a" title="Sets the Value to contain a list of doubles.">set_float_list</a>(<span class="keyword">const</span> SListHandle_ValueFloat&amp; list);
<a name="l00196"></a>00196 
<a name="l00200"></a>00200   <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#215663f91d77cad35af3232d49a36b3a" title="Sets the Value to contain a list of strings.">set_string_list</a>(<span class="keyword">const</span> SListHandle_ValueString&amp; list);
<a name="l00201"></a>00201 
<a name="l00205"></a>00205   <span class="keywordtype">void</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#ee60d27cfad352d13d99cfecfdb190be" title="Sets the Value to contain a list of Schema.">set_schema_list</a>(<span class="keyword">const</span> SListHandle_ValueSchema&amp; list);
<a name="l00206"></a>00206   
<a name="l00207"></a>00207 
<a name="l00211"></a>00211   <a class="code" href="group__gconfmmEnums.html#g20fb20bb54017f616a098ecec72927a1">ValueType</a> <a class="code" href="classGnome_1_1Conf_1_1Value.html#27c8d797c64256a594ac457e927cfa4e" title="Get the type of the Value.">get_type</a>() <span class="keyword">const</span>;
<a name="l00212"></a>00212   
<a name="l00213"></a>00213 
<a name="l00219"></a>00219   <a class="code" href="group__gconfmmEnums.html#g20fb20bb54017f616a098ecec72927a1">ValueType</a> <a class="code" href="classGnome_1_1Conf_1_1Value.html#9c979507cd99c59592acf0f6099b14a7" title="Get the type of the list elements of the Value.">get_list_type</a>() <span class="keyword">const</span>;
<a name="l00220"></a>00220 
<a name="l00223"></a>00223   <span class="keywordtype">int</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#e713e70be42ee07b556e991ebc9c3ba5" title="Get the integer that the Value contains.">get_int</a>() <span class="keyword">const</span>;
<a name="l00224"></a>00224 
<a name="l00227"></a>00227   <span class="keywordtype">bool</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#7e45d55bacdcc7acf992d4cd0a2bce7d" title="Get the boolean that the Value contains.">get_bool</a>() <span class="keyword">const</span>;
<a name="l00228"></a>00228 
<a name="l00231"></a>00231   <span class="keywordtype">double</span> <a class="code" href="classGnome_1_1Conf_1_1Value.html#bf9a318b91ce642cb83a9de77bc772cc" title="Get the double that the Value contains.">get_float</a>() <span class="keyword">const</span>;
<a name="l00232"></a>00232 
<a name="l00235"></a>00235   Glib::ustring <a class="code" href="classGnome_1_1Conf_1_1Value.html#150f2513c6baf8842f782c5a98ff135e" title="Get the string that the Value contains.">get_string</a>() <span class="keyword">const</span>;
<a name="l00236"></a>00236   
<a name="l00237"></a>00237 
<a name="l00239"></a>00239   <a class="code" href="classGnome_1_1Conf_1_1Schema.html">Schema</a> <a class="code" href="classGnome_1_1Conf_1_1Value.html#2ed9e0bbd8f490d079c459bb3c384569" title="Get a copy of the Schema of the value.">get_schema</a>() <span class="keyword">const</span>;
<a name="l00240"></a>00240   
<a name="l00241"></a>00241 
<a name="l00243"></a>00243   <a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Value</a> <a class="code" href="classGnome_1_1Conf_1_1Value.html#a8887b5281653902c092d9b047295271" title="Get a copy of the car of a VALUE_PAIR Value.">get_car</a>() <span class="keyword">const</span>;
<a name="l00244"></a>00244 
<a name="l00246"></a>00246   <a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Value</a> <a class="code" href="classGnome_1_1Conf_1_1Value.html#2ff294a59591c01192d49ce53e968a9d" title="Get a copy of the cdr of a VALUE_PAIR Value.">get_cdr</a>() <span class="keyword">const</span>;
<a name="l00247"></a>00247 
<a name="l00257"></a>00257   SListHandle_ValueFloat  <a class="code" href="classGnome_1_1Conf_1_1Value.html#4a262a2aa81835cbe3860cd127cdfd74" title="Gets a list of doubles from the Value.">get_float_list</a>() <span class="keyword">const</span>;
<a name="l00258"></a>00258 
<a name="l00263"></a>00263   SListHandle_ValueInt    <a class="code" href="classGnome_1_1Conf_1_1Value.html#30205c3f2ab0fde1f8d6ab4964d2408f" title="Retrieves the list of integers from the Value.">get_int_list</a>() <span class="keyword">const</span>;
<a name="l00264"></a>00264 
<a name="l00269"></a>00269   SListHandle_ValueBool   <a class="code" href="classGnome_1_1Conf_1_1Value.html#34e039c984e46a4897f4ee0029dfe209" title="Retrieves the list of booleans from the Value.">get_bool_list</a>() <span class="keyword">const</span>;
<a name="l00270"></a>00270 
<a name="l00275"></a>00275   SListHandle_ValueString <a class="code" href="classGnome_1_1Conf_1_1Value.html#d5ea7e8fd838b810135f0d6f19858ddc" title="Retrieves the list of strings from the Value.">get_string_list</a>() <span class="keyword">const</span>;
<a name="l00276"></a>00276 
<a name="l00281"></a>00281   SListHandle_ValueSchema <a class="code" href="classGnome_1_1Conf_1_1Value.html#dc1d8390cbcec05ced2e317181b873f0" title="Retrieves the list of Schemas from the Value.">get_schema_list</a>() <span class="keyword">const</span>;
<a name="l00282"></a>00282 
<a name="l00288"></a>00288   Glib::ustring <a class="code" href="classGnome_1_1Conf_1_1Value.html#5c0cc371ff9d8a3fca58b0fe23dd7741" title="Convert the Value to a string.">to_string</a>() <span class="keyword">const</span>;
<a name="l00289"></a>00289 
<a name="l00290"></a>00290 
<a name="l00291"></a>00291 };
<a name="l00292"></a>00292 
<a name="l00293"></a>00293 } <span class="comment">/* namespace Conf */</span>
<a name="l00294"></a>00294 } <span class="comment">/* namespace Gnome */</span>
<a name="l00295"></a>00295 
<a name="l00296"></a>00296 
<a name="l00297"></a>00297 <span class="keyword">namespace </span>Glib
<a name="l00298"></a>00298 {
<a name="l00299"></a>00299 
<a name="l00308"></a>00308 <a class="code" href="classGnome_1_1Conf_1_1Value.html" title="Wrapper for primitive types.">Gnome::Conf::Value</a> wrap(<a class="code" href="value__listhelpers_8h.html#e67b1074c428a8fff32bc6a4723ff506">GConfValue</a>* <span class="keywordtype">object</span>, <span class="keywordtype">bool</span> take_copy = <span class="keyword">false</span>);
<a name="l00309"></a>00309 
<a name="l00310"></a>00310 } <span class="comment">// namespace Glib</span>
<a name="l00311"></a>00311 
<a name="l00312"></a>00312 
<a name="l00313"></a>00313 <span class="preprocessor">#endif </span><span class="comment">/* _GCONFMM_VALUE_H */</span>
<a name="l00314"></a>00314 
</pre></div></div>
<hr size="1"><address style="text-align: right;"><small>Generated on Sun Mar 9 14:41:20 2008 for gconfmm by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
</body>
</html>