NAME

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

DESCRIPTION

Libconf::Glueconf::X::Xdm is a template that handles the xdm configuration file

SYNOPSIS

  $xdm = new Libconf::Glueconf::X::Xdm({ filename => '/etc/samba/smb.conf' });
  $xdm->{foo} = 'bar';
  $xdm->write_conf();

CONSTRUCTOR

new($options)

creates the template

  $xdm = new Libconf::Glueconf::X::Xdm({
                                        .. options .. 
                                      });

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

METHODS

See <Libconf::Glueconf> for general methods