NAME

PERL : Libconf::Glueconf::X::Gdm C/PYTHON/RUBY : X/Gdm

DESCRIPTION

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

SYNOPSIS

$gdm = new Libconf::Glueconf::X::Gdm({filename => '/etc/X11/gdm/gdm.conf'});
$gdm->{'server-Standard'}{command} = 'foo -bar 16 -nolisten udp';
$gdm->write_conf();

CONSTRUCTOR

new($options)

creates the template

$gdm = new Libconf::Glueconf::X::Gdm({
                                      .. options .. 
                                    });

the options are the same as in Libconf::Glueconf::Generic::ValuesSection, look there to have the details.

METHODS

See <Libconf::Glueconf> for general methods