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