Next:
Gnome2::PanelApplet::index
Previous:
Gnome2::PanelApplet::Factory
 [Gtk2-Perl - Table of Contents][Gtk2-Perl - Index]

Gnome2::PanelApplet::GConf



NAME

Gnome2::PanelApplet::GConf

METHODS

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

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

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

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

string = $applet->gconf_get_full_key ($key)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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.


[Top] Generated by Marek::Pod::HTML 0.49 on Wed Dec 16 22:58:43 2009