.cvsignore updates

.cvsignore updates
This commit is contained in:
Sebastian Wilhelmi 2000-10-12 15:36:29 +00:00
parent f70ef2aa26
commit 8131a71780
4 changed files with 55 additions and 55 deletions

View File

@ -1,9 +1,56 @@
<!-- ##### MACRO popen ##### -->
<para>
</para>
<!-- ##### MACRO pclose ##### -->
<para>
</para>
<!-- ##### MACRO lseek ##### -->
<para>
</para>
<!-- ##### 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 getpid ##### -->
<para>
</para>
<!-- ##### MACRO close ##### -->
<para>
</para>
<!-- ##### MACRO fdopen ##### -->
<para>
</para>
<!-- ##### MACRO getcwd ##### -->
<para>
</para>
<!-- ##### USER_FUNCTION GSearchFunc ##### -->
<para>
Specifies the type of function passed to g_tree_search().
@ -21,7 +68,7 @@ value if the desired key comes after @key.
</para>
<!-- ##### MACRO pclose ##### -->
<!-- ##### MACRO access ##### -->
<para>
</para>
@ -34,13 +81,7 @@ Turns the argument into a string literal by using the '#' stringizing operator.
@x: text to convert to a literal string.
<!-- ##### MACRO popen ##### -->
<para>
</para>
<!-- ##### MACRO access ##### -->
<!-- ##### MACRO read ##### -->
<para>
</para>
@ -52,33 +93,11 @@ Turns the argument into a string literal by using the '#' stringizing operator.
</para>
<!-- ##### MACRO getpid ##### -->
<!-- ##### USER_FUNCTION GFreeFunc ##### -->
<para>
</para>
<!-- ##### MACRO fdopen ##### -->
<para>
</para>
<!-- ##### MACRO close ##### -->
<para>
</para>
<!-- ##### MACRO getcwd ##### -->
<para>
</para>
<!-- ##### MACRO read ##### -->
<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:

View 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:

View 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.

View 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