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