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