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       ·   $mime_type (string)
11
12   list = $app_id->get_bool_value ($key)
13       ·   $key (string)
14
15       Returns the actual value and a boolean indicating whether the requested
16       key was found.
17
18   $app_id->set_bool_value ($key, $value)
19       ·   $key (string)
20
21       ·   $value (boolean)
22
23   $app_id->clear_mime_types
24   boolean = $app_id->exists
25   list = $app_id->get_keys
26       Returns a list of valid keys for that application.
27
28   application = $app_id->get_mime_application
29   list = $app_id->get_mime_types
30       Returns a list of MIME types this application can handle.
31
32   string = $app_id->peek_value ($key)
33       ·   $key (string)
34
35   $app_id->remove_application
36   $app_id->remove_mime_type ($mime_type)
37       ·   $mime_type (string)
38
39   boolean = $app_id->supports_mime_type ($mime_type)
40       ·   $mime_type (string)
41
42   boolean = $app_id->supports_uri_scheme ($uri_scheme)
43       ·   $uri_scheme (string)
44
45   $app_id->unset_key ($key)
46       ·   $key (string)
47
48   $app_id->set_value ($key, $value)
49       ·   $key (string)
50
51       ·   $value (string)
52

SEE ALSO

54       Gnome2::VFS
55
57       Copyright (C) 2003-2007, 2013 by the gtk2-perl team.
58
59       This software is licensed under the LGPL.  See Gnome2::VFS for a full
60       notice.
61
62
63
64perl v5.32.0                      2021-01-06       Gnome2::VFS::Application(3)
Impressum