1Gnome2::Config(3)     User Contributed Perl Documentation    Gnome2::Config(3)
2
3
4

NAME

6       Gnome2::Config
7

METHODS

9   boolean = Gnome2::Config->get_bool ($path)
10           ·   $path (string)
11
12   boolean = Gnome2::Config::Private->get_bool ($path)
13           ·   $path (string)
14
15   Gnome2::Config->set_bool ($path, $value)
16           ·   $path (string)
17
18           ·   $value (boolean)
19
20   Gnome2::Config::Private->set_bool ($path, $value)
21           ·   $path (string)
22
23           ·   $value (boolean)
24
25   list = Gnome2::Config->get_bool_with_default ($path)
26           ·   $path (string)
27
28           Returns a boolean indicating whether the default was used and the
29           actual value.
30
31   list = Gnome2::Config::Private->get_bool_with_default ($path)
32           ·   $path (string)
33
34   Gnome2::Config->clean_file ($path)
35           ·   $path (string)
36
37   Gnome2::Config::Private->clean_file ($path)
38           ·   $path (string)
39
40   Gnome2::Config->clean_key ($path)
41           ·   $path (string)
42
43   Gnome2::Config::Private->clean_key ($path)
44           ·   $path (string)
45
46   Gnome2::Config->clean_section ($path)
47           ·   $path (string)
48
49   Gnome2::Config::Private->clean_section ($path)
50           ·   $path (string)
51
52   Gnome2::Config->drop_all
53   Gnome2::Config->drop_file ($path)
54           ·   $path (string)
55
56   Gnome2::Config::Private->drop_file ($path)
57           ·   $path (string)
58
59   double = Gnome2::Config->get_float ($path)
60           ·   $path (string)
61
62   double = Gnome2::Config::Private->get_float ($path)
63           ·   $path (string)
64
65   Gnome2::Config->set_float ($path, $value)
66           ·   $path (string)
67
68           ·   $value (double)
69
70   Gnome2::Config::Private->set_float ($path, $value)
71           ·   $path (string)
72
73           ·   $value (double)
74
75   list = Gnome2::Config->get_float_with_default ($path)
76           ·   $path (string)
77
78           Returns a boolean indicating whether the default was used and the
79           actual value.
80
81   list = Gnome2::Config::Private->get_float_with_default ($path)
82           ·   $path (string)
83
84   boolean = Gnome2::Config->has_section ($path)
85           ·   $path (string)
86
87   boolean = Gnome2::Config::Private->has_section ($path)
88           ·   $path (string)
89
90   scalar = Gnome2::Config->init_iterator ($path)
91           ·   $path (string)
92
93   scalar = Gnome2::Config::Private->init_iterator ($path)
94           ·   $path (string)
95
96   scalar = Gnome2::Config->init_iterator_sections ($path)
97           ·   $path (string)
98
99   scalar = Gnome2::Config::Private->init_iterator_sections ($path)
100           ·   $path (string)
101
102   integer = Gnome2::Config->get_int ($path)
103           ·   $path (string)
104
105   integer = Gnome2::Config::Private->get_int ($path)
106           ·   $path (string)
107
108   Gnome2::Config->set_int ($path, $value)
109           ·   $path (string)
110
111           ·   $value (integer)
112
113   Gnome2::Config::Private->set_int ($path, $value)
114           ·   $path (string)
115
116           ·   $value (integer)
117
118   list = Gnome2::Config->get_int_with_default ($path)
119           ·   $path (string)
120
121           Returns a boolean indicating whether the default was used and the
122           actual value.
123
124   list = Gnome2::Config::Private->get_int_with_default ($path)
125           ·   $path (string)
126
127   Gnome2::Config->pop_prefix
128   Gnome2::Config->push_prefix ($path)
129           ·   $path (string)
130
131   string = Gnome2::Config->get_real_path ($path)
132           ·   $path (string)
133
134   string = Gnome2::Config::Private->get_real_path ($path)
135           ·   $path (string)
136
137   string = Gnome2::Config->get_string ($path)
138           ·   $path (string)
139
140   string = Gnome2::Config::Private->get_string ($path)
141           ·   $path (string)
142
143   Gnome2::Config->set_string ($path, $value)
144           ·   $path (string)
145
146           ·   $value (string)
147
148   Gnome2::Config::Private->set_string ($path, $value)
149           ·   $path (string)
150
151           ·   $value (string)
152
153   list = Gnome2::Config->get_string_with_default ($path)
154           ·   $path (string)
155
156           Returns a boolean indicating whether the default was used and the
157           actual value.
158
159   list = Gnome2::Config::Private->get_string_with_default ($path)
160           ·   $path (string)
161
162   boolean = Gnome2::Config->sync
163   boolean = Gnome2::Config->sync_file ($path)
164           ·   $path (string)
165
166   boolean = Gnome2::Config::Private->sync_file ($path)
167           ·   $path (string)
168
169   string = Gnome2::Config->get_translated_string ($path)
170           ·   $path (string)
171
172   string = Gnome2::Config::Private->get_translated_string ($path)
173           ·   $path (string)
174
175   Gnome2::Config->set_translated_string ($path, $value)
176           ·   $path (string)
177
178           ·   $value (string)
179
180   Gnome2::Config::Private->set_translated_string ($path, $value)
181           ·   $path (string)
182
183           ·   $value (string)
184
185   list = Gnome2::Config->get_translated_string_with_default ($path)
186           ·   $path (string)
187
188   list = Gnome2::Config::Private->get_translated_string_with_default ($path)
189           ·   $path (string)
190
191   scalar = Gnome2::Config->get_vector ($path)
192           ·   $path (string)
193
194   scalar = Gnome2::Config::Private->get_vector ($path)
195           ·   $path (string)
196
197   Gnome2::Config->set_vector ($path, $value)
198           ·   $path (string)
199
200           ·   $value (scalar)
201
202   Gnome2::Config::Private->set_vector ($path, $value)
203           ·   $path (string)
204
205           ·   $value (scalar)
206
207   list = Gnome2::Config->get_vector_with_default ($path)
208           ·   $path (string)
209
210           Returns a boolean indicating whether the default was used and the
211           actual value.
212
213   list = Gnome2::Config::Private->get_vector_with_default ($path)
214           ·   $path (string)
215

SEE ALSO

217       Gnome2
218
220       Copyright (C) 2003-2004 by the gtk2-perl team.
221
222       This software is licensed under the LGPL.  See Gnome2 for a full
223       notice.
224
225
226
227perl v5.12.0                      2010-05-12                 Gnome2::Config(3)
Impressum