Интерактивная система просмотра системных руководств (man-ов)
Gnome2::Config (3)
>> Gnome2::Config (3) ( Разные man: Библиотечные вызовы )
NAME
Gnome2::Config
METHODS
boolean = Gnome2::Config->get_bool ($path)
-
- * $path (string)
-
-
boolean = Gnome2::Config::Private->get_bool ($path)
-
- * $path (string)
-
-
Gnome2::Config->set_bool ($path, $value)
-
- * $path (string)
-
- * $value (boolean)
-
-
Gnome2::Config::Private->set_bool ($path, $value)
-
- * $path (string)
-
- * $value (boolean)
-
-
list = Gnome2::Config->get_bool_with_default ($path)
-
- * $path (string)
-
-
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_bool_with_default ($path)
-
- * $path (string)
-
-
Gnome2::Config->clean_file ($path)
-
- * $path (string)
-
-
Gnome2::Config::Private->clean_file ($path)
-
- * $path (string)
-
-
Gnome2::Config->clean_key ($path)
-
- * $path (string)
-
-
Gnome2::Config::Private->clean_key ($path)
-
- * $path (string)
-
-
Gnome2::Config->clean_section ($path)
-
- * $path (string)
-
-
Gnome2::Config::Private->clean_section ($path)
-
- * $path (string)
-
-
Gnome2::Config->drop_all
Gnome2::Config->drop_file ($path)
-
- * $path (string)
-
-
Gnome2::Config::Private->drop_file ($path)
-
- * $path (string)
-
-
double = Gnome2::Config->get_float ($path)
-
- * $path (string)
-
-
double = Gnome2::Config::Private->get_float ($path)
-
- * $path (string)
-
-
Gnome2::Config->set_float ($path, $value)
-
- * $path (string)
-
- * $value (double)
-
-
Gnome2::Config::Private->set_float ($path, $value)
-
- * $path (string)
-
- * $value (double)
-
-
list = Gnome2::Config->get_float_with_default ($path)
-
- * $path (string)
-
-
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_float_with_default ($path)
-
- * $path (string)
-
-
boolean = Gnome2::Config->has_section ($path)
-
- * $path (string)
-
-
boolean = Gnome2::Config::Private->has_section ($path)
-
- * $path (string)
-
-
scalar = Gnome2::Config->init_iterator ($path)
-
- * $path (string)
-
-
scalar = Gnome2::Config::Private->init_iterator ($path)
-
- * $path (string)
-
-
scalar = Gnome2::Config->init_iterator_sections ($path)
-
- * $path (string)
-
-
scalar = Gnome2::Config::Private->init_iterator_sections ($path)
-
- * $path (string)
-
-
integer = Gnome2::Config->get_int ($path)
-
- * $path (string)
-
-
integer = Gnome2::Config::Private->get_int ($path)
-
- * $path (string)
-
-
Gnome2::Config->set_int ($path, $value)
-
- * $path (string)
-
- * $value (integer)
-
-
Gnome2::Config::Private->set_int ($path, $value)
-
- * $path (string)
-
- * $value (integer)
-
-
list = Gnome2::Config->get_int_with_default ($path)
-
- * $path (string)
-
-
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_int_with_default ($path)
-
- * $path (string)
-
-
Gnome2::Config->pop_prefix
Gnome2::Config->push_prefix ($path)
-
- * $path (string)
-
-
string = Gnome2::Config->get_real_path ($path)
-
- * $path (string)
-
-
string = Gnome2::Config::Private->get_real_path ($path)
-
- * $path (string)
-
-
string = Gnome2::Config->get_string ($path)
-
- * $path (string)
-
-
string = Gnome2::Config::Private->get_string ($path)
-
- * $path (string)
-
-
Gnome2::Config->set_string ($path, $value)
-
- * $path (string)
-
- * $value (string)
-
-
Gnome2::Config::Private->set_string ($path, $value)
-
- * $path (string)
-
- * $value (string)
-
-
list = Gnome2::Config->get_string_with_default ($path)
-
- * $path (string)
-
-
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_string_with_default ($path)
-
- * $path (string)
-
-
boolean = Gnome2::Config->sync
boolean = Gnome2::Config->sync_file ($path)
-
- * $path (string)
-
-
boolean = Gnome2::Config::Private->sync_file ($path)
-
- * $path (string)
-
-
string = Gnome2::Config->get_translated_string ($path)
-
- * $path (string)
-
-
string = Gnome2::Config::Private->get_translated_string ($path)
-
- * $path (string)
-
-
Gnome2::Config->set_translated_string ($path, $value)
-
- * $path (string)
-
- * $value (string)
-
-
Gnome2::Config::Private->set_translated_string ($path, $value)
-
- * $path (string)
-
- * $value (string)
-
-
list = Gnome2::Config->get_translated_string_with_default ($path)
-
- * $path (string)
-
-
list = Gnome2::Config::Private->get_translated_string_with_default ($path)
-
- * $path (string)
-
-
scalar = Gnome2::Config->get_vector ($path)
-
- * $path (string)
-
-
scalar = Gnome2::Config::Private->get_vector ($path)
-
- * $path (string)
-
-
Gnome2::Config->set_vector ($path, $value)
-
- * $path (string)
-
- * $value (scalar)
-
-
Gnome2::Config::Private->set_vector ($path, $value)
-
- * $path (string)
-
- * $value (scalar)
-
-
list = Gnome2::Config->get_vector_with_default ($path)
-
- * $path (string)
-
-
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_vector_with_default ($path)
-
- * $path (string)
-
-
SEE ALSO
Gnome2
COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team.
This software is licensed under the LGPL. See Gnome2 for a full notice.
Index
- NAME
-
- METHODS
-
- boolean = Gnome2::Config->get_bool ($path)
-
- boolean = Gnome2::Config::Private->get_bool ($path)
-
- Gnome2::Config->set_bool ($path, $value)
-
- Gnome2::Config::Private->set_bool ($path, $value)
-
- list = Gnome2::Config->get_bool_with_default ($path)
-
- list = Gnome2::Config::Private->get_bool_with_default ($path)
-
- Gnome2::Config->clean_file ($path)
-
- Gnome2::Config::Private->clean_file ($path)
-
- Gnome2::Config->clean_key ($path)
-
- Gnome2::Config::Private->clean_key ($path)
-
- Gnome2::Config->clean_section ($path)
-
- Gnome2::Config::Private->clean_section ($path)
-
- Gnome2::Config->drop_all
-
- Gnome2::Config->drop_file ($path)
-
- Gnome2::Config::Private->drop_file ($path)
-
- double = Gnome2::Config->get_float ($path)
-
- double = Gnome2::Config::Private->get_float ($path)
-
- Gnome2::Config->set_float ($path, $value)
-
- Gnome2::Config::Private->set_float ($path, $value)
-
- list = Gnome2::Config->get_float_with_default ($path)
-
- list = Gnome2::Config::Private->get_float_with_default ($path)
-
- boolean = Gnome2::Config->has_section ($path)
-
- boolean = Gnome2::Config::Private->has_section ($path)
-
- scalar = Gnome2::Config->init_iterator ($path)
-
- scalar = Gnome2::Config::Private->init_iterator ($path)
-
- scalar = Gnome2::Config->init_iterator_sections ($path)
-
- scalar = Gnome2::Config::Private->init_iterator_sections ($path)
-
- integer = Gnome2::Config->get_int ($path)
-
- integer = Gnome2::Config::Private->get_int ($path)
-
- Gnome2::Config->set_int ($path, $value)
-
- Gnome2::Config::Private->set_int ($path, $value)
-
- list = Gnome2::Config->get_int_with_default ($path)
-
- list = Gnome2::Config::Private->get_int_with_default ($path)
-
- Gnome2::Config->pop_prefix
-
- Gnome2::Config->push_prefix ($path)
-
- string = Gnome2::Config->get_real_path ($path)
-
- string = Gnome2::Config::Private->get_real_path ($path)
-
- string = Gnome2::Config->get_string ($path)
-
- string = Gnome2::Config::Private->get_string ($path)
-
- Gnome2::Config->set_string ($path, $value)
-
- Gnome2::Config::Private->set_string ($path, $value)
-
- list = Gnome2::Config->get_string_with_default ($path)
-
- list = Gnome2::Config::Private->get_string_with_default ($path)
-
- boolean = Gnome2::Config->sync
-
- boolean = Gnome2::Config->sync_file ($path)
-
- boolean = Gnome2::Config::Private->sync_file ($path)
-
- string = Gnome2::Config->get_translated_string ($path)
-
- string = Gnome2::Config::Private->get_translated_string ($path)
-
- Gnome2::Config->set_translated_string ($path, $value)
-
- Gnome2::Config::Private->set_translated_string ($path, $value)
-
- list = Gnome2::Config->get_translated_string_with_default ($path)
-
- list = Gnome2::Config::Private->get_translated_string_with_default ($path)
-
- scalar = Gnome2::Config->get_vector ($path)
-
- scalar = Gnome2::Config::Private->get_vector ($path)
-
- Gnome2::Config->set_vector ($path, $value)
-
- Gnome2::Config::Private->set_vector ($path, $value)
-
- list = Gnome2::Config->get_vector_with_default ($path)
-
- list = Gnome2::Config::Private->get_vector_with_default ($path)
-
- SEE ALSO
-
- COPYRIGHT
-