This file is indexed.

/usr/lib/perl5/Gnome2/IconTheme.pod is in libgnome2-perl 1.042-2build3.

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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
=head1 NAME

Gnome2::IconTheme - wrapper for GnomeIconTheme

=cut

=head1 HIERARCHY

  Glib::Object
  +----Gnome2::IconTheme



=cut


=head1 METHODS

=head2 icontheme = Gnome2::IconTheme-E<gt>B<new> 

=head2 boolean = $theme-E<gt>B<get_allow_svg> 

=head2 $theme-E<gt>B<set_allow_svg> ($allow_svg)

=over

=item * $allow_svg (boolean) 

=back

=head2 $theme-E<gt>B<append_search_path> ($path)

=over

=item * $path (string) 

=back

=head2 $theme-E<gt>B<set_custom_theme> ($theme_name)

=over

=item * $theme_name (string) 

=back

=head2 string = $theme-E<gt>B<get_example_icon_name> 

=head2 boolean = $theme-E<gt>B<has_icon> ($icon_name)

=over

=item * $icon_name (string) 

=back

=head2 list = $theme-E<gt>B<list_icons> ($context=undef)

=over

=item * $context (string) 

=back


Returns a list of icons.


=head2 list = $icon_theme-E<gt>B<lookup> ($thumbnail_factory, $file_uri, $custom_icon, $file_info, $mime_type, $flags)

=over

=item * $thumbnail_factory (Gnome2::ThumbnailFactory or undef) 

=item * $file_uri (string) 

=item * $custom_icon (scalar) 

=item * $file_info (Gnome2::VFS::FileInfo) 

=item * $mime_type (string) 

=item * $flags (Gnome2::IconLookupFlags) 

=back


Returns the icon name and a GnomeIconLookupFlags.


=head2 list = $theme-E<gt>B<lookup_icon> ($icon_name, $size)

=over

=item * $icon_name (string) 

=item * $size (integer) 

=back


Returns the filename, the icon data and the base size.


=head2 list = $icon_theme-E<gt>B<lookup_sync> ($thumbnail_factory, $file_uri, $custom_icon, $flags)

=over

=item * $thumbnail_factory (Gnome2::ThumbnailFactory or undef) 

=item * $file_uri (string) 

=item * $custom_icon (scalar) 

=item * $flags (Gnome2::IconLookupFlags) 

=back


Returns the icon name and a GnomeIconLookupFlags.


=head2 $theme-E<gt>B<prepend_search_path> ($path)

=over

=item * $path (string) 

=back

=head2 boolean = $theme-E<gt>B<rescan_if_needed> 

=head2 list = $theme-E<gt>B<get_search_path> 


Returns a list of paths.


=head2 $theme-E<gt>B<set_search_path> (...)

=over

=item * ... (list) of paths

=back






=cut


=head1 SIGNALS

=over

=item B<changed> (Gnome2::IconTheme)

=back



=cut


=head1 ENUMS AND FLAGS

=head2 flags Gnome2::IconLookupFlags

=over

=item * 'none' / 'GNOME_ICON_LOOKUP_FLAGS_NONE'

=item * 'embedding-text' / 'GNOME_ICON_LOOKUP_FLAGS_EMBEDDING_TEXT'

=item * 'show-small-images-as-themselves' / 'GNOME_ICON_LOOKUP_FLAGS_SHOW_SMALL_IMAGES_AS_THEMSELVES'

=item * 'allow-svg-as-themselves' / 'GNOME_ICON_LOOKUP_FLAGS_ALLOW_SVG_AS_THEMSELVES'

=back




=cut


=head1 SEE ALSO

L<Gnome2>, L<Glib::Object>


=cut


=head1 COPYRIGHT

Copyright (C) 2003-2004 by the gtk2-perl team.

This software is licensed under the LGPL.  See L<Gnome2> for a full notice.



=cut