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