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