This file is indexed.

/usr/lib/perl5/Gnome2/Canvas/PathDef.pod is in libgnome2-canvas-perl 1.002-2build4.

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

Gnome2::Canvas::PathDef - Container and functions for manipulating ArtBpaths

=cut

=head1 HIERARCHY

  Glib::Boxed
  +----Gnome2::Canvas::PathDef



=cut

=for object Gnome2::Canvas::PathDef - Container and functions for manipulating ArtBpaths

=cut




=head1 METHODS

=head2 pathdef = Gnome2::Canvas::PathDef-E<gt>B<new> 

=head2 pathdef = Gnome2::Canvas::PathDef-E<gt>B<new_sized> ($length)

=over

=item * $length (integer) 

=back

=head2 boolean = $path-E<gt>B<all_closed> 

=head2 boolean = $path-E<gt>B<all_open> 

=head2 boolean = $path-E<gt>B<any_closed> 

=head2 boolean = $path-E<gt>B<any_open> 

=head2 pathdef = $path-E<gt>B<close_all> 

=head2 pathdef = $path-E<gt>B<closed_parts> 

=head2 $path-E<gt>B<closepath> 

=head2 $path-E<gt>B<closepath_current> 

=head2 pathdef = Gnome2::Canvas::PathDef-E<gt>B<concat> (...)

=over

=item * ... (list) Gnome2::Canvas::PathDef objects to concatenate

=back



=head2 $dst-E<gt>B<copy> ($src)

=over

=item * $src (Gnome2::Canvas::PathDef) 

=back

Copy the path from I<$src> into I<$dst>.

Note: this method has very different semantics than the copy provided
by Glib::Boxed.   C<duplicate> is the analog there.

=head2 $path-E<gt>B<curveto> ($x0, $y0, $x1, $y1, $x2, $y2)

=over

=item * $x0 (double) 

=item * $y0 (double) 

=item * $x1 (double) 

=item * $y1 (double) 

=item * $x2 (double) 

=item * $y2 (double) 

=back

=head2 pathdef = $path-E<gt>B<duplicate> 

=head2 $path-E<gt>B<ensure_space> ($space)

=over

=item * $space (integer) 

=back

=head2 $path-E<gt>B<finish> 

=head2 boolean = $path-E<gt>B<has_currentpoint> 

=head2 boolean = $path-E<gt>B<is_empty> 

=head2 integer = $path-E<gt>B<length> 

=head2 $path-E<gt>B<lineto> ($x, $y)

=over

=item * $x (double) 

=item * $y (double) 

=back

=head2 $path-E<gt>B<lineto_moving> ($x, $y)

=over

=item * $x (double) 

=item * $y (double) 

=back

=head2 $path-E<gt>B<moveto> ($x, $y)

=over

=item * $x (double) 

=item * $y (double) 

=back

=head2 pathdef = $path-E<gt>B<open_parts> 

=head2 $path-E<gt>B<reset> 

=head2 @pathdefs = $path->B<split>





=cut


=head1 SEE ALSO

L<Gnome2::Canvas>, L<Glib::Boxed>


=cut


=head1 COPYRIGHT

Copyright (C) 2003-2004 by the Gtk2-Perl Team.

This software is licensed under the LGPL; see L<Gnome2::Canvas> for a full notice.


=cut