[packages/glib] - subsection -> section to satisfy makeinfo

witekfl witekfl at pld-linux.org
Tue Jan 14 17:47:23 CET 2014


commit fe96713a7a0eb67e643af310d3de4d2055523da6
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Tue Jan 14 17:45:52 2014 +0100

    - subsection -> section to satisfy makeinfo

 texi-subsection.patch | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)
---
diff --git a/texi-subsection.patch b/texi-subsection.patch
new file mode 100644
index 0000000..8d1d58f
--- /dev/null
+++ b/texi-subsection.patch
@@ -0,0 +1,83 @@
+--- glib-1.2.10/docs/glib.texi.orig	2014-01-14 17:40:42.660496757 +0100
++++ glib-1.2.10/docs/glib.texi	2014-01-14 17:41:23.237790952 +0100
+@@ -108,7 +108,7 @@ This is edition @value{edition} of the G
+ @comment node-name, next, previous, up
+ @chapter Doubly linked lists
+ 
+- at subsection Functions
++ at section Functions
+ 
+ @deftypefun GList* g_list_alloc (void)
+ @end deftypefun
+@@ -165,7 +165,7 @@ This is edition @value{edition} of the G
+ @comment node-name, next, previous, up
+ @chapter Signly linked lists
+ 
+- at subsection Functions
++ at section Functions
+ @deftypefun GSList* g_slist_alloc (void)
+ @end deftypefun
+ 
+@@ -218,7 +218,7 @@ This is edition @value{edition} of the G
+ @comment node-name, next, previous, up
+ @chapter List allocators
+ 
+- at subsection Functions
++ at section Functions
+ 
+ @deftypefun GListAllocator* g_list_allocator_new (void)
+ @end deftypefun
+@@ -236,7 +236,7 @@ This is edition @value{edition} of the G
+ @comment node-name, next, previous, up
+ @chapter Hash tables
+ 
+- at subsection Functions
++ at section Functions
+ 
+ @deftypefun GHashTable* g_hash_table_new (GHashFunc @var{hash_func}, GCompareFunc @var{key_compare_func})
+ @end deftypefun
+@@ -266,7 +266,7 @@ This is edition @value{edition} of the G
+ @comment node-name, next, previous, up
+ @chapter Cache handling
+ 
+- at subsection Functions
++ at section Functions
+ 
+ @deftypefun GCache* g_cache_new (GCacheNewFunc @var{value_new_func}, GCacheDestroyFunc @var{value_destroy_func}, GCacheDupFunc @var{key_dup_func}, GCacheDestroyFunc @var{key_destroy_func}, GHashFunc @var{hash_key_func}, GHashFunc @var{hash_value_func}, GCompareFunc @var{key_compare_func})
+ @end deftypefun
+@@ -290,7 +290,7 @@ This is edition @value{edition} of the G
+ @comment node-name, next, previous, up
+ @chapter Tree handling
+ 
+- at subsection Functions
++ at section Functions
+ 
+ @deftypefun GTree* g_tree_new (GCompareFunc @var{key_compare_func})
+ @end deftypefun
+@@ -320,7 +320,7 @@ This is edition @value{edition} of the G
+ @comment node-name, next, previous, up
+ @chapter Memory handling
+ 
+- at subsection Functions
++ at section Functions
+ 
+ @deftypefun gpointer g_malloc (gulong @var{size})
+ @end deftypefun
+@@ -371,7 +371,7 @@ be freed (but which we haven't gotten ar
+ @comment node-name, next, previous, up
+ @chapter Timer functions
+ 
+- at subsection Functions
++ at section Functions
+ 
+ @deftypefun GTimer* g_timer_new (void)
+ @end deftypefun
+@@ -395,7 +395,7 @@ be freed (but which we haven't gotten ar
+ @comment node-name, next, previous, up
+ @chapter Output functions
+ 
+- at subsection Functions
++ at section Functions
+ 
+ @deftypefun void g_error (gchar *@var{format}, @dots{})
+ @end deftypefun
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glib.git/commitdiff/d3a04f81e37ed799830064e19448c2816ba45e69



More information about the pld-cvs-commit mailing list