r29474 - /trunk/libpango-perl/debian/patches/fix-manpages

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Fri Jan 9 07:52:26 UTC 2009


Author: ryan52-guest
Date: Fri Jan  9 07:52:20 2009
New Revision: 29474

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29474
Log:
last of the whatis fixing

Modified:
    trunk/libpango-perl/debian/patches/fix-manpages

Modified: trunk/libpango-perl/debian/patches/fix-manpages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpango-perl/debian/patches/fix-manpages?rev=29474&op=diff
==============================================================================
--- trunk/libpango-perl/debian/patches/fix-manpages (original)
+++ trunk/libpango-perl/debian/patches/fix-manpages Fri Jan  9 07:52:20 2009
@@ -1,3 +1,5 @@
+add whatis entries to man pages
+
 --- a/xs/PangoAttributes.xs
 +++ b/xs/PangoAttributes.xs
 @@ -288,6 +288,10 @@
@@ -515,3 +517,93 @@
  ##  void pango_layout_iter_free (PangoLayoutIter *iter) 
  
  ##  int pango_layout_iter_get_index (PangoLayoutIter *iter) 
+--- a/xs/PangoTabs.xs
++++ b/xs/PangoTabs.xs
+@@ -7,6 +7,10 @@
+ 
+ MODULE = Pango::TabArray	PACKAGE = Pango::TabArray	PREFIX = pango_tab_array_
+ 
++=for object Pango::TabArray - an object containing an array of tab stops
++
++=cut
++
+ ##  PangoTabArray *pango_tab_array_new (gint initial_size, gboolean positions_in_pixels) 
+ ###  PangoTabArray *pango_tab_array_new_with_positions (gint size, gboolean positions_in_pixels, PangoTabAlign first_alignment, gint first_position, ...) 
+ 
+--- a/xs/PangoRenderer.xs
++++ b/xs/PangoRenderer.xs
+@@ -21,6 +21,10 @@
+ 
+ MODULE = Pango::Renderer	PACKAGE = Pango::Renderer	PREFIX = pango_renderer_
+ 
++=for object Pango::Renderer - a base class for pango rendering
++
++=cut
++
+ BOOT:
+ 	PERL_UNUSED_VAR (file);
+ 
+--- a/xs/PangoScript.xs
++++ b/xs/PangoScript.xs
+@@ -47,6 +47,10 @@
+ 
+ MODULE = Pango::Script	PACKAGE = Pango::Script	PREFIX = pango_script_
+ 
++=for object Pango::Script - identifies different writing systems
++
++=cut
++
+ BOOT:
+ 	PERL_UNUSED_VAR (file);
+ 
+@@ -68,6 +72,10 @@
+ 
+ MODULE = Pango::Script	PACKAGE = Pango::ScriptIter	PREFIX = pango_script_iter_
+ 
++=for object Pango::ScriptIter - used to break a string of Unicode into runs by text
++
++=cut
++
+ ##  Using gchar instead of char here all over the place to enforce utf8.
+ 
+ ##  PangoScriptIter * pango_script_iter_new (const char *text, int length)
+@@ -111,6 +119,10 @@
+ 
+ MODULE = Pango::Script	PACKAGE = Pango::Language	PREFIX = pango_language_
+ 
++=for object Pango::Language - an object that represents a language tag
++
++=cut
++
+ ##  gboolean pango_language_includes_script (PangoLanguage *language, PangoScript script)
+ gboolean
+ pango_language_includes_script (language, script)
+--- a/xs/Pango.xs
++++ b/xs/Pango.xs
+@@ -15,7 +15,12 @@
+ 
+ # Don't doc these in Pango, or we'll clobber the main POD page!
+ 
+-=for object Pango::version
++=for object Pango layout and render international text
++
++=cut
++
++=for object Pango::version - get and check the version of Pango that this was compiled against
++
+ =cut
+ 
+ =for see_also L<Gtk2::version>
+--- a/xs/PangoMatrix.xs
++++ b/xs/PangoMatrix.xs
+@@ -21,6 +21,10 @@
+ 
+ MODULE = Pango::Matrix	PACKAGE = Pango::Matrix	PREFIX = pango_matrix_
+ 
++=for object Pango::Matrix - A structure specifying a transformation between user-space coordinates and device coordinates
++
++=cut
++
+ double
+ xx (matrix, new = 0)
+ 	PangoMatrix *matrix




More information about the Pkg-perl-cvs-commits mailing list