Gtk2-Perl

Description A set of Perl bindings for Gtk+ 2.0 and various related libraries
Gtk2-Perl > Perl Manuals > Gnome2-PanelApplet-GConf
Source

Index


NAME ^

Gnome2::PanelApplet::GConf

METHODS ^

scalar = $applet->gconf_get_bool ($key, $check_error=TRUE)

* $key (string)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

scalar = $applet->gconf_get_float ($key, $check_error=TRUE)

* $key (string)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

string = $applet->gconf_get_full_key ($key)

* $key (string)

scalar = $applet->gconf_get_int ($key, $check_error=TRUE)

* $key (string)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

list = $applet->gconf_get_list($key, $check_error=TRUE)

* $key (string)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

scalar = $applet->gconf_get_string ($key, $check_error=TRUE)

* $key (string)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

scalar = $applet->gconf_get_value ($key, $check_error=TRUE)

* $key (string)
* $check_error (boolean)

$applet->gconf_set_bool ($key, $value, $check_error=TRUE)

* $key (string)
* $value (scalar)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

$applet->gconf_set_float ($key, $value, $check_error=TRUE)

* $key (string)
* $value (scalar)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

$applet->gconf_set_int ($key, $value, $check_error=TRUE)

* $key (string)
* $value (scalar)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

$applet->gconf_set_list ($key, $list_type, $list, $check_error=TRUE)

* $key (string)
* $list_type (string)
* $list (scalar)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

$applet->gconf_set_string ($key, $value, $check_error=TRUE)

* $key (string)
* $value (scalar)
* $check_error (boolean)

May croak with a Glib::Error in $@ on failure.

$applet->gconf_set_value ($key, $value, $check_error=TRUE)

* $key (string)
* $value (scalar)
* $check_error (boolean)

SEE ALSO ^

Gnome2::PanelApplet

COPYRIGHT ^

Copyright (C) 2003, 2007 by the gtk2-perl team.

This software is licensed under the LGPL. See Gnome2::PanelApplet for a full notice.