1Gnome2::VFS::ApplicatioUns(e3r)Contributed Perl DocumentGantoimoen2::VFS::Application(3)
2
3
4

NAME

6       Gnome2::VFS::Application
7

METHODS

9       $app_id->add_mime_type ($mime_type)
10
11           * $mime_type (string)
12
13       list = $app_id->get_bool_value ($key)
14
15           * $key (string)
16
17           Returns the actual value and a boolean indicating whether the
18           requested key was found.
19
20       $app_id->set_bool_value ($key, $value)
21
22           * $key (string)
23           * $value (boolean)
24
25       $app_id->clear_mime_types
26
27       boolean = $app_id->exists
28
29       list = $app_id->get_keys
30
31           Returns a list of valid keys for that application.
32
33       application = $app_id->get_mime_application
34
35       list = $app_id->get_mime_types
36
37           Returns a list of MIME types this application can handle.
38
39       string = $app_id->peek_value ($key)
40
41           * $key (string)
42
43       $app_id->remove_application
44
45       $app_id->remove_mime_type ($mime_type)
46
47           * $mime_type (string)
48
49       boolean = $app_id->supports_mime_type ($mime_type)
50
51           * $mime_type (string)
52
53       boolean = $app_id->supports_uri_scheme ($uri_scheme)
54
55           * $uri_scheme (string)
56
57       $app_id->unset_key ($key)
58
59           * $key (string)
60
61       $app_id->set_value ($key, $value)
62
63           * $key (string)
64           * $value (string)
65

SEE ALSO

67       Gnome2::VFS
68
70       Copyright (C) 2003-2007 by the gtk2-perl team.
71
72       This software is licensed under the LGPL.  See Gnome2::VFS for a full
73       notice.
74
75
76
77perl v5.8.8                       2007-10-24       Gnome2::VFS::Application(3)
Impressum