1Gnome2::GConf::main(3)User Contributed Perl DocumentationGnome2::GConf::main(3)
2
3
4
6 Gnome2::GConf::main - utility functions for Gnome2::GConf
7
9 string = Gnome2::GConf->concat_dir_and_key ($dir, $key)
10 • $dir (string)
11
12 • $key (string)
13
14 Returns a concatenation of $dir and $key.
15
16 boolean = Gnome2::GConf->key_is_below ($above, $below)
17 • $above (string)
18
19 • $below (string)
20
21 Return TRUE if the path $below would be somewhere below the directory
22 $above.
23
24 string = Gnome2::GConf->unique_key
25 Returns a different string every time (at least, the chances of getting
26 a duplicate are like one in a zillion). The key is a legal gconf key
27 name (a single element of one).
28
29 boolean = Gnome2::GConf->valid_key ($key)
30 (boolean, string) = Gnome2::GConf->valid_key ($key)
31 • $key (string)
32
33 In scalar context, it returns a boolean value. In array context, it
34 returns a boolean value and a string containing a user-readable
35 explanation of the problem.
36
38 Gnome2::GConf
39
41 Copyright (C) 2003-2006 by the gtk2-perl team.
42
43 This software is licensed under the LGPL. See Gnome2::GConf for a full
44 notice.
45
46
47
48perl v5.32.1 2021-01-27 Gnome2::GConf::main(3)