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
11 * $id (string)
12 * ... (list) of GnomeVFSMimeApplication's
13
14 list = Gnome2::VFS::Mime->id_list_from_application_list (...)
15
16 * ... (list) of GnomeVFSMimeApplication's
17
18 Returns a list of application id's.
19
20 string = Gnome2::VFS->get_mime_type_for_data ($data)
21
22 * $data (scalar)
23
24 string = Gnome2::VFS->get_mime_type_for_name_and_data ($filename,
25 $data)
26
27 * $filename (string)
28 * $data (scalar)
29
30 string = Gnome2::VFS->get_mime_type_for_name ($filename)
31
32 * $filename (string)
33
34 string = Gnome2::VFS->get_mime_type ($text_uri)
35
36 * $text_uri (string)
37
38 list = Gnome2::VFS::Mime->remove_application_from_list ($applica‐
39 tion_id, ...)
40
41 * $application_id (string)
42 * ... (list) of GnomeVFSMimeApplication's
43
44 Returns a boolean indicating whether anything was removed and the
45 resulting list of GnomeVFSMimeApplication's.
46
47 string = Gnome2::VFS->get_slow_mime_type ($text_uri)
48
49 * $text_uri (string)
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.8.8 2007-10-24 Gnome2::VFS::Mime(3)