1Xfconf(3)             User Contributed Perl Documentation            Xfconf(3)
2
3
4

NAME

6       Xfconf - Perl interface to the Xfconf configuration system.
7

SYNOPSIS

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

ABSTRACT

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

DESCRIPTION

19       The Xfce4::Xfconf module allows perl developers to make use of the
20       Xfconf configuration system to store and retrieve settings for perl
21       applications.  Learn more about Xfce and Xfconf at http://xfce.org/.
22
23       The Xfconf API reference is very useful when writing apps using xfconf-
24       perl.  The call signatures will not always be identical, but one can
25       get a good idea of what the different functions and classes do:
26       http://mocha.xfce.org/~kelnos/xfconf/docs-current/
27
28       To discuss xfconf-perl, please join the Xfce Development Discussion
29       list.  Instructions can be found at
30       http://foo-projects.org/mailman/listinfo/xfce4-dev
31
32       Finally, the xfconf-perl website is located at: http://xfce.org/
33

AUTHORS

35         Brian Tarricone <bjt23@cornell.edu>
36
38       Copyright (c) 2008 Brian Tarricone <bjt23@cornell.edu>.
39
40       This library is free software; you can redistribute it and/or modify it
41       under the terms of the GNU Lesser General Public License as published
42       by the Free Software Foundation; either version 2 of the License, or
43       (at your option) any later version.
44
45       This library is distributed in the hope that it will be useful, but
46       WITHOUT ANY WARRANTY; without even the implied warranty of
47       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
48       Library General Public License for more details.
49
50       You should have received a copy of the GNU Lesser General Public
51       License along with this library; if not, write to the Free Software
52       Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307
53       USA.
54
55
56
57perl v5.28.0                      2018-10-28                         Xfconf(3)
Impressum