Gnome2::PanelApplet::GConf.3pm

Langue: en

Version: 2008-01-17 (mandriva - 01/05/08)

Section: 3 (Bibliothèques de fonctions)

NAME

Gnome2::PanelApplet::GConf

METHODS


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


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)


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)


string = $applet->gconf_get_full_key ($key)

$key (string)

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


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)


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)


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)


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

$key (string)
$check_error (boolean)

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


$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)


$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)


$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)


$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)


$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)


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

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

SEE ALSO

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

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