Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome2::vfs::mime(3pm) [debian man page]

Gnome2::VFS::Mime(3pm)					User Contributed Perl Documentation				    Gnome2::VFS::Mime(3pm)

NAME
Gnome2::VFS::Mime - functions for getting information about applications and components associated with MIME types METHODS
boolean = Gnome2::VFS::Mime->id_in_application_list ($id, ...) o $id (string) o ... (list) of GnomeVFSMimeApplication's list = Gnome2::VFS::Mime->id_list_from_application_list (...) o ... (list) of GnomeVFSMimeApplication's Returns a list of application id's. string = Gnome2::VFS->get_mime_type_for_data ($data) o $data (scalar) string = Gnome2::VFS->get_mime_type_for_name_and_data ($filename, $data) o $filename (string) o $data (scalar) Since: vfs 2.14 string = Gnome2::VFS->get_mime_type_for_name ($filename) o $filename (string) Since: vfs 2.14 string = Gnome2::VFS->get_mime_type ($text_uri) o $text_uri (string) list = Gnome2::VFS::Mime->remove_application_from_list ($application_id, ...) o $application_id (string) o ... (list) of GnomeVFSMimeApplication's Returns a boolean indicating whether anything was removed and the resulting list of GnomeVFSMimeApplication's. string = Gnome2::VFS->get_slow_mime_type ($text_uri) o $text_uri (string) Since: vfs 2.14 SEE ALSO
Gnome2::VFS COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2::VFS for a full notice. perl v5.14.2 2011-11-15 Gnome2::VFS::Mime(3pm)

Check Out this Related Man Page

Gnome2::VFS::Application(3pm)				User Contributed Perl Documentation			     Gnome2::VFS::Application(3pm)

NAME
Gnome2::VFS::Application - represents an application for the application registry METHODS
$app_id->add_mime_type ($mime_type) o $mime_type (string) list = $app_id->get_bool_value ($key) o $key (string) Returns the actual value and a boolean indicating whether the requested key was found. $app_id->set_bool_value ($key, $value) o $key (string) o $value (boolean) $app_id->clear_mime_types boolean = $app_id->exists list = $app_id->get_keys Returns a list of valid keys for that application. application = $app_id->get_mime_application list = $app_id->get_mime_types Returns a list of MIME types this application can handle. string = $app_id->peek_value ($key) o $key (string) $app_id->remove_application $app_id->remove_mime_type ($mime_type) o $mime_type (string) boolean = $app_id->supports_mime_type ($mime_type) o $mime_type (string) boolean = $app_id->supports_uri_scheme ($uri_scheme) o $uri_scheme (string) $app_id->unset_key ($key) o $key (string) $app_id->set_value ($key, $value) o $key (string) o $value (string) SEE ALSO
Gnome2::VFS COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2::VFS for a full notice. perl v5.14.2 2011-11-15 Gnome2::VFS::Application(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Mounting Dir's to VFS table

Does anyone know a way to mount new directories into the VFS table without having to type them in? Thanks in advance! - BC (1 Reply)
Discussion started by: wcostigan
1 Replies

2. UNIX for Dummies Questions & Answers

kernel panic

hello :-) I have one problem with my LiLO... I installed PLD Linux on my computer but when it boots, the last thing I can see is: request_module Root fs not mounted VFS: Cannot open root device 03:01 Kernel panic: VFS: unable to mount root fs on 03:01 and the system stops :-( what... (1 Reply)
Discussion started by: pgas
1 Replies

3. Programming

A system hang issue in porting an old fs to kernel 2.6.32.*

Hi, I ported a file system from Kernel version 2.6.18.* to 2.6.32.46 as VFS implementation has changed and prepare_write/commit_write are replaced by write_begin/write_end pairs. Implemented the feature by writing a wrapper for write_begin and write_end and calling original functions for... (0 Replies)
Discussion started by: Praveen_218
0 Replies

4. Red Hat

VFS (virtual file system)

hlow all, i want to know how we do insert big file in VFS and how we do to call that file again can anyone explain about that thx before (0 Replies)
Discussion started by: zvtral
0 Replies

5. UNIX for Dummies Questions & Answers

Minix 3.2.1 MFS/VFS/PFS?

Hi. I'm starting to use minix and the version I'm using is 3.2.1. I didn't understand why in this version there are MFS/VFS/PFS file systems and in the other versions there is only FS. I'm trying to modify the file system but I don't know where should I modify. Does anyone know why are there... (0 Replies)
Discussion started by: ReonarudoB
0 Replies

6. Hardware

What is my readl device id - BTRFS?

Hello, I am monitoring file operations events (VFS). I have a problem with BTRFS filesystem. BTRFS is using subvolumes. All highest hierarchy directories in btrfs has the same inode (256/512) Short story: When I receive file operation event, I receive the path and then resolve it to inode.... (2 Replies)
Discussion started by: hookedatwalla
2 Replies