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
|
Index: libgtk2-imageview-perl/AnimView.xs
===================================================================
--- libgtk2-imageview-perl.orig/AnimView.xs 2008-04-04 19:54:50.000000000 +0200
+++ libgtk2-imageview-perl/AnimView.xs 2008-04-04 20:20:35.000000000 +0200
@@ -4,6 +4,9 @@
MODULE = Gtk2::ImageView::Anim PACKAGE = Gtk2::ImageView::Anim PREFIX = gtk_anim_view_
=for object Gtk2::ImageView::Anim Subclass of Gtk2::ImageView capable of playing GIF animations.
+=cut
+
+=for position DESCRIPTION
=head1 DESCRIPTION
Index: libgtk2-imageview-perl/DrawCache.xs
===================================================================
--- libgtk2-imageview-perl.orig/DrawCache.xs 2008-04-04 19:54:58.000000000 +0200
+++ libgtk2-imageview-perl/DrawCache.xs 2008-04-04 20:20:35.000000000 +0200
@@ -152,7 +152,10 @@
MODULE = Gtk2::Gdk::Pixbuf::Draw::Cache PACKAGE = Gtk2::Gdk::Pixbuf::Draw::Cache PREFIX = gdk_pixbuf_draw_cache_
-=for object Gtk2::Gdk::Pixbuf::Draw::Cache - Cache for drawing scaled pixbufs
+=for object Gtk2::Gdk::Pixbuf::Draw::Cache Cache for drawing scaled pixbufs
+=cut
+
+=for position DESCRIPTION
=head1 DESCRIPTION
Index: libgtk2-imageview-perl/IImageTool.xs
===================================================================
--- libgtk2-imageview-perl.orig/IImageTool.xs 2008-04-04 19:53:25.000000000 +0200
+++ libgtk2-imageview-perl/IImageTool.xs 2008-04-04 20:20:35.000000000 +0200
@@ -2,7 +2,10 @@
MODULE = Gtk2::ImageView::Tool PACKAGE = Gtk2::ImageView::Tool PREFIX = gtk_iimage_tool_
-=for object Gtk2::ImageView::Tool
+=for object Gtk2::ImageView::Tool Interface for objects capable of being used as tools by Gtk2::ImageView
+=cut
+
+=for position DESCRIPTION
=head1 DESCRIPTION
Index: libgtk2-imageview-perl/ImageToolPainter.xs
===================================================================
--- libgtk2-imageview-perl.orig/ImageToolPainter.xs 2008-04-04 19:54:22.000000000 +0200
+++ libgtk2-imageview-perl/ImageToolPainter.xs 2008-04-04 20:20:35.000000000 +0200
@@ -3,6 +3,8 @@
MODULE = Gtk2::ImageView::Tool::Painter PACKAGE = Gtk2::ImageView::Tool::Painter PREFIX = gtk_image_tool_painter_
+=for object Gtk2::ImageView::Tool::Painter Demo image tool for painting on a Gtk2::ImageView
+=cut
GtkIImageTool *
gtk_image_tool_painter_new (class, view)
Index: libgtk2-imageview-perl/ImageView.xs
===================================================================
--- libgtk2-imageview-perl.orig/ImageView.xs 2008-04-04 19:54:38.000000000 +0200
+++ libgtk2-imageview-perl/ImageView.xs 2008-04-04 20:20:35.000000000 +0200
@@ -11,6 +11,8 @@
=for position SYNOPSIS
+=head1 SYNOPSIS
+
use Gtk2::ImageView;
Gtk2->init;
|