comparison src/audacious/dbus-service.h @ 4574:744953f257fb

uncomment last dbus functions that need UI access
author mf0102 <0102@gmx.at>
date Wed, 21 May 2008 13:58:45 +0200
parents 2eee464379dc
children c2d739b4c84d
comparison
equal deleted inserted replaced
4573:11f7874f3a95 4574:744953f257fb
190 gboolean audacious_rc_show_filebrowser(RemoteObject *obj, gboolean show, GError **error); //new Nov 8 190 gboolean audacious_rc_show_filebrowser(RemoteObject *obj, gboolean show, GError **error); //new Nov 8
191 gboolean audacious_rc_play_pause(RemoteObject *obj, GError **error); 191 gboolean audacious_rc_play_pause(RemoteObject *obj, GError **error);
192 gboolean audacious_rc_activate(RemoteObject *obj, GError **error); 192 gboolean audacious_rc_activate(RemoteObject *obj, GError **error);
193 gboolean audacious_rc_queue_get_list_pos(RemoteObject *obj, gint qpos, gint *pos, GError **error); 193 gboolean audacious_rc_queue_get_list_pos(RemoteObject *obj, gint qpos, gint *pos, GError **error);
194 gboolean audacious_rc_queue_get_queue_pos(RemoteObject *obj, gint pos, gint *qpos, GError **error); 194 gboolean audacious_rc_queue_get_queue_pos(RemoteObject *obj, gint pos, gint *qpos, GError **error);
195 #if 0
195 gboolean audacious_rc_get_skin(RemoteObject *obj, gchar **skin, GError **error); 196 gboolean audacious_rc_get_skin(RemoteObject *obj, gchar **skin, GError **error);
196 gboolean audacious_rc_set_skin(RemoteObject *obj, gchar *skin, GError **error); 197 gboolean audacious_rc_set_skin(RemoteObject *obj, gchar *skin, GError **error);
198 #endif
197 gboolean audacious_rc_get_info(RemoteObject *obj, gint *rate, gint *freq, gint *nch, GError **error); 199 gboolean audacious_rc_get_info(RemoteObject *obj, gint *rate, gint *freq, gint *nch, GError **error);
198 gboolean audacious_rc_toggle_aot(RemoteObject *obj, gboolean ontop, GError **error); 200 gboolean audacious_rc_toggle_aot(RemoteObject *obj, gboolean ontop, GError **error);
199 gboolean audacious_rc_get_playqueue_length(RemoteObject *obj, gint *length, GError **error); 201 gboolean audacious_rc_get_playqueue_length(RemoteObject *obj, gint *length, GError **error);
200 gboolean audacious_rc_playqueue_add(RemoteObject *obj, gint pos, GError **error); 202 gboolean audacious_rc_playqueue_add(RemoteObject *obj, gint pos, GError **error);
201 gboolean audacious_rc_playqueue_remove(RemoteObject *obj, gint pos, GError **error); 203 gboolean audacious_rc_playqueue_remove(RemoteObject *obj, gint pos, GError **error);
203 gboolean audacious_rc_playqueue_is_queued(RemoteObject *obj, gint pos, gboolean *is_queued, GError **error); 205 gboolean audacious_rc_playqueue_is_queued(RemoteObject *obj, gint pos, gboolean *is_queued, GError **error);
204 gboolean audacious_rc_playlist_ins_url_string(RemoteObject *obj, gchar *url, gint pos, GError **error); 206 gboolean audacious_rc_playlist_ins_url_string(RemoteObject *obj, gchar *url, gint pos, GError **error);
205 gboolean audacious_rc_playlist_enqueue_to_temp(RemoteObject *obj, gchar *url, GError **error); 207 gboolean audacious_rc_playlist_enqueue_to_temp(RemoteObject *obj, gchar *url, GError **error);
206 gboolean audacious_rc_playlist_add(RemoteObject *obj, gpointer list, GError **error); 208 gboolean audacious_rc_playlist_add(RemoteObject *obj, gpointer list, GError **error);
207 209
210 #if 0
208 /* new on nov 7 */ 211 /* new on nov 7 */
209 gboolean audacious_rc_get_eq(RemoteObject *obj, gdouble *preamp, GArray **bands, GError **error); 212 gboolean audacious_rc_get_eq(RemoteObject *obj, gdouble *preamp, GArray **bands, GError **error);
210 gboolean audacious_rc_get_eq_preamp(RemoteObject *obj, gdouble *preamp, GError **error); 213 gboolean audacious_rc_get_eq_preamp(RemoteObject *obj, gdouble *preamp, GError **error);
211 gboolean audacious_rc_get_eq_band(RemoteObject *obj, gint band, gdouble *value, GError **error); 214 gboolean audacious_rc_get_eq_band(RemoteObject *obj, gint band, gdouble *value, GError **error);
212 gboolean audacious_rc_set_eq(RemoteObject *obj, gdouble preamp, GArray *bands, GError **error); 215 gboolean audacious_rc_set_eq(RemoteObject *obj, gdouble preamp, GArray *bands, GError **error);
213 gboolean audacious_rc_set_eq_preamp(RemoteObject *obj, gdouble preamp, GError **error); 216 gboolean audacious_rc_set_eq_preamp(RemoteObject *obj, gdouble preamp, GError **error);
214 gboolean audacious_rc_set_eq_band(RemoteObject *obj, gint band, gdouble value, GError **error); 217 gboolean audacious_rc_set_eq_band(RemoteObject *obj, gint band, gdouble value, GError **error);
215 gboolean audacious_rc_equalizer_activate(RemoteObject *obj, gboolean active, GError **error); 218 gboolean audacious_rc_equalizer_activate(RemoteObject *obj, gboolean active, GError **error);
219 #endif
216 220
217 #endif /* AUDACIOUS_DBUS_SERVICE_H */ 221 #endif /* AUDACIOUS_DBUS_SERVICE_H */