1Gnome2::VFS::Mime::ApplUisceartiCoonn(t3r)ibuted Perl DoGcnuommeen2t:a:tViFoSn::Mime::Application(3)
2
3
4

NAME

6       Gnome2::VFS::Mime::Application
7

METHODS

9   application = Gnome2::VFS::Mime::Application->new_from_desktop_id ($id)
10       ·   $id (string)
11
12       Since: vfs 2.10
13
14   application = Gnome2::VFS::Mime::Application->new_from_id ($id)
15       ·   $id (string)
16
17   string = $app->get_binary_name
18       Since: vfs 2.10
19
20   string = $app->get_desktop_file_path
21       Since: vfs 2.10
22
23   string = $app->get_desktop_id
24       Since: vfs 2.10
25
26   string = $app->get_exec
27       Since: vfs 2.10
28
29   string = $app->get_generic_name
30       Since: vfs 2.10
31
32   string = $app->get_icon
33       Since: vfs 2.10
34
35   boolean = $application->is_user_owned
36   result = $app->launch (...)
37       ·   ... (list) of URI strings
38
39       Since: vfs 2.4
40
41   result = $app->launch_with_env ($uri_ref, $env_ref)
42       ·   $uri_ref (scalar)
43
44       ·   $env_ref (scalar)
45
46       Since: vfs 2.4
47
48   string = $app->get_name
49       Since: vfs 2.10
50
51   boolean = $app->requires_terminal
52       Since: vfs 2.10
53
54   $application->save
55   string = $app->get_startup_wm_class
56       Since: vfs 2.10
57
58   boolean = $app->supports_startup_notification
59       Since: vfs 2.10
60
61   boolean = $app->supports_uris
62       Since: vfs 2.10
63

ENUMS AND FLAGS

