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