Unix and Linux Discussions Tagged with path |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
2 |
4,141 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
4,792 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
7,072 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
8,306 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
4,986 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
10,805 |
Linux |
|
|
|
2 |
4,144 |
UNIX for Beginners Questions & Answers |
|
|
|
7 |
25,391 |
Programming |
|
|
|
5 |
4,752 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
14,180 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
17,922 |
Shell Programming and Scripting |
|
|
|
6 |
8,651 |
Shell Programming and Scripting |
|
|
|
6 |
7,082 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
2,131 |
UNIX for Beginners Questions & Answers |
|
|
|
10 |
11,697 |
Shell Programming and Scripting |
|
|
|
4 |
11,292 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
4,638 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
6,858 |
Shell Programming and Scripting |
|
|
|
2 |
3,035 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
19,795 |
AIX |
|
|
|
4 |
4,581 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,282 |
UNIX for Beginners Questions & Answers |
|
|
|
5 |
7,690 |
UNIX for Advanced & Expert Users |
|
|
|
15 |
9,397 |
Shell Programming and Scripting |
|
|
|
9 |
7,691 |
Shell Programming and Scripting |
|
|
|
2 |
3,028 |
Solaris |
|
|
|
29 |
8,966 |
Shell Programming and Scripting |
|
|
|
12 |
4,192 |
Shell Programming and Scripting |
|
|
|
7 |
5,054 |
Shell Programming and Scripting |
|
|
|
2 |
2,628 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,527 |
Web Development |
|
|
|
8 |
3,984 |
Shell Programming and Scripting |
|
|
|
3 |
2,246 |
Shell Programming and Scripting |
|
|
|
5 |
5,318 |
Solaris |
|
|
|
10 |
4,234 |
Shell Programming and Scripting |
|
|
|
4 |
6,978 |
Shell Programming and Scripting |
|
|
|
5 |
7,425 |
Programming |
|
|
|
8 |
2,864 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,643 |
Shell Programming and Scripting |
|
|
|
3 |
3,126 |
Red Hat |
Gnome2::Config(3pm) User Contributed Perl Documentation Gnome2::Config(3pm)
NAME
Gnome2::Config
METHODS
boolean = Gnome2::Config->get_bool ($path)
o $path (string)
boolean = Gnome2::Config::Private->get_bool ($path)
o $path (string)
Gnome2::Config->set_bool ($path, $value)
o $path (string)
o $value (boolean)
Gnome2::Config::Private->set_bool ($path, $value)
o $path (string)
o $value (boolean)
list = Gnome2::Config->get_bool_with_default ($path)
o $path (string)
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_bool_with_default ($path)
o $path (string)
Gnome2::Config->clean_file ($path)
o $path (string)
Gnome2::Config::Private->clean_file ($path)
o $path (string)
Gnome2::Config->clean_key ($path)
o $path (string)
Gnome2::Config::Private->clean_key ($path)
o $path (string)
Gnome2::Config->clean_section ($path)
o $path (string)
Gnome2::Config::Private->clean_section ($path)
o $path (string)
Gnome2::Config->drop_all
Gnome2::Config->drop_file ($path)
o $path (string)
Gnome2::Config::Private->drop_file ($path)
o $path (string)
double = Gnome2::Config->get_float ($path)
o $path (string)
double = Gnome2::Config::Private->get_float ($path)
o $path (string)
Gnome2::Config->set_float ($path, $value)
o $path (string)
o $value (double)
Gnome2::Config::Private->set_float ($path, $value)
o $path (string)
o $value (double)
list = Gnome2::Config->get_float_with_default ($path)
o $path (string)
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_float_with_default ($path)
o $path (string)
boolean = Gnome2::Config->has_section ($path)
o $path (string)
boolean = Gnome2::Config::Private->has_section ($path)
o $path (string)
scalar = Gnome2::Config->init_iterator ($path)
o $path (string)
scalar = Gnome2::Config::Private->init_iterator ($path)
o $path (string)
scalar = Gnome2::Config->init_iterator_sections ($path)
o $path (string)
scalar = Gnome2::Config::Private->init_iterator_sections ($path)
o $path (string)
integer = Gnome2::Config->get_int ($path)
o $path (string)
integer = Gnome2::Config::Private->get_int ($path)
o $path (string)
Gnome2::Config->set_int ($path, $value)
o $path (string)
o $value (integer)
Gnome2::Config::Private->set_int ($path, $value)
o $path (string)
o $value (integer)
list = Gnome2::Config->get_int_with_default ($path)
o $path (string)
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_int_with_default ($path)
o $path (string)
Gnome2::Config->pop_prefix
Gnome2::Config->push_prefix ($path)
o $path (string)
string = Gnome2::Config->get_real_path ($path)
o $path (string)
string = Gnome2::Config::Private->get_real_path ($path)
o $path (string)
string = Gnome2::Config->get_string ($path)
o $path (string)
string = Gnome2::Config::Private->get_string ($path)
o $path (string)
Gnome2::Config->set_string ($path, $value)
o $path (string)
o $value (string)
Gnome2::Config::Private->set_string ($path, $value)
o $path (string)
o $value (string)
list = Gnome2::Config->get_string_with_default ($path)
o $path (string)
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_string_with_default ($path)
o $path (string)
boolean = Gnome2::Config->sync
boolean = Gnome2::Config->sync_file ($path)
o $path (string)
boolean = Gnome2::Config::Private->sync_file ($path)
o $path (string)
string = Gnome2::Config->get_translated_string ($path)
o $path (string)
string = Gnome2::Config::Private->get_translated_string ($path)
o $path (string)
Gnome2::Config->set_translated_string ($path, $value)
o $path (string)
o $value (string)
Gnome2::Config::Private->set_translated_string ($path, $value)
o $path (string)
o $value (string)
list = Gnome2::Config->get_translated_string_with_default ($path)
o $path (string)
list = Gnome2::Config::Private->get_translated_string_with_default ($path)
o $path (string)
scalar = Gnome2::Config->get_vector ($path)
o $path (string)
scalar = Gnome2::Config::Private->get_vector ($path)
o $path (string)
Gnome2::Config->set_vector ($path, $value)
o $path (string)
o $value (scalar)
Gnome2::Config::Private->set_vector ($path, $value)
o $path (string)
o $value (scalar)
list = Gnome2::Config->get_vector_with_default ($path)
o $path (string)
Returns a boolean indicating whether the default was used and the actual value.
list = Gnome2::Config::Private->get_vector_with_default ($path)
o $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.
perl v5.14.2 2011-11-16 Gnome2::Config(3pm)