.cvsignore updates
[platform/upstream/glib.git] / docs / reference / glib / tmpl / glib-unused.sgml
1 <!-- ##### MACRO popen ##### -->
2 <para>
3
4 </para>
5
6
7 <!-- ##### MACRO pclose ##### -->
8 <para>
9
10 </para>
11
12
13 <!-- ##### MACRO lseek ##### -->
14 <para>
15
16 </para>
17
18
19 <!-- ##### FUNCTION g_node_insert_after ##### -->
20 <para>
21 Inserts a #GNode beneath the parent after the given sibling.
22 </para>
23
24 @parent: the #GNode to place @node under.
25 @sibling: the sibling #GNode to place @node after. If sibling is NULL,
26 the node is inserted as the first child of @parent.
27 @node: the #GNode to insert.
28 @Returns: the inserted #GNode.
29
30 <!-- ##### MACRO getpid ##### -->
31 <para>
32
33 </para>
34
35
36 <!-- ##### MACRO close ##### -->
37 <para>
38
39 </para>
40
41
42 <!-- ##### MACRO fdopen ##### -->
43 <para>
44
45 </para>
46
47
48 <!-- ##### MACRO getcwd ##### -->
49 <para>
50
51 </para>
52
53
54 <!-- ##### USER_FUNCTION GSearchFunc ##### -->
55 <para>
56 Specifies the type of function passed to g_tree_search().
57 </para>
58
59 @key: a key from a #GTree.
60 @data: the data to compare with the key.
61 @Returns: 0 if the desired key has been found, a negative number if the
62 desired key comes before @key in the sort order of the #GTree, or a positive
63 value if the desired key comes after @key.
64
65 <!-- ##### MACRO write ##### -->
66 <para>
67
68 </para>
69
70
71 <!-- ##### MACRO access ##### -->
72 <para>
73
74 </para>
75
76
77 <!-- ##### MACRO g_string ##### -->
78 <para>
79 Turns the argument into a string literal by using the '#' stringizing operator.
80 </para>
81
82 @x: text to convert to a literal string.
83
84 <!-- ##### MACRO read ##### -->
85 <para>
86
87 </para>
88
89
90 <!-- ##### MACRO open ##### -->
91 <para>
92
93 </para>
94
95
96 <!-- ##### USER_FUNCTION GFreeFunc ##### -->
97 <para>
98 Declares a type of function which takes an arbitrary data pointer argument
99 and has no return value. It is not currently used in GLib or GTK+.
100 </para>
101
102 @data: 
103