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