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::ThumbnailFactory(3pm)				User Contributed Perl Documentation			     Gnome2::ThumbnailFactory(3pm)

NAME
Gnome2::ThumbnailFactory - wrapper for GnomeThumbnailFactory HIERARCHY
Glib::Object +----Gnome2::ThumbnailFactory METHODS
thumbnailfactory = Gnome2::ThumbnailFactory->new ($size) o $size (Gnome2::ThumbnailSize) boolean = $factory->can_thumbnail ($uri, $mime_type, $mtime) o $uri (string) o $mime_type (string) o $mtime (a timestamp) $factory->create_failed_thumbnail ($uri, $mtime) o $uri (string) o $mtime (a timestamp) pixbuf = $factory->generate_thumbnail ($uri, $mime_type) o $uri (string) o $mime_type (string) boolean = $factory->has_valid_failed_thumbnail ($uri, $mtime) o $uri (string) o $mtime (a timestamp) string = $factory->lookup ($uri, $mtime) o $uri (string) o $mtime (a timestamp) $factory->save_thumbnail ($thumbnail, $uri, $original_mtime) o $thumbnail (Gtk2::Gdk::Pixbuf) o $uri (string) o $original_mtime (a timestamp) ENUMS AND FLAGS
enum Gnome2::ThumbnailSize o 'normal' / 'GNOME_THUMBNAIL_SIZE_NORMAL' o 'large' / 'GNOME_THUMBNAIL_SIZE_LARGE' SEE ALSO
Gnome2, Glib::Object COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::ThumbnailFactory(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