Gnome2::GConf allows you to use the GConf configuration system inside your Perl programs, in order to store/retrieve the configuration of an application. GConf is a powerful configuration manager based on a user daemon that handles a set of key and value pairs, and notifies any changes of the value to every program that monitors those keys. GConf is used by GNOME 2.x.
The source code is available from the gtk2-perl project page on sourceforge: http://sourceforge.net/project/showfiles.php?group_id=64773&package_id=102147&release_id=380982 ...and from anonymous cvs, tagged "rel-1-02-1" in the directory /gtk2-perl-xs/Gnome2-GConf . This module requires these other modules and libraries: perl >= 5.8.0 Glib >= 1.100 (perl module and requisite C libraries) libgconf2 >= 2.0.0 (C library) To build from source, you also need: ExtUtils::Depends >= 0.2 ExtUtils::PkgConfig >= 1.03 Gtk2 >= 1.100 (perl module) Overview of changes since 1.020 =============================== * The "An Address Indicates Where It Is" release. * Wrap Gnome2::GConf::Engine::get_for_addresses. [Emmanuele] Ciao, Emmanuele. -- Emmanuele Bassi - <[EMAIL PROTECTED]> Log: http://log.emmanuelebassi.net _______________________________________________ gtk-perl-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-perl-list
