Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > a918147e816a04e85f8654f72077e879 > files > 86

perl-Libconf-0.42.10-6.mga4.x86_64.rpm

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body style="background-color: white">



<ul id="index">
  <li><a href="#NAME">NAME</a></li>
  <li><a href="#DESCRIPTION">DESCRIPTION</a></li>
  <li><a href="#SYNOPSIS">SYNOPSIS</a></li>
  <li><a href="#CONSTRUCTOR">CONSTRUCTOR</a></li>
  <li><a href="#METHODS">METHODS</a></li>
</ul>

<h1 id="NAME">NAME</h1>

<p>PERL : Libconf::Glueconf::X::Gdm C/PYTHON/RUBY : X/Gdm</p>

<h1 id="DESCRIPTION">DESCRIPTION</h1>

<p>Libconf::Glueconf::X::Gdm is a template that handles the gdm and kdm configuration files</p>

<h1 id="SYNOPSIS">SYNOPSIS</h1>

<pre><code>  $gdm = new Libconf::Glueconf::X::Gdm({filename =&gt; &#39;/etc/X11/gdm/gdm.conf&#39;});
  $gdm-&gt;{&#39;server-Standard&#39;}{command} = &#39;foo -bar 16 -nolisten udp&#39;;
  $gdm-&gt;write_conf();</code></pre>

<h1 id="CONSTRUCTOR">CONSTRUCTOR</h1>

<dl>

<dt id="new-options"><b>new($options)</b></dt>
<dd>

<p>creates the template</p>

<pre><code>  $gdm = new Libconf::Glueconf::X::Gdm({
                                        .. options .. 
                                      });</code></pre>

<p>the options are the same as in <a>Libconf::Glueconf::Generic::ValuesSection</a>, look there to have the details.</p>

</dd>
</dl>

<h1 id="METHODS">METHODS</h1>

<p>See &lt;Libconf::Glueconf&gt; for general methods</p>


</body>

</html>