mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 20:35:49 +01:00
.cvsignore updates
.cvsignore updates
This commit is contained in:
parent
f70ef2aa26
commit
8131a71780
@ -1,9 +1,56 @@
|
|||||||
|
<!-- ##### MACRO popen ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- ##### MACRO pclose ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO lseek ##### -->
|
<!-- ##### MACRO lseek ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</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 ##### -->
|
<!-- ##### USER_FUNCTION GSearchFunc ##### -->
|
||||||
<para>
|
<para>
|
||||||
Specifies the type of function passed to g_tree_search().
|
Specifies the type of function passed to g_tree_search().
|
||||||
@ -21,7 +68,7 @@ value if the desired key comes after @key.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO pclose ##### -->
|
<!-- ##### MACRO access ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</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.
|
@x: text to convert to a literal string.
|
||||||
|
|
||||||
<!-- ##### MACRO popen ##### -->
|
<!-- ##### MACRO read ##### -->
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO access ##### -->
|
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
@ -52,33 +93,11 @@ Turns the argument into a string literal by using the '#' stringizing operator.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO getpid ##### -->
|
<!-- ##### USER_FUNCTION GFreeFunc ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
Declares a type of function which takes an arbitrary data pointer argument
|
||||||
</para>
|
and has no return value. It is not currently used in GLib or GTK+.
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO fdopen ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO close ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO getcwd ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
|
||||||
|
|
||||||
|
|
||||||
<!-- ##### MACRO read ##### -->
|
|
||||||
<para>
|
|
||||||
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
@data:
|
||||||
|
|
||||||
|
@ -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:
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -113,18 +113,6 @@ the node is inserted as the last child of @parent.
|
|||||||
@Returns: the inserted #GNode.
|
@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 ##### -->
|
<!-- ##### MACRO g_node_append ##### -->
|
||||||
<para>
|
<para>
|
||||||
Inserts a #GNode as the last child of the given parent.
|
Inserts a #GNode as the last child of the given parent.
|
||||||
|
@ -15,7 +15,9 @@ node-test
|
|||||||
queue-test
|
queue-test
|
||||||
rand-test
|
rand-test
|
||||||
relation-test
|
relation-test
|
||||||
|
shell-test
|
||||||
slist-test
|
slist-test
|
||||||
|
spawn-test
|
||||||
stamp-gc-h
|
stamp-gc-h
|
||||||
stamp-h
|
stamp-h
|
||||||
strfunc-test
|
strfunc-test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user