Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Debian 6.0.3

(Squeeze)

Gnome2::VFS::Application(3pm)


Gnome2::VFS::Application

Gnome2::VFS::Application

NAME
METHODS
SEE ALSO
COPYRIGHT

NAME

Gnome2::VFS::Application − represents an application for the application registry

METHODS

$app_id−>add_mime_type ($mime_type)

$mime_type (string)

list = $app_id−>get_bool_value ($key)

$key (string)

Returns the actual value and a boolean indicating whether the requested key was found.

$app_id−>set_bool_value ($key, $value)

$key (string)

$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)

$key (string)

$app_id−>remove_application
$app_id−>remove_mime_type ($mime_type)

$mime_type (string)

boolean = $app_id−>supports_mime_type ($mime_type)

$mime_type (string)

boolean = $app_id−>supports_uri_scheme ($uri_scheme)

$uri_scheme (string)

$app_id−>unset_key ($key)

$key (string)

$app_id−>set_value ($key, $value)

$key (string)

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



Gnome2::VFS::Application(3pm)