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
|
Description: fix lintian manpage-has-bad-whatis-entry warnings
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=93270
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=93270
Author: Ryan Niebur <ryan@debian.org>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-02-22
--- a/xs/GnomeCanvasBpath.xs
+++ b/xs/GnomeCanvasBpath.xs
@@ -32,6 +32,10 @@
MODULE = Gnome2::Canvas::Bpath PACKAGE = Gnome2::Canvas::Bpath
+=for object Gnome2::Canvas::Bpath - Bezier path canvas item
+
+=cut
+
##
## TODO: if/when libgnomecanvas fixes the bpath to be a boxed type, we'll
## need to add an #ifdef around this, based on the library version.
--- a/xs/GnomeCanvas.xs
+++ b/xs/GnomeCanvas.xs
@@ -507,7 +507,7 @@
GnomeCanvas *canvas
-=for object Gnome2::Canvas::version
+=for object Gnome2::Canvas::version - libgnomecanvas version
=cut
=for see_also Glib::version
--- a/xs/GnomeCanvasItem.xs
+++ b/xs/GnomeCanvasItem.xs
@@ -22,6 +22,10 @@
MODULE = Gnome2::Canvas::Item PACKAGE = Gnome2::Canvas::Item PREFIX = gnome_canvas_item_
+=for object Gnome2::Canvas::Item - Base class for all canvas items
+
+=cut
+
=for apidoc parent
=for signature $canvasgroup = $item->parent
Fetch I<$item>'s parent group item.
--- a/xs/GnomeCanvasPathDef.xs
+++ b/xs/GnomeCanvasPathDef.xs
@@ -48,6 +48,10 @@
MODULE = Gnome2::Canvas::PathDef PACKAGE = Gnome2::Canvas::PathDef PREFIX = gnome_canvas_path_def_
+=for object Gnome2::Canvas::PathDef - Container and functions for manipulating ArtBpaths
+
+=cut
+
BOOT:
gperl_register_boxed (GNOME_TYPE_CANVAS_PATH_DEF,
"Gnome2::Canvas::PathDef", NULL);
--- a/xs/GnomeCanvasRichText.xs
+++ b/xs/GnomeCanvasRichText.xs
@@ -22,6 +22,10 @@
MODULE = Gnome2::Canvas::RichText PACKAGE = Gnome2::Canvas::RichText PREFIX = gnome_canvas_rich_text_
+=for object Gnome2::Canvas::RichText - Rich text canvas item
+
+=cut
+
## void gnome_canvas_rich_text_cut_clipboard(GnomeCanvasRichText *text)
void
gnome_canvas_rich_text_cut_clipboard (text)
--- a/xs/GnomeCanvasShape.xs
+++ b/xs/GnomeCanvasShape.xs
@@ -22,6 +22,10 @@
MODULE = Gnome2::Canvas::Shape PACKAGE = Gnome2::Canvas::Shape PREFIX = gnome_canvas_shape_
+=for object Gnome2::Canvas::Shape - Base class for canvas item shapes
+
+=cut
+
void
gnome_canvas_shape_set_path_def (shape, path_def)
GnomeCanvasShape * shape
|