/usr/lib/perl5/Gnome2/VFS/Application.pod is in libgnome2-vfs-perl 1.081-3build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 | =head1 NAME
Gnome2::VFS::Application - represents an application for the application registry
=cut
=for object Gnome2::VFS::Application - represents an application for the application registry
=cut
=head1 METHODS
=head2 $app_id-E<gt>B<add_mime_type> ($mime_type)
=over
=item * $mime_type (string)
=back
=head2 list = $app_id-E<gt>B<get_bool_value> ($key)
=over
=item * $key (string)
=back
Returns the actual value and a boolean indicating whether the requested key was
found.
=head2 $app_id-E<gt>B<set_bool_value> ($key, $value)
=over
=item * $key (string)
=item * $value (boolean)
=back
=head2 $app_id-E<gt>B<clear_mime_types>
=head2 boolean = $app_id-E<gt>B<exists>
=head2 list = $app_id-E<gt>B<get_keys>
Returns a list of valid keys for that application.
=head2 application = $app_id-E<gt>B<get_mime_application>
=head2 list = $app_id-E<gt>B<get_mime_types>
Returns a list of MIME types this application can handle.
=head2 string = $app_id-E<gt>B<peek_value> ($key)
=over
=item * $key (string)
=back
=head2 $app_id-E<gt>B<remove_application>
=head2 $app_id-E<gt>B<remove_mime_type> ($mime_type)
=over
=item * $mime_type (string)
=back
=head2 boolean = $app_id-E<gt>B<supports_mime_type> ($mime_type)
=over
=item * $mime_type (string)
=back
=head2 boolean = $app_id-E<gt>B<supports_uri_scheme> ($uri_scheme)
=over
=item * $uri_scheme (string)
=back
=head2 $app_id-E<gt>B<unset_key> ($key)
=over
=item * $key (string)
=back
=head2 $app_id-E<gt>B<set_value> ($key, $value)
=over
=item * $key (string)
=item * $value (string)
=back
=cut
=head1 SEE ALSO
L<Gnome2::VFS>
=cut
=head1 COPYRIGHT
Copyright (C) 2003-2007 by the gtk2-perl team.
This software is licensed under the LGPL. See L<Gnome2::VFS> for a full notice.
=cut
|