fixed a typo in a comment.
[platform/upstream/glib.git] / docs / reference / glib / tmpl / glib-unused.sgml
1 <!-- ##### USER_FUNCTION GCompareFuncData ##### -->
2 <para>
3
4 </para>
5
6 @a: 
7 @b: 
8 @user_data: 
9 @Returns: 
10
11 <!-- ##### USER_FUNCTION GCompletionStrcmpFunc ##### -->
12 <para>
13
14 </para>
15
16 @s1: 
17 @s2: 
18 @Returns: 
19
20 <!-- ##### USER_FUNCTION GHookFreeFunc ##### -->
21 <para>
22
23 </para>
24
25 @hook_list: 
26 @hook: 
27
28 <!-- ##### MACRO G_HOOK_DEFERRED_DESTROY ##### -->
29 <para>
30
31 </para>
32
33
34 <!-- ##### MACRO access ##### -->
35 <para>
36
37 </para>
38
39
40 <!-- ##### MACRO close ##### -->
41 <para>
42
43 </para>
44
45
46 <!-- ##### MACRO fdopen ##### -->
47 <para>
48
49 </para>
50
51
52 <!-- ##### FUNCTION g_convert_error_quark ##### -->
53 <para>
54
55 </para>
56
57 @Returns: 
58
59 <!-- ##### FUNCTION g_main_add_poll ##### -->
60 <para>
61 Adds a file descriptor to be polled.
62 This is usually combined with g_source_add() to add an event source.
63 The event source's check function will typically test the revents
64 field in the #GPollFD struct and return TRUE if events need to be processed.
65 </para>
66
67 @fd: a #GPollFD, which is a file descriptor together with a bitwise
68 combination of #GIOCondition flags determining which events to poll for.
69 @priority: the priority of the poll, which should be the same as the priority
70 used for g_source_add() to ensure that the file descriptor is polled whenever
71 the results may be needed.
72 See #G_PRIORITY_DEFAULT, #G_PRIORITY_DEFAULT_IDLE, #G_PRIORITY_HIGH,
73 #G_PRIORITY_HIGH_IDLE, and #G_PRIORITY_LOW.
74
75 <!-- ##### FUNCTION g_main_loop_destroy ##### -->
76 <para>
77
78 </para>
79
80 @loop: 
81
82 <!-- ##### FUNCTION g_main_remove_poll ##### -->
83 <para>
84 Removes a file descriptor from the list being polled.
85 </para>
86
87 @fd: the #GPollFD to remove.
88
89 <!-- ##### FUNCTION g_main_win32_get_poll_func ##### -->
90 <para>
91
92 </para>
93
94 @Returns: 
95
96 <!-- ##### FUNCTION g_mem_check ##### -->
97 <para>
98 Checks if the given memory has already been freed. If it has it outputs
99 a warning message.
100 To use this function you must configure glib with the flag
101 '--enable-mem-check=yes' before compiling.
102 </para>
103
104 @mem: the memory to check.
105
106 <!-- ##### FUNCTION g_source_add ##### -->
107 <para>
108 </para>
109
110 @priority: 
111 @can_recurse: 
112 @funcs: 
113 @source_data: 
114 @user_data: 
115 @notify: 
116 @Returns: 
117 @source: 
118 @context: 
119
120 <!-- ##### FUNCTION g_source_connect ##### -->
121 <para>
122
123 </para>
124
125 @source: 
126 @func: 
127 @data: 
128 @notify: 
129
130 <!-- ##### FUNCTION g_source_connect_indirect ##### -->
131 <para>
132
133 </para>
134
135 @source: 
136 @callback_data: 
137 @callback_funcs: 
138
139 <!-- ##### FUNCTION g_source_remove_by_source_data ##### -->
140 <para>
141 Removes the first event source found with the given source data.
142 </para>
143 <para>
144 Event sources are sorted with the highest priority first. Sources with equal
145 priority are stored in the order in which they were added.
146 </para>
147
148 @source_data: the source data, which contains information specific to the
149 type of source.
150 @Returns: TRUE if an event source was found and removed.
151
152 <!-- ##### FUNCTION g_static_private_get_for_thread ##### -->
153 <para>
154
155 </para>
156
157 @private_key: 
158 @thread: 
159 @Returns: 
160
161 <!-- ##### FUNCTION g_static_private_set_for_thread ##### -->
162 <para>
163
164 </para>
165
166 @private_key: 
167 @thread: 
168 @data: 
169 @notify: 
170
171 <!-- ##### MACRO g_string ##### -->
172 <para>
173 Turns the argument into a string literal by using the '#' stringizing operator.
174 </para>
175
176 @x: text to convert to a literal string.
177
178 <!-- ##### MACRO getcwd ##### -->
179 <para>
180
181 </para>
182
183
184 <!-- ##### MACRO getpid ##### -->
185 <para>
186
187 </para>
188
189
190 <!-- ##### MACRO lseek ##### -->
191 <para>
192
193 </para>
194
195
196 <!-- ##### MACRO open ##### -->
197 <para>
198
199 </para>
200
201
202 <!-- ##### MACRO pclose ##### -->
203 <para>
204
205 </para>
206
207
208 <!-- ##### MACRO popen ##### -->
209 <para>
210
211 </para>
212
213
214 <!-- ##### MACRO read ##### -->
215 <para>
216
217 </para>
218
219
220 <!-- ##### MACRO write ##### -->
221 <para>
222
223 </para>
224
225