Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome2::vfs::application(3pm) [debian 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)

Check Out this Related 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)
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

F1 key

Hello. I have a question. I need to activate the F1 key for an application, because when i enter by doing "telnet ..." my F1 key doesn't do anything. Any idea? (2 Replies)
Discussion started by: Elrond
2 Replies

3. Shell Programming and Scripting

selecting a line and line above it.

hi..i have a file like the following Application handle = 2604 Application status = UOW Waiting Application handle = 2384 Application status = UOW Waiting Application handle ... (6 Replies)
Discussion started by: dareman123
6 Replies

4. Shell Programming and Scripting

how to find the shortest line which containing a key string?

hi all, suppose a key string: M0271857 and to find all lines containing this key string in a text file which returns multiple lines but i only want the shortest one is there a way to do that? thanks so much! (4 Replies)
Discussion started by: sunnydanniel
4 Replies

5. UNIX for Advanced & Expert Users

Application keep on crashing need to troubleshoot

Hi experts, I am using RHEL as my distro and I have a very important application running on that server. That application is a third party application and I don't have control with the source. That application keeps on crashing or stop like every other day and it doesn't have any traces on... (1 Reply)
Discussion started by: cwiggler
1 Replies

6. 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