Mercurial > audlegacy
annotate doc/libaudacious/libaudacious-decl.txt @ 3307:b5b2573db5c2 trunk
add required header for plugin-customized menus
author | Giacomo Lozito <james@develia.org> |
---|---|
date | Fri, 10 Aug 2007 17:09:36 +0200 |
parents | 72ec866d6b81 |
children |
rev | line source |
---|---|
2090
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
1 <STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
2 <NAME>ConfigDb</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
3 </STRUCT> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
4 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
5 <NAME>bmp_cfg_db_open</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
6 <RETURNS>ConfigDb *</RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
7 |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
8 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
9 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
10 <NAME>bmp_cfg_db_close</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
11 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
12 ConfigDb *db |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
13 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
14 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
15 <NAME>bmp_cfg_db_get_string</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
16 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
17 ConfigDb *db,const gchar *section,const gchar *key,gchar **value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
18 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
19 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
20 <NAME>bmp_cfg_db_get_int</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
21 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
22 ConfigDb *db,const gchar *section,const gchar *key,gint *value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
23 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
24 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
25 <NAME>bmp_cfg_db_get_bool</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
26 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
27 ConfigDb *db,const gchar *section,const gchar *key,gboolean *value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
28 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
29 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
30 <NAME>bmp_cfg_db_get_float</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
31 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
32 ConfigDb *db,const gchar *section,const gchar *key,gfloat *value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
33 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
34 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
35 <NAME>bmp_cfg_db_get_double</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
36 <RETURNS>gboolean </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
37 ConfigDb *db,const gchar *section,const gchar *key,gdouble *value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
38 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
39 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
40 <NAME>bmp_cfg_db_set_string</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
41 <RETURNS>void </RETURNS> |
2586 | 42 ConfigDb *db,const gchar *section,const gchar *key,const gchar *value |
2090
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
43 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
44 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
45 <NAME>bmp_cfg_db_set_int</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
46 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
47 ConfigDb *db,const gchar *section,const gchar *key,gint value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
48 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
49 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
50 <NAME>bmp_cfg_db_set_bool</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
51 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
52 ConfigDb *db,const gchar *section,const gchar *key,gboolean value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
53 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
54 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
55 <NAME>bmp_cfg_db_set_float</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
56 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
57 ConfigDb *db,const gchar *section,const gchar *key,gfloat value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
58 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
59 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
60 <NAME>bmp_cfg_db_set_double</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
61 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
62 ConfigDb *db,const gchar *section,const gchar *key,gdouble value |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
63 </FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
64 <FUNCTION> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
65 <NAME>bmp_cfg_db_unset_key</NAME> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
66 <RETURNS>void </RETURNS> |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
67 ConfigDb *db,const gchar *section,const gchar *key |
b89947411061
[svn] Make controlsocket.c happier. Still a ton of warnings, but it compiles now.
kiyoshi
parents:
2072
diff
changeset
|
68 </FUNCTION> |
2053 | 69 <FUNCTION> |
70 <NAME>xmms_connect_to_session</NAME> | |
71 <RETURNS>gint </RETURNS> | |
72 gint session | |
73 </FUNCTION> | |
74 <FUNCTION> | |
75 <NAME>xmms_remote_playlist</NAME> | |
76 <RETURNS>void </RETURNS> | |
77 gint session, gchar ** list, gint num,gboolean enqueue | |
78 </FUNCTION> | |
79 <FUNCTION> | |
80 <NAME>xmms_remote_get_version</NAME> | |
81 <RETURNS>gint </RETURNS> | |
82 gint session | |
83 </FUNCTION> | |
84 <FUNCTION> | |
85 <NAME>xmms_remote_playlist_add</NAME> | |
86 <RETURNS>void </RETURNS> | |
87 gint session, GList * list | |
88 </FUNCTION> | |
89 <FUNCTION> | |
90 <NAME>xmms_remote_playlist_delete</NAME> | |
91 <RETURNS>void </RETURNS> | |
92 gint session, gint pos | |
93 </FUNCTION> | |
94 <FUNCTION> | |
95 <NAME>xmms_remote_play</NAME> | |
96 <RETURNS>void </RETURNS> | |
97 gint session | |
98 </FUNCTION> | |
99 <FUNCTION> | |
100 <NAME>xmms_remote_pause</NAME> | |
101 <RETURNS>void </RETURNS> | |
102 gint session | |
103 </FUNCTION> | |
104 <FUNCTION> | |
105 <NAME>xmms_remote_stop</NAME> | |
106 <RETURNS>void </RETURNS> | |
107 gint session | |
108 </FUNCTION> | |
109 <FUNCTION> | |
110 <NAME>xmms_remote_is_playing</NAME> | |
111 <RETURNS>gboolean </RETURNS> | |
112 gint session | |
113 </FUNCTION> | |
114 <FUNCTION> | |
115 <NAME>xmms_remote_is_paused</NAME> | |
116 <RETURNS>gboolean </RETURNS> | |
117 gint session | |
118 </FUNCTION> | |
119 <FUNCTION> | |
120 <NAME>xmms_remote_get_playlist_pos</NAME> | |
121 <RETURNS>gint </RETURNS> | |
122 gint session | |
123 </FUNCTION> | |
124 <FUNCTION> | |
125 <NAME>xmms_remote_set_playlist_pos</NAME> | |
126 <RETURNS>void </RETURNS> | |
127 gint session, gint pos | |
128 </FUNCTION> | |
129 <FUNCTION> | |
130 <NAME>xmms_remote_get_playlist_length</NAME> | |
131 <RETURNS>gint </RETURNS> | |
132 gint session | |
133 </FUNCTION> | |
134 <FUNCTION> | |
135 <NAME>xmms_remote_playlist_clear</NAME> | |
136 <RETURNS>void </RETURNS> | |
137 gint session | |
138 </FUNCTION> | |
139 <FUNCTION> | |
140 <NAME>xmms_remote_get_output_time</NAME> | |
141 <RETURNS>gint </RETURNS> | |
142 gint session | |
143 </FUNCTION> | |
144 <FUNCTION> | |
145 <NAME>xmms_remote_jump_to_time</NAME> | |
146 <RETURNS>void </RETURNS> | |
147 gint session, gint pos | |
148 </FUNCTION> | |
149 <FUNCTION> | |
150 <NAME>xmms_remote_get_volume</NAME> | |
151 <RETURNS>void </RETURNS> | |
152 gint session, gint * vl, gint * vr | |
153 </FUNCTION> | |
154 <FUNCTION> | |
155 <NAME>xmms_remote_get_main_volume</NAME> | |
156 <RETURNS>gint </RETURNS> | |
157 gint session | |
158 </FUNCTION> | |
159 <FUNCTION> | |
160 <NAME>xmms_remote_get_balance</NAME> | |
161 <RETURNS>gint </RETURNS> | |
162 gint session | |
163 </FUNCTION> | |
164 <FUNCTION> | |
165 <NAME>xmms_remote_set_volume</NAME> | |
166 <RETURNS>void </RETURNS> | |
167 gint session, gint vl, gint vr | |
168 </FUNCTION> | |
169 <FUNCTION> | |
170 <NAME>xmms_remote_set_main_volume</NAME> | |
171 <RETURNS>void </RETURNS> | |
172 gint session, gint v | |
173 </FUNCTION> | |
174 <FUNCTION> | |
175 <NAME>xmms_remote_set_balance</NAME> | |
176 <RETURNS>void </RETURNS> | |
177 gint session, gint b | |
178 </FUNCTION> | |
179 <FUNCTION> | |
180 <NAME>xmms_remote_get_skin</NAME> | |
181 <RETURNS>gchar *</RETURNS> | |
182 gint session | |
183 </FUNCTION> | |
184 <FUNCTION> | |
185 <NAME>xmms_remote_set_skin</NAME> | |
186 <RETURNS>void </RETURNS> | |
187 gint session, gchar * skinfile | |
188 </FUNCTION> | |
189 <FUNCTION> | |
190 <NAME>xmms_remote_get_playlist_file</NAME> | |
191 <RETURNS>gchar *</RETURNS> | |
192 gint session, gint pos | |
193 </FUNCTION> | |
194 <FUNCTION> | |
195 <NAME>xmms_remote_get_playlist_title</NAME> | |
196 <RETURNS>gchar *</RETURNS> | |
197 gint session, gint pos | |
198 </FUNCTION> | |
199 <FUNCTION> | |
200 <NAME>xmms_remote_get_playlist_time</NAME> | |
201 <RETURNS>gint </RETURNS> | |
202 gint session, gint pos | |
203 </FUNCTION> | |
204 <FUNCTION> | |
205 <NAME>xmms_remote_get_info</NAME> | |
206 <RETURNS>void </RETURNS> | |
207 gint session, gint * rate, gint * freq,gint * nch | |
208 </FUNCTION> | |
209 <FUNCTION> | |
210 <NAME>xmms_remote_main_win_toggle</NAME> | |
211 <RETURNS>void </RETURNS> | |
212 gint session, gboolean show | |
213 </FUNCTION> | |
214 <FUNCTION> | |
215 <NAME>xmms_remote_pl_win_toggle</NAME> | |
216 <RETURNS>void </RETURNS> | |
217 gint session, gboolean show | |
218 </FUNCTION> | |
219 <FUNCTION> | |
220 <NAME>xmms_remote_eq_win_toggle</NAME> | |
221 <RETURNS>void </RETURNS> | |
222 gint session, gboolean show | |
223 </FUNCTION> | |
224 <FUNCTION> | |
225 <NAME>xmms_remote_is_main_win</NAME> | |
226 <RETURNS>gboolean </RETURNS> | |
227 gint session | |
228 </FUNCTION> | |
229 <FUNCTION> | |
230 <NAME>xmms_remote_is_pl_win</NAME> | |
231 <RETURNS>gboolean </RETURNS> | |
232 gint session | |
233 </FUNCTION> | |
234 <FUNCTION> | |
235 <NAME>xmms_remote_is_eq_win</NAME> | |
236 <RETURNS>gboolean </RETURNS> | |
237 gint session | |
238 </FUNCTION> | |
239 <FUNCTION> | |
240 <NAME>xmms_remote_show_prefs_box</NAME> | |
241 <RETURNS>void </RETURNS> | |
242 gint session | |
243 </FUNCTION> | |
244 <FUNCTION> | |
245 <NAME>xmms_remote_toggle_aot</NAME> | |
246 <RETURNS>void </RETURNS> | |
247 gint session, gboolean ontop | |
248 </FUNCTION> | |
249 <FUNCTION> | |
250 <NAME>xmms_remote_eject</NAME> | |
251 <RETURNS>void </RETURNS> | |
252 gint session | |
253 </FUNCTION> | |
254 <FUNCTION> | |
255 <NAME>xmms_remote_playlist_prev</NAME> | |
256 <RETURNS>void </RETURNS> | |
257 gint session | |
258 </FUNCTION> | |
259 <FUNCTION> | |
260 <NAME>xmms_remote_playlist_next</NAME> | |
261 <RETURNS>void </RETURNS> | |
262 gint session | |
263 </FUNCTION> | |
264 <FUNCTION> | |
265 <NAME>xmms_remote_playlist_add_url_string</NAME> | |
266 <RETURNS>void </RETURNS> | |
267 gint session, gchar * string | |
268 </FUNCTION> | |
269 <FUNCTION> | |
2215
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
270 <NAME>xmms_remote_playlist_enqueue_to_temp</NAME> |
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
271 <RETURNS>void </RETURNS> |
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
272 gint session, gchar * string |
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
273 </FUNCTION> |
0264fabf471d
[svn] equalizer.c: port from GtkCTree to GtkTreeView. Patch by external contributer Michael Farber <01mf02 -at- gmail.com>
kiyoshi
parents:
2090
diff
changeset
|
274 <FUNCTION> |
2053 | 275 <NAME>xmms_remote_is_running</NAME> |
276 <RETURNS>gboolean </RETURNS> | |
277 gint session | |
278 </FUNCTION> | |
279 <FUNCTION> | |
280 <NAME>xmms_remote_toggle_repeat</NAME> | |
281 <RETURNS>void </RETURNS> | |
282 gint session | |
283 </FUNCTION> | |
284 <FUNCTION> | |
285 <NAME>xmms_remote_toggle_shuffle</NAME> | |
286 <RETURNS>void </RETURNS> | |
287 gint session | |
288 </FUNCTION> | |
289 <FUNCTION> | |
290 <NAME>xmms_remote_is_repeat</NAME> | |
291 <RETURNS>gboolean </RETURNS> | |
292 gint session | |
293 </FUNCTION> | |
294 <FUNCTION> | |
295 <NAME>xmms_remote_is_shuffle</NAME> | |
296 <RETURNS>gboolean </RETURNS> | |
297 gint session | |
298 </FUNCTION> | |
299 <FUNCTION> | |
300 <NAME>xmms_remote_get_eq</NAME> | |
301 <RETURNS>void </RETURNS> | |
302 gint session, gfloat * preamp,gfloat ** bands | |
303 </FUNCTION> | |
304 <FUNCTION> | |
305 <NAME>xmms_remote_get_eq_preamp</NAME> | |
306 <RETURNS>gfloat </RETURNS> | |
307 gint session | |
308 </FUNCTION> | |
309 <FUNCTION> | |
310 <NAME>xmms_remote_get_eq_band</NAME> | |
311 <RETURNS>gfloat </RETURNS> | |
312 gint session, gint band | |
313 </FUNCTION> | |
314 <FUNCTION> | |
315 <NAME>xmms_remote_set_eq</NAME> | |
316 <RETURNS>void </RETURNS> | |
317 gint session, gfloat preamp, gfloat * bands | |
318 </FUNCTION> | |
319 <FUNCTION> | |
320 <NAME>xmms_remote_set_eq_preamp</NAME> | |
321 <RETURNS>void </RETURNS> | |
322 gint session, gfloat preamp | |
323 </FUNCTION> | |
324 <FUNCTION> | |
325 <NAME>xmms_remote_set_eq_band</NAME> | |
326 <RETURNS>void </RETURNS> | |
327 gint session, gint band, gfloat value | |
328 </FUNCTION> | |
329 <FUNCTION> | |
330 <NAME>xmms_remote_quit</NAME> | |
331 <RETURNS>void </RETURNS> | |
332 gint session | |
333 </FUNCTION> | |
334 <FUNCTION> | |
335 <NAME>xmms_remote_play_pause</NAME> | |
336 <RETURNS>void </RETURNS> | |
337 gint session | |
338 </FUNCTION> | |
339 <FUNCTION> | |
340 <NAME>xmms_remote_playlist_ins_url_string</NAME> | |
341 <RETURNS>void </RETURNS> | |
342 gint session, gchar * string,gint pos | |
343 </FUNCTION> | |
344 <FUNCTION> | |
345 <NAME>xmms_remote_playqueue_add</NAME> | |
346 <RETURNS>void </RETURNS> | |
347 gint session, gint pos | |
348 </FUNCTION> | |
349 <FUNCTION> | |
350 <NAME>xmms_remote_playqueue_remove</NAME> | |
351 <RETURNS>void </RETURNS> | |
352 gint session, gint pos | |
353 </FUNCTION> | |
354 <FUNCTION> | |
355 <NAME>xmms_remote_get_playqueue_length</NAME> | |
356 <RETURNS>gint </RETURNS> | |
357 gint session | |
358 </FUNCTION> | |
359 <FUNCTION> | |
360 <NAME>xmms_remote_toggle_advance</NAME> | |
361 <RETURNS>void </RETURNS> | |
362 gint session | |
363 </FUNCTION> | |
364 <FUNCTION> | |
365 <NAME>xmms_remote_is_advance</NAME> | |
366 <RETURNS>gboolean </RETURNS> | |
367 gint session | |
368 </FUNCTION> | |
369 <FUNCTION> | |
370 <NAME>xmms_remote_activate</NAME> | |
371 <RETURNS>void </RETURNS> | |
372 gint session | |
373 </FUNCTION> | |
374 <FUNCTION> | |
375 <NAME>xmms_remote_show_jtf_box</NAME> | |
376 <RETURNS>void </RETURNS> | |
377 gint session | |
378 </FUNCTION> | |
379 <FUNCTION> | |
380 <NAME>xmms_remote_playqueue_clear</NAME> | |
381 <RETURNS>void </RETURNS> | |
382 gint session | |
383 </FUNCTION> | |
384 <FUNCTION> | |
385 <NAME>xmms_remote_playqueue_is_queued</NAME> | |
386 <RETURNS>gboolean </RETURNS> | |
387 gint session, gint pos | |
388 </FUNCTION> | |
389 <FUNCTION> | |
390 <NAME>xmms_remote_get_playqueue_position</NAME> | |
391 <RETURNS>gint </RETURNS> | |
392 gint session, gint pos | |
393 </FUNCTION> | |
394 <FUNCTION> | |
395 <NAME>xmms_remote_get_playqueue_queue_position</NAME> | |
396 <RETURNS>gint </RETURNS> | |
397 gint session, gint pos | |
398 </FUNCTION> | |
399 <FUNCTION> | |
400 <NAME>audacious_set_session_uri</NAME> | |
401 <RETURNS>void </RETURNS> | |
402 gchar *uri | |
403 </FUNCTION> | |
404 <FUNCTION> | |
405 <NAME>audacious_get_session_uri</NAME> | |
406 <RETURNS>gchar *</RETURNS> | |
407 gint session | |
408 </FUNCTION> | |
409 <FUNCTION> | |
410 <NAME>audacious_set_session_type</NAME> | |
411 <RETURNS>void </RETURNS> | |
412 gint type | |
413 </FUNCTION> | |
414 <FUNCTION> | |
415 <NAME>xmms_remote_play_files</NAME> | |
416 <RETURNS>void </RETURNS> | |
417 gint session, GList * list | |
418 </FUNCTION> | |
419 <MACRO> | |
420 <NAME>xmms_remote_add_files</NAME> | |
421 #define xmms_remote_add_files(session,list) \ | |
422 xmms_remote_playlist_add(session,list) | |
423 </MACRO> |