This file is indexed.

/usr/lib/x86_64-linux-gnu/perl5/5.24/Glib/VariantType.pod is in libglib-perl 3:1.324-1.

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
=head1 NAME

Glib::VariantType -  Utilities for dealing with the GVariant type system

=cut

=head1 HIERARCHY

  Glib::Boxed
  +----Glib::VariantType



=cut

=for object Glib::VariantType Utilities for dealing with the GVariant type system
=cut




=head1 METHODS

=head2 varianttype = Glib::VariantType-E<gt>B<new> ($type_string)

=over

=item * $type_string (string) 

=back

=head2 varianttype = Glib::VariantType-E<gt>B<new_array> ($element)

=over

=item * $element (Glib::VariantType) 

=back

=head2 varianttype = Glib::VariantType-E<gt>B<new_dict_entry> ($key, $value)

=over

=item * $key (Glib::VariantType) 

=item * $value (Glib::VariantType) 

=back

=head2 varianttype = Glib::VariantType-E<gt>B<new_maybe> ($element)

=over

=item * $element (Glib::VariantType) 

=back

=head2 varianttype = Glib::VariantType-E<gt>B<new_tuple> ($items)

=over

=item * $items (scalar) 

=back

=head2 varianttype = $type-E<gt>B<element> 

=head2 boolean = $type1-E<gt>B<equal> ($type2)

=over

=item * $type2 (Glib::VariantType) 

=back

=head2 varianttype = $type-E<gt>B<first> 

=head2 integer = $type-E<gt>B<hash> 

=head2 boolean = $type-E<gt>B<is_array> 

=head2 boolean = $type-E<gt>B<is_basic> 

=head2 boolean = $type-E<gt>B<is_container> 

=head2 boolean = $type-E<gt>B<is_definite> 

=head2 boolean = $type-E<gt>B<is_dict_entry> 

=head2 boolean = $type-E<gt>B<is_maybe> 

=head2 boolean = $type-E<gt>B<is_subtype_of> ($supertype)

=over

=item * $supertype (Glib::VariantType) 

=back

=head2 boolean = $type-E<gt>B<is_tuple> 

=head2 boolean = $type-E<gt>B<is_variant> 

=head2 varianttype = $type-E<gt>B<key> 

=head2 unsigned = $type-E<gt>B<n_items> 

=head2 varianttype = $type-E<gt>B<next> 

=head2 scalar = $type-E<gt>B<get_string> 

=head2 boolean = Glib::VariantType::string_is_valid ($type_string)

=over

=item * $type_string (string) 

=back



=head2 (type_string, rest) = Glib::VariantType::string_scan ($string)

Scans the start of C<$string> for a complete type string and extracts it.  If
no type string can be found, an exception is thrown.

=head2 varianttype = $type-E<gt>B<value> 



=cut


=head1 SEE ALSO

L<Glib>, L<Glib::Boxed>, L<Glib::Variant>


=cut


=head1 COPYRIGHT

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

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



=cut