.cvsignore updates
authorSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 12 Oct 2000 15:36:29 +0000 (15:36 +0000)
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>
Thu, 12 Oct 2000 15:36:29 +0000 (15:36 +0000)
.cvsignore updates

docs/reference/glib/tmpl/glib-unused.sgml
docs/reference/glib/tmpl/misc_utils.sgml
docs/reference/glib/tmpl/trees-nary.sgml
tests/.cvsignore

index bdd048e..17eb12c 100644 (file)
@@ -1,80 +1,85 @@
-<!-- ##### MACRO lseek ##### -->
+<!-- ##### MACRO popen ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### USER_FUNCTION GSearchFunc ##### -->
+<!-- ##### MACRO pclose ##### -->
 <para>
-Specifies the type of function passed to g_tree_search().
+
 </para>
 
-@key: a key from a #GTree.
-@data: the data to compare with the key.
-@Returns: 0 if the desired key has been found, a negative number if the
-desired key comes before @key in the sort order of the #GTree, or a positive
-value if the desired key comes after @key.
 
-<!-- ##### MACRO write ##### -->
+<!-- ##### MACRO lseek ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### MACRO pclose ##### -->
+<!-- ##### FUNCTION g_node_insert_after ##### -->
 <para>
-
+Inserts a #GNode beneath the parent after the given sibling.
 </para>
 
+@parent: the #GNode to place @node under.
+@sibling: the sibling #GNode to place @node after. If sibling is NULL,
+the node is inserted as the first child of @parent.
+@node: the #GNode to insert.
+@Returns: the inserted #GNode.
 
-<!-- ##### MACRO g_string ##### -->
+<!-- ##### MACRO getpid ##### -->
 <para>
-Turns the argument into a string literal by using the '#' stringizing operator.
+
 </para>
 
-@x: text to convert to a literal string.
 
-<!-- ##### MACRO popen ##### -->
+<!-- ##### MACRO close ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### MACRO access ##### -->
+<!-- ##### MACRO fdopen ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### MACRO open ##### -->
+<!-- ##### MACRO getcwd ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### MACRO getpid ##### -->
+<!-- ##### USER_FUNCTION GSearchFunc ##### -->
 <para>
-
+Specifies the type of function passed to g_tree_search().
 </para>
 
+@key: a key from a #GTree.
+@data: the data to compare with the key.
+@Returns: 0 if the desired key has been found, a negative number if the
+desired key comes before @key in the sort order of the #GTree, or a positive
+value if the desired key comes after @key.
 
-<!-- ##### MACRO fdopen ##### -->
+<!-- ##### MACRO write ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### MACRO close ##### -->
+<!-- ##### MACRO access ##### -->
 <para>
 
 </para>
 
 
-<!-- ##### MACRO getcwd ##### -->
+<!-- ##### MACRO g_string ##### -->
 <para>
-
+Turns the argument into a string literal by using the '#' stringizing operator.
 </para>
 
+@x: text to convert to a literal string.
 
 <!-- ##### MACRO read ##### -->
 <para>
@@ -82,3 +87,17 @@ Turns the argument into a string literal by using the '#' stringizing operator.
 </para>
 
 
+<!-- ##### MACRO open ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### USER_FUNCTION GFreeFunc ##### -->
+<para>
+Declares a type of function which takes an arbitrary data pointer argument
+and has no return value. It is not currently used in GLib or GTK+.
+</para>
+
+@data: 
+
index e9eadd9..8a4f8cf 100644 (file)
@@ -258,12 +258,3 @@ It is used to specify the type function passed to g_atexit().
 
 
 
-<!-- ##### USER_FUNCTION GFreeFunc ##### -->
-<para>
-Declares a type of function which takes an arbitrary data pointer argument
-and has no return value. It is not currently used in GLib or GTK+.
-</para>
-
-@data: 
-
-
index 8916fa6..2019c86 100644 (file)
@@ -113,18 +113,6 @@ the node is inserted as the last child of @parent.
 @Returns: the inserted #GNode.
 
 
-<!-- ##### FUNCTION g_node_insert_after ##### -->
-<para>
-Inserts a #GNode beneath the parent after the given sibling.
-</para>
-
-@parent: the #GNode to place @node under.
-@sibling: the sibling #GNode to place @node after. If sibling is NULL,
-the node is inserted as the first child of @parent.
-@node: the #GNode to insert.
-@Returns: the inserted #GNode.
-
-
 <!-- ##### MACRO g_node_append ##### -->
 <para>
 Inserts a #GNode as the last child of the given parent.
index f602436..f29f769 100644 (file)
@@ -15,7 +15,9 @@ node-test
 queue-test
 rand-test
 relation-test
+shell-test
 slist-test
+spawn-test
 stamp-gc-h
 stamp-h
 strfunc-test