1Gnome2::VFS::Mime(3) User Contributed Perl Documentation Gnome2::VFS::Mime(3)
2
3
4
6 Gnome2::VFS::Mime
7
9 boolean = Gnome2::VFS::Mime->id_in_application_list ($id, ...)
10 · $id (string)
11
12 · ... (list) of GnomeVFSMimeApplication's
13
14 list = Gnome2::VFS::Mime->id_list_from_application_list (...)
15 · ... (list) of GnomeVFSMimeApplication's
16
17 Returns a list of application id's.
18
19 string = Gnome2::VFS->get_mime_type_for_data ($data)
20 · $data (scalar)
21
22 string = Gnome2::VFS->get_mime_type_for_name_and_data ($filename, $data)
23 · $filename (string)
24
25 · $data (scalar)
26
27 Since: vfs 2.14
28
29 string = Gnome2::VFS->get_mime_type_for_name ($filename)
30 · $filename (string)
31
32 Since: vfs 2.14
33
34 string = Gnome2::VFS->get_mime_type ($text_uri)
35 · $text_uri (string)
36
37 list = Gnome2::VFS::Mime->remove_application_from_list ($application_id,
38 ...)
39 · $application_id (string)
40
41 · ... (list) of GnomeVFSMimeApplication's
42
43 Returns a boolean indicating whether anything was removed and the
44 resulting list of GnomeVFSMimeApplication's.
45
46 string = Gnome2::VFS->get_slow_mime_type ($text_uri)
47 · $text_uri (string)
48
49 Since: vfs 2.14
50
52 Gnome2::VFS
53
55 Copyright (C) 2003-2007 by the gtk2-perl team.
56
57 This software is licensed under the LGPL. See Gnome2::VFS for a full
58 notice.
59
60
61
62perl v5.12.0 2010-05-12 Gnome2::VFS::Mime(3)