Xfconf

Section: User Contributed Perl Documentation (3)
Updated: 2019-05-20
Page Index
 

NAME

Xfconf - Perl interface to the Xfconf configuration system.  

SYNOPSIS

  use Xfce4::Xfconf;
  
  my $channel = Xfce4::Xfconf::Channel->new('FooChannel');
  my $value = $channel->get_string('/general/foo-property');

 

ABSTRACT

Perl bindings to the Xfconf confgiuration system. This module allows you to access settings stored in Xfconf using perl.  

DESCRIPTION

The Xfce4::Xfconf module allows perl developers to make use of the Xfconf configuration system to store and retrieve settings for perl applications. Learn more about Xfce and Xfconf at http://xfce.org/.

The Xfconf API reference is very useful when writing apps using xfconf-perl. The call signatures will not always be identical, but one can get a good idea of what the different functions and classes do: http://mocha.xfce.org/~kelnos/xfconf/docs-current/

To discuss xfconf-perl, please join the Xfce Development Discussion list. Instructions can be found at http://foo-projects.org/mailman/listinfo/xfce4-dev

Finally, the xfconf-perl website is located at: http://xfce.org/  

AUTHORS

  Brian Tarricone <bjt23@cornell.edu>

 

COPYRIGHT AND LICENSE

Copyright (c) 2008 Brian Tarricone <bjt23@cornell.edu>.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307 USA.


 

Index

NAME
SYNOPSIS
ABSTRACT
DESCRIPTION
AUTHORS
COPYRIGHT AND LICENSE