65   enum Gnome2::VFS::Result
66       ·   'ok' / 'GNOME_VFS_OK'
67
68       ·   'error-not-found' / 'GNOME_VFS_ERROR_NOT_FOUND'
69
70       ·   'error-generic' / 'GNOME_VFS_ERROR_GENERIC'
71
72       ·   'error-internal' / 'GNOME_VFS_ERROR_INTERNAL'
73
74       ·   'error-bad-parameters' / 'GNOME_VFS_ERROR_BAD_PARAMETERS'
75
76       ·   'error-not-supported' / 'GNOME_VFS_ERROR_NOT_SUPPORTED'
77
78       ·   'error-io' / 'GNOME_VFS_ERROR_IO'
79
80       ·   'error-corrupted-data' / 'GNOME_VFS_ERROR_CORRUPTED_DATA'
81
82       ·   'error-wrong-format' / 'GNOME_VFS_ERROR_WRONG_FORMAT'
83
84       ·   'error-bad-file' / 'GNOME_VFS_ERROR_BAD_FILE'
85
86       ·   'error-too-big' / 'GNOME_VFS_ERROR_TOO_BIG'
87
88       ·   'error-no-space' / 'GNOME_VFS_ERROR_NO_SPACE'
89
90       ·   'error-read-only' / 'GNOME_VFS_ERROR_READ_ONLY'
91
92       ·   'error-invalid-uri' / 'GNOME_VFS_ERROR_INVALID_URI'
93
94       ·   'error-not-open' / 'GNOME_VFS_ERROR_NOT_OPEN'
95
96       ·   'error-invalid-open-mode' / 'GNOME_VFS_ERROR_INVALID_OPEN_MODE'
97
98       ·   'error-access-denied' / 'GNOME_VFS_ERROR_ACCESS_DENIED'
99
100       ·   'error-too-many-open-files' / 'GNOME_VFS_ERROR_TOO_MANY_OPEN_FILES'
101
102       ·   'error-eof' / 'GNOME_VFS_ERROR_EOF'
103
104       ·   'error-not-a-directory' / 'GNOME_VFS_ERROR_NOT_A_DIRECTORY'
105
106       ·   'error-in-progress' / 'GNOME_VFS_ERROR_IN_PROGRESS'
107
108       ·   'error-interrupted' / 'GNOME_VFS_ERROR_INTERRUPTED'
109
110       ·   'error-file-exists' / 'GNOME_VFS_ERROR_FILE_EXISTS'
111
112       ·   'error-loop' / 'GNOME_VFS_ERROR_LOOP'
113
114       ·   'error-not-permitted' / 'GNOME_VFS_ERROR_NOT_PERMITTED'
115
116       ·   'error-is-directory' / 'GNOME_VFS_ERROR_IS_DIRECTORY'
117
118       ·   'error-no-memory' / 'GNOME_VFS_ERROR_NO_MEMORY'
119
120       ·   'error-host-not-found' / 'GNOME_VFS_ERROR_HOST_NOT_FOUND'
121
122       ·   'error-invalid-host-name' / 'GNOME_VFS_ERROR_INVALID_HOST_NAME'
123
124       ·   'error-host-has-no-address' / 'GNOME_VFS_ERROR_HOST_HAS_NO_ADDRESS'
125
126       ·   'error-login-failed' / 'GNOME_VFS_ERROR_LOGIN_FAILED'
127
128       ·   'error-cancelled' / 'GNOME_VFS_ERROR_CANCELLED'
129
130       ·   'error-directory-busy' / 'GNOME_VFS_ERROR_DIRECTORY_BUSY'
131
132       ·   'error-directory-not-empty' / 'GNOME_VFS_ERROR_DIRECTORY_NOT_EMPTY'
133
134       ·   'error-too-many-links' / 'GNOME_VFS_ERROR_TOO_MANY_LINKS'
135
136       ·   'error-read-only-file-system' /
137           'GNOME_VFS_ERROR_READ_ONLY_FILE_SYSTEM'
138
139       ·   'error-not-same-file-system' /
140           'GNOME_VFS_ERROR_NOT_SAME_FILE_SYSTEM'
141
142       ·   'error-name-too-long' / 'GNOME_VFS_ERROR_NAME_TOO_LONG'
143
144       ·   'error-service-not-available' /
145           'GNOME_VFS_ERROR_SERVICE_NOT_AVAILABLE'
146
147       ·   'error-service-obsolete' / 'GNOME_VFS_ERROR_SERVICE_OBSOLETE'
148
149       ·   'error-protocol-error' / 'GNOME_VFS_ERROR_PROTOCOL_ERROR'
150
151       ·   'error-no-master-browser' / 'GNOME_VFS_ERROR_NO_MASTER_BROWSER'
152
153       ·   'error-no-default' / 'GNOME_VFS_ERROR_NO_DEFAULT'
154
155       ·   'error-no-handler' / 'GNOME_VFS_ERROR_NO_HANDLER'
156
157       ·   'error-parse' / 'GNOME_VFS_ERROR_PARSE'
158
159       ·   'error-launch' / 'GNOME_VFS_ERROR_LAUNCH'
160
161       ·   'error-timeout' / 'GNOME_VFS_ERROR_TIMEOUT'
162
163       ·   'error-nameserver' / 'GNOME_VFS_ERROR_NAMESERVER'
164
165       ·   'error-locked' / 'GNOME_VFS_ERROR_LOCKED'
166
167       ·   'error-deprecated-function' / 'GNOME_VFS_ERROR_DEPRECATED_FUNCTION'
168
169       ·   'error-invalid-filename' / 'GNOME_VFS_ERROR_INVALID_FILENAME'
170
171       ·   'error-not-a-symbolic-link' / 'GNOME_VFS_ERROR_NOT_A_SYMBOLIC_LINK'
172
173       ·   'num-errors' / 'GNOME_VFS_NUM_ERRORS'
174

SEE ALSO

176       Gnome2::VFS
177
179       Copyright (C) 2003-2007, 2013 by the gtk2-perl team.
180
181       This software is licensed under the LGPL.  See Gnome2::VFS for a full
182       notice.
183
184
185
186perl v5.32.0                      2021-01-06 Gnome2::VFS::Mime::Application(3)
Impressum