Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$
|
#include <glib.h>
#include <dbus/dbus-glib.h>
Go to the source code of this file.
Defines | |
#define | DBUS_GLIB_CLIENT_WRAPPERS_org_atheme_audacious |
Typedefs | |
typedef void(* | org_atheme_audacious_version_reply )(DBusGProxy *proxy, char *OUT_version, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_quit_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_eject_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_main_win_visible_reply )(DBusGProxy *proxy, gboolean OUT_is_main_win, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_show_main_win_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_equalizer_visible_reply )(DBusGProxy *proxy, gboolean OUT_is_eq_win, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_show_equalizer_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_playlist_visible_reply )(DBusGProxy *proxy, gboolean OUT_is_pl_win, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_show_playlist_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_get_tuple_fields_reply )(DBusGProxy *proxy, char **OUT_fields, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_play_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_pause_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_stop_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_playing_reply )(DBusGProxy *proxy, gboolean OUT_is_playing, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_paused_reply )(DBusGProxy *proxy, gboolean OUT_is_paused, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_stopped_reply )(DBusGProxy *proxy, gboolean OUT_is_stopped, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_status_reply )(DBusGProxy *proxy, char *OUT_status, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_info_reply )(DBusGProxy *proxy, gint OUT_rate, gint OUT_freq, gint OUT_nch, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_time_reply )(DBusGProxy *proxy, guint OUT_time, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_seek_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_volume_reply )(DBusGProxy *proxy, gint OUT_vl, gint OUT_vr, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_set_volume_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_balance_reply )(DBusGProxy *proxy, gint OUT_balance, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_position_reply )(DBusGProxy *proxy, guint OUT_pos, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_advance_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_reverse_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_length_reply )(DBusGProxy *proxy, gint OUT_length, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_song_title_reply )(DBusGProxy *proxy, char *OUT_title, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_song_filename_reply )(DBusGProxy *proxy, char *OUT_filename, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_song_length_reply )(DBusGProxy *proxy, gint OUT_length, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_song_frames_reply )(DBusGProxy *proxy, gint OUT_length, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_song_tuple_reply )(DBusGProxy *proxy, GValue OUT_value, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_jump_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_add_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_add_url_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_add_list_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_open_list_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_open_list_to_temp_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_delete_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_clear_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_auto_advance_reply )(DBusGProxy *proxy, gboolean OUT_is_advance, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_toggle_auto_advance_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_repeat_reply )(DBusGProxy *proxy, gboolean OUT_is_repeat, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_toggle_repeat_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_shuffle_reply )(DBusGProxy *proxy, gboolean OUT_is_shuffle, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_toggle_shuffle_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_show_prefs_box_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_show_about_box_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_show_jtf_box_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_show_filebrowser_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_play_pause_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_activate_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_queue_get_list_pos_reply )(DBusGProxy *proxy, guint OUT_pos, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_queue_get_queue_pos_reply )(DBusGProxy *proxy, guint OUT_qpos, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_get_info_reply )(DBusGProxy *proxy, gint OUT_rate, gint OUT_freq, gint OUT_nch, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_toggle_aot_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_get_playqueue_length_reply )(DBusGProxy *proxy, gint OUT_length, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_playlist_ins_url_string_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_playlist_add_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_playqueue_add_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_playqueue_remove_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_playqueue_clear_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_playqueue_is_queued_reply )(DBusGProxy *proxy, gboolean OUT_is_queued, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_playlist_enqueue_to_temp_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_get_eq_reply )(DBusGProxy *proxy, gdouble OUT_preamp, GArray *OUT_bands, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_get_eq_preamp_reply )(DBusGProxy *proxy, gdouble OUT_preamp, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_get_eq_band_reply )(DBusGProxy *proxy, gdouble OUT_value, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_set_eq_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_set_eq_preamp_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_set_eq_band_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_equalizer_activate_reply )(DBusGProxy *proxy, GError *error, gpointer userdata) |
typedef void(* | org_atheme_audacious_get_active_playlist_name_reply )(DBusGProxy *proxy, char *OUT_plname, GError *error, gpointer userdata) |
Functions | |
static G_BEGIN_DECLS void | _dbus_glib_async_data_free (gpointer stuff) |
static gboolean | org_atheme_audacious_version (DBusGProxy *proxy, char **OUT_version, GError **error) |
static void | org_atheme_audacious_version_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_version_async (DBusGProxy *proxy, org_atheme_audacious_version_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_quit (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_quit_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_quit_async (DBusGProxy *proxy, org_atheme_audacious_quit_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_eject (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_eject_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_eject_async (DBusGProxy *proxy, org_atheme_audacious_eject_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_main_win_visible (DBusGProxy *proxy, gboolean *OUT_is_main_win, GError **error) |
static void | org_atheme_audacious_main_win_visible_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_main_win_visible_async (DBusGProxy *proxy, org_atheme_audacious_main_win_visible_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_show_main_win (DBusGProxy *proxy, const gboolean IN_show, GError **error) |
static void | org_atheme_audacious_show_main_win_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_show_main_win_async (DBusGProxy *proxy, const gboolean IN_show, org_atheme_audacious_show_main_win_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_equalizer_visible (DBusGProxy *proxy, gboolean *OUT_is_eq_win, GError **error) |
static void | org_atheme_audacious_equalizer_visible_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_equalizer_visible_async (DBusGProxy *proxy, org_atheme_audacious_equalizer_visible_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_show_equalizer (DBusGProxy *proxy, const gboolean IN_show, GError **error) |
static void | org_atheme_audacious_show_equalizer_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_show_equalizer_async (DBusGProxy *proxy, const gboolean IN_show, org_atheme_audacious_show_equalizer_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_playlist_visible (DBusGProxy *proxy, gboolean *OUT_is_pl_win, GError **error) |
static void | org_atheme_audacious_playlist_visible_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_playlist_visible_async (DBusGProxy *proxy, org_atheme_audacious_playlist_visible_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_show_playlist (DBusGProxy *proxy, const gboolean IN_show, GError **error) |
static void | org_atheme_audacious_show_playlist_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_show_playlist_async (DBusGProxy *proxy, const gboolean IN_show, org_atheme_audacious_show_playlist_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_get_tuple_fields (DBusGProxy *proxy, char ***OUT_fields, GError **error) |
static void | org_atheme_audacious_get_tuple_fields_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_get_tuple_fields_async (DBusGProxy *proxy, org_atheme_audacious_get_tuple_fields_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_play (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_play_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_play_async (DBusGProxy *proxy, org_atheme_audacious_play_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_pause (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_pause_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_pause_async (DBusGProxy *proxy, org_atheme_audacious_pause_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_stop (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_stop_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_stop_async (DBusGProxy *proxy, org_atheme_audacious_stop_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_playing (DBusGProxy *proxy, gboolean *OUT_is_playing, GError **error) |
static void | org_atheme_audacious_playing_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_playing_async (DBusGProxy *proxy, org_atheme_audacious_playing_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_paused (DBusGProxy *proxy, gboolean *OUT_is_paused, GError **error) |
static void | org_atheme_audacious_paused_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_paused_async (DBusGProxy *proxy, org_atheme_audacious_paused_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_stopped (DBusGProxy *proxy, gboolean *OUT_is_stopped, GError **error) |
static void | org_atheme_audacious_stopped_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_stopped_async (DBusGProxy *proxy, org_atheme_audacious_stopped_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_status (DBusGProxy *proxy, char **OUT_status, GError **error) |
static void | org_atheme_audacious_status_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_status_async (DBusGProxy *proxy, org_atheme_audacious_status_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_info (DBusGProxy *proxy, gint *OUT_rate, gint *OUT_freq, gint *OUT_nch, GError **error) |
static void | org_atheme_audacious_info_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_info_async (DBusGProxy *proxy, org_atheme_audacious_info_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_time (DBusGProxy *proxy, guint *OUT_time, GError **error) |
static void | org_atheme_audacious_time_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_time_async (DBusGProxy *proxy, org_atheme_audacious_time_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_seek (DBusGProxy *proxy, const guint IN_pos, GError **error) |
static void | org_atheme_audacious_seek_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_seek_async (DBusGProxy *proxy, const guint IN_pos, org_atheme_audacious_seek_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_volume (DBusGProxy *proxy, gint *OUT_vl, gint *OUT_vr, GError **error) |
static void | org_atheme_audacious_volume_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_volume_async (DBusGProxy *proxy, org_atheme_audacious_volume_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_set_volume (DBusGProxy *proxy, const gint IN_vl, const gint IN_vr, GError **error) |
static void | org_atheme_audacious_set_volume_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_set_volume_async (DBusGProxy *proxy, const gint IN_vl, const gint IN_vr, org_atheme_audacious_set_volume_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_balance (DBusGProxy *proxy, gint *OUT_balance, GError **error) |
static void | org_atheme_audacious_balance_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_balance_async (DBusGProxy *proxy, org_atheme_audacious_balance_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_position (DBusGProxy *proxy, guint *OUT_pos, GError **error) |
static void | org_atheme_audacious_position_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_position_async (DBusGProxy *proxy, org_atheme_audacious_position_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_advance (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_advance_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_advance_async (DBusGProxy *proxy, org_atheme_audacious_advance_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_reverse (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_reverse_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_reverse_async (DBusGProxy *proxy, org_atheme_audacious_reverse_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_length (DBusGProxy *proxy, gint *OUT_length, GError **error) |
static void | org_atheme_audacious_length_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_length_async (DBusGProxy *proxy, org_atheme_audacious_length_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_song_title (DBusGProxy *proxy, const guint IN_pos, char **OUT_title, GError **error) |
static void | org_atheme_audacious_song_title_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_song_title_async (DBusGProxy *proxy, const guint IN_pos, org_atheme_audacious_song_title_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_song_filename (DBusGProxy *proxy, const guint IN_pos, char **OUT_filename, GError **error) |
static void | org_atheme_audacious_song_filename_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_song_filename_async (DBusGProxy *proxy, const guint IN_pos, org_atheme_audacious_song_filename_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_song_length (DBusGProxy *proxy, const guint IN_pos, gint *OUT_length, GError **error) |
static void | org_atheme_audacious_song_length_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_song_length_async (DBusGProxy *proxy, const guint IN_pos, org_atheme_audacious_song_length_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_song_frames (DBusGProxy *proxy, const guint IN_pos, gint *OUT_length, GError **error) |
static void | org_atheme_audacious_song_frames_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_song_frames_async (DBusGProxy *proxy, const guint IN_pos, org_atheme_audacious_song_frames_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_song_tuple (DBusGProxy *proxy, const guint IN_pos, const char *IN_tuple, GValue *OUT_value, GError **error) |
static void | org_atheme_audacious_song_tuple_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_song_tuple_async (DBusGProxy *proxy, const guint IN_pos, const char *IN_tuple, org_atheme_audacious_song_tuple_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_jump (DBusGProxy *proxy, const guint IN_pos, GError **error) |
static void | org_atheme_audacious_jump_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_jump_async (DBusGProxy *proxy, const guint IN_pos, org_atheme_audacious_jump_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_add (DBusGProxy *proxy, const char *IN_file, GError **error) |
static void | org_atheme_audacious_add_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_add_async (DBusGProxy *proxy, const char *IN_file, org_atheme_audacious_add_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_add_url (DBusGProxy *proxy, const char *IN_url, GError **error) |
static void | org_atheme_audacious_add_url_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_add_url_async (DBusGProxy *proxy, const char *IN_url, org_atheme_audacious_add_url_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_add_list (DBusGProxy *proxy, const char **IN_filenames, GError **error) |
static void | org_atheme_audacious_add_list_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_add_list_async (DBusGProxy *proxy, const char **IN_filenames, org_atheme_audacious_add_list_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_open_list (DBusGProxy *proxy, const char **IN_filenames, GError **error) |
static void | org_atheme_audacious_open_list_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_open_list_async (DBusGProxy *proxy, const char **IN_filenames, org_atheme_audacious_open_list_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_open_list_to_temp (DBusGProxy *proxy, const char **IN_filenames, GError **error) |
static void | org_atheme_audacious_open_list_to_temp_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_open_list_to_temp_async (DBusGProxy *proxy, const char **IN_filenames, org_atheme_audacious_open_list_to_temp_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_delete (DBusGProxy *proxy, const guint IN_pos, GError **error) |
static void | org_atheme_audacious_delete_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_delete_async (DBusGProxy *proxy, const guint IN_pos, org_atheme_audacious_delete_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_clear (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_clear_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_clear_async (DBusGProxy *proxy, org_atheme_audacious_clear_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_auto_advance (DBusGProxy *proxy, gboolean *OUT_is_advance, GError **error) |
static void | org_atheme_audacious_auto_advance_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_auto_advance_async (DBusGProxy *proxy, org_atheme_audacious_auto_advance_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_toggle_auto_advance (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_toggle_auto_advance_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_toggle_auto_advance_async (DBusGProxy *proxy, org_atheme_audacious_toggle_auto_advance_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_repeat (DBusGProxy *proxy, gboolean *OUT_is_repeat, GError **error) |
static void | org_atheme_audacious_repeat_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_repeat_async (DBusGProxy *proxy, org_atheme_audacious_repeat_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_toggle_repeat (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_toggle_repeat_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_toggle_repeat_async (DBusGProxy *proxy, org_atheme_audacious_toggle_repeat_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_shuffle (DBusGProxy *proxy, gboolean *OUT_is_shuffle, GError **error) |
static void | org_atheme_audacious_shuffle_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_shuffle_async (DBusGProxy *proxy, org_atheme_audacious_shuffle_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_toggle_shuffle (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_toggle_shuffle_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_toggle_shuffle_async (DBusGProxy *proxy, org_atheme_audacious_toggle_shuffle_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_show_prefs_box (DBusGProxy *proxy, const gboolean IN_show, GError **error) |
static void | org_atheme_audacious_show_prefs_box_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_show_prefs_box_async (DBusGProxy *proxy, const gboolean IN_show, org_atheme_audacious_show_prefs_box_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_show_about_box (DBusGProxy *proxy, const gboolean IN_show, GError **error) |
static void | org_atheme_audacious_show_about_box_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_show_about_box_async (DBusGProxy *proxy, const gboolean IN_show, org_atheme_audacious_show_about_box_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_show_jtf_box (DBusGProxy *proxy, const gboolean IN_show, GError **error) |
static void | org_atheme_audacious_show_jtf_box_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_show_jtf_box_async (DBusGProxy *proxy, const gboolean IN_show, org_atheme_audacious_show_jtf_box_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_show_filebrowser (DBusGProxy *proxy, const gboolean IN_show, GError **error) |
static void | org_atheme_audacious_show_filebrowser_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_show_filebrowser_async (DBusGProxy *proxy, const gboolean IN_show, org_atheme_audacious_show_filebrowser_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_play_pause (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_play_pause_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_play_pause_async (DBusGProxy *proxy, org_atheme_audacious_play_pause_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_activate (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_activate_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_activate_async (DBusGProxy *proxy, org_atheme_audacious_activate_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_queue_get_list_pos (DBusGProxy *proxy, const guint IN_qpos, guint *OUT_pos, GError **error) |
static void | org_atheme_audacious_queue_get_list_pos_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_queue_get_list_pos_async (DBusGProxy *proxy, const guint IN_qpos, org_atheme_audacious_queue_get_list_pos_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_queue_get_queue_pos (DBusGProxy *proxy, const guint IN_pos, guint *OUT_qpos, GError **error) |
static void | org_atheme_audacious_queue_get_queue_pos_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_queue_get_queue_pos_async (DBusGProxy *proxy, const guint IN_pos, org_atheme_audacious_queue_get_queue_pos_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_get_info (DBusGProxy *proxy, gint *OUT_rate, gint *OUT_freq, gint *OUT_nch, GError **error) |
static void | org_atheme_audacious_get_info_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_get_info_async (DBusGProxy *proxy, org_atheme_audacious_get_info_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_toggle_aot (DBusGProxy *proxy, const gboolean IN_ontop, GError **error) |
static void | org_atheme_audacious_toggle_aot_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_toggle_aot_async (DBusGProxy *proxy, const gboolean IN_ontop, org_atheme_audacious_toggle_aot_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_get_playqueue_length (DBusGProxy *proxy, gint *OUT_length, GError **error) |
static void | org_atheme_audacious_get_playqueue_length_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_get_playqueue_length_async (DBusGProxy *proxy, org_atheme_audacious_get_playqueue_length_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_playlist_ins_url_string (DBusGProxy *proxy, const char *IN_url, const gint IN_pos, GError **error) |
static void | org_atheme_audacious_playlist_ins_url_string_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_playlist_ins_url_string_async (DBusGProxy *proxy, const char *IN_url, const gint IN_pos, org_atheme_audacious_playlist_ins_url_string_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_playlist_add (DBusGProxy *proxy, const char *IN_list, GError **error) |
static void | org_atheme_audacious_playlist_add_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_playlist_add_async (DBusGProxy *proxy, const char *IN_list, org_atheme_audacious_playlist_add_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_playqueue_add (DBusGProxy *proxy, const gint IN_pos, GError **error) |
static void | org_atheme_audacious_playqueue_add_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_playqueue_add_async (DBusGProxy *proxy, const gint IN_pos, org_atheme_audacious_playqueue_add_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_playqueue_remove (DBusGProxy *proxy, const gint IN_pos, GError **error) |
static void | org_atheme_audacious_playqueue_remove_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_playqueue_remove_async (DBusGProxy *proxy, const gint IN_pos, org_atheme_audacious_playqueue_remove_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_playqueue_clear (DBusGProxy *proxy, GError **error) |
static void | org_atheme_audacious_playqueue_clear_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_playqueue_clear_async (DBusGProxy *proxy, org_atheme_audacious_playqueue_clear_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_playqueue_is_queued (DBusGProxy *proxy, const gint IN_pos, gboolean *OUT_is_queued, GError **error) |
static void | org_atheme_audacious_playqueue_is_queued_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_playqueue_is_queued_async (DBusGProxy *proxy, const gint IN_pos, org_atheme_audacious_playqueue_is_queued_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_playlist_enqueue_to_temp (DBusGProxy *proxy, const char *IN_url, GError **error) |
static void | org_atheme_audacious_playlist_enqueue_to_temp_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_playlist_enqueue_to_temp_async (DBusGProxy *proxy, const char *IN_url, org_atheme_audacious_playlist_enqueue_to_temp_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_get_eq (DBusGProxy *proxy, gdouble *OUT_preamp, GArray **OUT_bands, GError **error) |
static void | org_atheme_audacious_get_eq_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_get_eq_async (DBusGProxy *proxy, org_atheme_audacious_get_eq_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_get_eq_preamp (DBusGProxy *proxy, gdouble *OUT_preamp, GError **error) |
static void | org_atheme_audacious_get_eq_preamp_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_get_eq_preamp_async (DBusGProxy *proxy, org_atheme_audacious_get_eq_preamp_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_get_eq_band (DBusGProxy *proxy, const gint IN_band, gdouble *OUT_value, GError **error) |
static void | org_atheme_audacious_get_eq_band_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_get_eq_band_async (DBusGProxy *proxy, const gint IN_band, org_atheme_audacious_get_eq_band_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_set_eq (DBusGProxy *proxy, const gdouble IN_preamp, const GArray *IN_bands, GError **error) |
static void | org_atheme_audacious_set_eq_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_set_eq_async (DBusGProxy *proxy, const gdouble IN_preamp, const GArray *IN_bands, org_atheme_audacious_set_eq_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_set_eq_preamp (DBusGProxy *proxy, const gdouble IN_preamp, GError **error) |
static void | org_atheme_audacious_set_eq_preamp_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_set_eq_preamp_async (DBusGProxy *proxy, const gdouble IN_preamp, org_atheme_audacious_set_eq_preamp_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_set_eq_band (DBusGProxy *proxy, const gint IN_band, const gdouble IN_value, GError **error) |
static void | org_atheme_audacious_set_eq_band_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_set_eq_band_async (DBusGProxy *proxy, const gint IN_band, const gdouble IN_value, org_atheme_audacious_set_eq_band_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_equalizer_activate (DBusGProxy *proxy, const gboolean IN_active, GError **error) |
static void | org_atheme_audacious_equalizer_activate_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_equalizer_activate_async (DBusGProxy *proxy, const gboolean IN_active, org_atheme_audacious_equalizer_activate_reply callback, gpointer userdata) |
static gboolean | org_atheme_audacious_get_active_playlist_name (DBusGProxy *proxy, char **OUT_plname, GError **error) |
static void | org_atheme_audacious_get_active_playlist_name_async_callback (DBusGProxy *proxy, DBusGProxyCall *call, void *user_data) |
static DBusGProxyCall * | org_atheme_audacious_get_active_playlist_name_async (DBusGProxy *proxy, org_atheme_audacious_get_active_playlist_name_reply callback, gpointer userdata) |
#define DBUS_GLIB_CLIENT_WRAPPERS_org_atheme_audacious |
Definition at line 22 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_activate_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1948 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_add_list_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1353 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_add_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1279 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_add_url_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1316 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_advance_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 940 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_auto_advance_reply)(DBusGProxy *proxy, gboolean OUT_is_advance, GError *error, gpointer userdata) |
Definition at line 1538 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_balance_reply)(DBusGProxy *proxy, gint OUT_balance, GError *error, gpointer userdata) |
Definition at line 864 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_clear_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1501 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_delete_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1464 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_eject_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 110 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_equalizer_activate_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2662 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_equalizer_visible_reply)(DBusGProxy *proxy, gboolean OUT_is_eq_win, GError *error, gpointer userdata) |
Definition at line 222 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_get_active_playlist_name_reply)(DBusGProxy *proxy, char *OUT_plname, GError *error, gpointer userdata) |
Definition at line 2699 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_get_eq_band_reply)(DBusGProxy *proxy, gdouble OUT_value, GError *error, gpointer userdata) |
Definition at line 2513 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_get_eq_preamp_reply)(DBusGProxy *proxy, gdouble OUT_preamp, GError *error, gpointer userdata) |
Definition at line 2475 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_get_eq_reply)(DBusGProxy *proxy, gdouble OUT_preamp, GArray *OUT_bands, GError *error, gpointer userdata) |
Definition at line 2436 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_get_info_reply)(DBusGProxy *proxy, gint OUT_rate, gint OUT_freq, gint OUT_nch, GError *error, gpointer userdata) |
Definition at line 2061 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_get_playqueue_length_reply)(DBusGProxy *proxy, gint OUT_length, GError *error, gpointer userdata) |
Definition at line 2138 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_get_tuple_fields_reply)(DBusGProxy *proxy, char **OUT_fields, GError *error, gpointer userdata) |
Definition at line 372 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_info_reply)(DBusGProxy *proxy, gint OUT_rate, gint OUT_freq, gint OUT_nch, GError *error, gpointer userdata) |
Definition at line 673 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_jump_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1242 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_length_reply)(DBusGProxy *proxy, gint OUT_length, GError *error, gpointer userdata) |
Definition at line 1014 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_main_win_visible_reply)(DBusGProxy *proxy, gboolean OUT_is_main_win, GError *error, gpointer userdata) |
Definition at line 147 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_open_list_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1390 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_open_list_to_temp_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1427 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_pause_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 447 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_paused_reply)(DBusGProxy *proxy, gboolean OUT_is_paused, GError *error, gpointer userdata) |
Definition at line 559 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_play_pause_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1911 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_play_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 410 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playing_reply)(DBusGProxy *proxy, gboolean OUT_is_playing, GError *error, gpointer userdata) |
Definition at line 521 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playlist_add_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2213 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playlist_enqueue_to_temp_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2399 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playlist_ins_url_string_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2176 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playlist_visible_reply)(DBusGProxy *proxy, gboolean OUT_is_pl_win, GError *error, gpointer userdata) |
Definition at line 297 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playqueue_add_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2250 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playqueue_clear_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2324 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playqueue_is_queued_reply)(DBusGProxy *proxy, gboolean OUT_is_queued, GError *error, gpointer userdata) |
Definition at line 2361 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playqueue_remove_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2287 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_position_reply)(DBusGProxy *proxy, guint OUT_pos, GError *error, gpointer userdata) |
Definition at line 902 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_queue_get_list_pos_reply)(DBusGProxy *proxy, guint OUT_pos, GError *error, gpointer userdata) |
Definition at line 1985 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_queue_get_queue_pos_reply)(DBusGProxy *proxy, guint OUT_qpos, GError *error, gpointer userdata) |
Definition at line 2023 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_quit_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 73 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_repeat_reply)(DBusGProxy *proxy, gboolean OUT_is_repeat, GError *error, gpointer userdata) |
Definition at line 1613 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_reverse_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 977 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_seek_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 751 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_set_eq_band_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2625 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_set_eq_preamp_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2588 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_set_eq_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2551 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_set_volume_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 827 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_about_box_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1800 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_equalizer_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 260 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_filebrowser_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1874 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_jtf_box_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1837 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_main_win_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 185 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_playlist_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 335 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_prefs_box_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1763 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_shuffle_reply)(DBusGProxy *proxy, gboolean OUT_is_shuffle, GError *error, gpointer userdata) |
Definition at line 1688 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_song_filename_reply)(DBusGProxy *proxy, char *OUT_filename, GError *error, gpointer userdata) |
Definition at line 1090 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_song_frames_reply)(DBusGProxy *proxy, gint OUT_length, GError *error, gpointer userdata) |
Definition at line 1166 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_song_length_reply)(DBusGProxy *proxy, gint OUT_length, GError *error, gpointer userdata) |
Definition at line 1128 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_song_title_reply)(DBusGProxy *proxy, char *OUT_title, GError *error, gpointer userdata) |
Definition at line 1052 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_song_tuple_reply)(DBusGProxy *proxy, GValue OUT_value, GError *error, gpointer userdata) |
Definition at line 1204 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_status_reply)(DBusGProxy *proxy, char *OUT_status, GError *error, gpointer userdata) |
Definition at line 635 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_stop_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 484 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_stopped_reply)(DBusGProxy *proxy, gboolean OUT_is_stopped, GError *error, gpointer userdata) |
Definition at line 597 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_time_reply)(DBusGProxy *proxy, guint OUT_time, GError *error, gpointer userdata) |
Definition at line 713 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_toggle_aot_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2101 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_toggle_auto_advance_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1576 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_toggle_repeat_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1651 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_toggle_shuffle_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1726 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_version_reply)(DBusGProxy *proxy, char *OUT_version, GError *error, gpointer userdata) |
Definition at line 35 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_volume_reply)(DBusGProxy *proxy, gint OUT_vl, gint OUT_vr, GError *error, gpointer userdata) |
Definition at line 788 of file dbus-client-bindings.h.
static G_BEGIN_DECLS void _dbus_glib_async_data_free | ( | gpointer | stuff | ) | [static] |
Definition at line 15 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_activate_async(), org_atheme_audacious_add_async(), org_atheme_audacious_add_list_async(), org_atheme_audacious_add_url_async(), org_atheme_audacious_advance_async(), org_atheme_audacious_auto_advance_async(), org_atheme_audacious_balance_async(), org_atheme_audacious_clear_async(), org_atheme_audacious_delete_async(), org_atheme_audacious_eject_async(), org_atheme_audacious_equalizer_activate_async(), org_atheme_audacious_equalizer_visible_async(), org_atheme_audacious_get_active_playlist_name_async(), org_atheme_audacious_get_eq_async(), org_atheme_audacious_get_eq_band_async(), org_atheme_audacious_get_eq_preamp_async(), org_atheme_audacious_get_info_async(), org_atheme_audacious_get_playqueue_length_async(), org_atheme_audacious_get_tuple_fields_async(), org_atheme_audacious_info_async(), org_atheme_audacious_jump_async(), org_atheme_audacious_length_async(), org_atheme_audacious_main_win_visible_async(), org_atheme_audacious_open_list_async(), org_atheme_audacious_open_list_to_temp_async(), org_atheme_audacious_pause_async(), org_atheme_audacious_paused_async(), org_atheme_audacious_play_async(), org_atheme_audacious_play_pause_async(), org_atheme_audacious_playing_async(), org_atheme_audacious_playlist_add_async(), org_atheme_audacious_playlist_enqueue_to_temp_async(), org_atheme_audacious_playlist_ins_url_string_async(), org_atheme_audacious_playlist_visible_async(), org_atheme_audacious_playqueue_add_async(), org_atheme_audacious_playqueue_clear_async(), org_atheme_audacious_playqueue_is_queued_async(), org_atheme_audacious_playqueue_remove_async(), org_atheme_audacious_position_async(), org_atheme_audacious_queue_get_list_pos_async(), org_atheme_audacious_queue_get_queue_pos_async(), org_atheme_audacious_quit_async(), org_atheme_audacious_repeat_async(), org_atheme_audacious_reverse_async(), org_atheme_audacious_seek_async(), org_atheme_audacious_set_eq_async(), org_atheme_audacious_set_eq_band_async(), org_atheme_audacious_set_eq_preamp_async(), org_atheme_audacious_set_volume_async(), org_atheme_audacious_show_about_box_async(), org_atheme_audacious_show_equalizer_async(), org_atheme_audacious_show_filebrowser_async(), org_atheme_audacious_show_jtf_box_async(), org_atheme_audacious_show_main_win_async(), org_atheme_audacious_show_playlist_async(), org_atheme_audacious_show_prefs_box_async(), org_atheme_audacious_shuffle_async(), org_atheme_audacious_song_filename_async(), org_atheme_audacious_song_frames_async(), org_atheme_audacious_song_length_async(), org_atheme_audacious_song_title_async(), org_atheme_audacious_song_tuple_async(), org_atheme_audacious_status_async(), org_atheme_audacious_stop_async(), org_atheme_audacious_stopped_async(), org_atheme_audacious_time_async(), org_atheme_audacious_toggle_aot_async(), org_atheme_audacious_toggle_auto_advance_async(), org_atheme_audacious_toggle_repeat_async(), org_atheme_audacious_toggle_shuffle_async(), org_atheme_audacious_version_async(), and org_atheme_audacious_volume_async().
static gboolean org_atheme_audacious_activate | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 1942 of file dbus-client-bindings.h.
Referenced by audacious_remote_activate().
static DBusGProxyCall* org_atheme_audacious_activate_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_activate_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1965 of file dbus-client-bindings.h.
static void org_atheme_audacious_activate_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1951 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_activate_async().
static gboolean org_atheme_audacious_add | ( | DBusGProxy * | proxy, |
const char * | IN_file, | ||
GError ** | error | ||
) | [static] |
Definition at line 1273 of file dbus-client-bindings.h.
static DBusGProxyCall* org_atheme_audacious_add_async | ( | DBusGProxy * | proxy, |
const char * | IN_file, | ||
org_atheme_audacious_add_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1296 of file dbus-client-bindings.h.
static void org_atheme_audacious_add_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1282 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_add_async().
static gboolean org_atheme_audacious_add_list | ( | DBusGProxy * | proxy, |
const char ** | IN_filenames, | ||
GError ** | error | ||
) | [static] |
Definition at line 1347 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_add().
static DBusGProxyCall* org_atheme_audacious_add_list_async | ( | DBusGProxy * | proxy, |
const char ** | IN_filenames, | ||
org_atheme_audacious_add_list_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1370 of file dbus-client-bindings.h.
static void org_atheme_audacious_add_list_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1356 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_add_list_async().
static gboolean org_atheme_audacious_add_url | ( | DBusGProxy * | proxy, |
const char * | IN_url, | ||
GError ** | error | ||
) | [static] |
Definition at line 1310 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_add_url_string().
static DBusGProxyCall* org_atheme_audacious_add_url_async | ( | DBusGProxy * | proxy, |
const char * | IN_url, | ||
org_atheme_audacious_add_url_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1333 of file dbus-client-bindings.h.
static void org_atheme_audacious_add_url_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1319 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_add_url_async().
static gboolean org_atheme_audacious_advance | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 934 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_next().
static DBusGProxyCall* org_atheme_audacious_advance_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_advance_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 957 of file dbus-client-bindings.h.
static void org_atheme_audacious_advance_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 943 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_advance_async().
static gboolean org_atheme_audacious_auto_advance | ( | DBusGProxy * | proxy, |
gboolean * | OUT_is_advance, | ||
GError ** | error | ||
) | [static] |
Definition at line 1532 of file dbus-client-bindings.h.
Referenced by audacious_remote_is_advance().
static DBusGProxyCall* org_atheme_audacious_auto_advance_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_auto_advance_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1556 of file dbus-client-bindings.h.
static void org_atheme_audacious_auto_advance_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1541 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_auto_advance_async().
static gboolean org_atheme_audacious_balance | ( | DBusGProxy * | proxy, |
gint * | OUT_balance, | ||
GError ** | error | ||
) | [static] |
Definition at line 858 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_balance().
static DBusGProxyCall* org_atheme_audacious_balance_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_balance_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 882 of file dbus-client-bindings.h.
static void org_atheme_audacious_balance_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 867 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_balance_async().
static gboolean org_atheme_audacious_clear | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 1495 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_clear().
static DBusGProxyCall* org_atheme_audacious_clear_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_clear_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1518 of file dbus-client-bindings.h.
static void org_atheme_audacious_clear_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1504 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_clear_async().
static gboolean org_atheme_audacious_delete | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
GError ** | error | ||
) | [static] |
Definition at line 1458 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_delete().
static DBusGProxyCall* org_atheme_audacious_delete_async | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
org_atheme_audacious_delete_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1481 of file dbus-client-bindings.h.
static void org_atheme_audacious_delete_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1467 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_delete_async().
static gboolean org_atheme_audacious_eject | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 104 of file dbus-client-bindings.h.
Referenced by audacious_remote_eject().
static DBusGProxyCall* org_atheme_audacious_eject_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_eject_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 127 of file dbus-client-bindings.h.
static void org_atheme_audacious_eject_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 113 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_eject_async().
static gboolean org_atheme_audacious_equalizer_activate | ( | DBusGProxy * | proxy, |
const gboolean | IN_active, | ||
GError ** | error | ||
) | [static] |
Definition at line 2656 of file dbus-client-bindings.h.
Referenced by audacious_remote_eq_activate().
static DBusGProxyCall* org_atheme_audacious_equalizer_activate_async | ( | DBusGProxy * | proxy, |
const gboolean | IN_active, | ||
org_atheme_audacious_equalizer_activate_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2679 of file dbus-client-bindings.h.
static void org_atheme_audacious_equalizer_activate_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2665 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_equalizer_activate_async().
static gboolean org_atheme_audacious_equalizer_visible | ( | DBusGProxy * | proxy, |
gboolean * | OUT_is_eq_win, | ||
GError ** | error | ||
) | [static] |
Definition at line 216 of file dbus-client-bindings.h.
Referenced by audacious_remote_is_eq_win().
static DBusGProxyCall* org_atheme_audacious_equalizer_visible_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_equalizer_visible_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 240 of file dbus-client-bindings.h.
static void org_atheme_audacious_equalizer_visible_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 225 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_equalizer_visible_async().
static gboolean org_atheme_audacious_get_active_playlist_name | ( | DBusGProxy * | proxy, |
char ** | OUT_plname, | ||
GError ** | error | ||
) | [static] |
Definition at line 2693 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_get_active_name().
static DBusGProxyCall* org_atheme_audacious_get_active_playlist_name_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_get_active_playlist_name_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2717 of file dbus-client-bindings.h.
static void org_atheme_audacious_get_active_playlist_name_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2702 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_get_active_playlist_name_async().
static gboolean org_atheme_audacious_get_eq | ( | DBusGProxy * | proxy, |
gdouble * | OUT_preamp, | ||
GArray ** | OUT_bands, | ||
GError ** | error | ||
) | [static] |
Definition at line 2430 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_eq().
static DBusGProxyCall* org_atheme_audacious_get_eq_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_get_eq_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2455 of file dbus-client-bindings.h.
static void org_atheme_audacious_get_eq_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2439 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_get_eq_async().
static gboolean org_atheme_audacious_get_eq_band | ( | DBusGProxy * | proxy, |
const gint | IN_band, | ||
gdouble * | OUT_value, | ||
GError ** | error | ||
) | [static] |
Definition at line 2507 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_eq_band().
static DBusGProxyCall* org_atheme_audacious_get_eq_band_async | ( | DBusGProxy * | proxy, |
const gint | IN_band, | ||
org_atheme_audacious_get_eq_band_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2531 of file dbus-client-bindings.h.
static void org_atheme_audacious_get_eq_band_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2516 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_get_eq_band_async().
static gboolean org_atheme_audacious_get_eq_preamp | ( | DBusGProxy * | proxy, |
gdouble * | OUT_preamp, | ||
GError ** | error | ||
) | [static] |
Definition at line 2469 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_eq_preamp().
static DBusGProxyCall* org_atheme_audacious_get_eq_preamp_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_get_eq_preamp_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2493 of file dbus-client-bindings.h.
static void org_atheme_audacious_get_eq_preamp_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2478 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_get_eq_preamp_async().
static gboolean org_atheme_audacious_get_info | ( | DBusGProxy * | proxy, |
gint * | OUT_rate, | ||
gint * | OUT_freq, | ||
gint * | OUT_nch, | ||
GError ** | error | ||
) | [static] |
Definition at line 2055 of file dbus-client-bindings.h.
static DBusGProxyCall* org_atheme_audacious_get_info_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_get_info_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2081 of file dbus-client-bindings.h.
static void org_atheme_audacious_get_info_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2064 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_get_info_async().
static gboolean org_atheme_audacious_get_playqueue_length | ( | DBusGProxy * | proxy, |
gint * | OUT_length, | ||
GError ** | error | ||
) | [static] |
Definition at line 2132 of file dbus-client-bindings.h.
static DBusGProxyCall* org_atheme_audacious_get_playqueue_length_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_get_playqueue_length_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2156 of file dbus-client-bindings.h.
static void org_atheme_audacious_get_playqueue_length_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2141 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_get_playqueue_length_async().
static gboolean org_atheme_audacious_get_tuple_fields | ( | DBusGProxy * | proxy, |
char *** | OUT_fields, | ||
GError ** | error | ||
) | [static] |
Definition at line 366 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_tuple_fields().
static DBusGProxyCall* org_atheme_audacious_get_tuple_fields_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_get_tuple_fields_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 390 of file dbus-client-bindings.h.
static void org_atheme_audacious_get_tuple_fields_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 375 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_get_tuple_fields_async().
static gboolean org_atheme_audacious_info | ( | DBusGProxy * | proxy, |
gint * | OUT_rate, | ||
gint * | OUT_freq, | ||
gint * | OUT_nch, | ||
GError ** | error | ||
) | [static] |
Definition at line 667 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_info().
static DBusGProxyCall* org_atheme_audacious_info_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_info_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 693 of file dbus-client-bindings.h.
static void org_atheme_audacious_info_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 676 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_info_async().
static gboolean org_atheme_audacious_jump | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
GError ** | error | ||
) | [static] |
Definition at line 1236 of file dbus-client-bindings.h.
Referenced by audacious_remote_set_playlist_pos().
static DBusGProxyCall* org_atheme_audacious_jump_async | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
org_atheme_audacious_jump_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1259 of file dbus-client-bindings.h.
static void org_atheme_audacious_jump_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1245 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_jump_async().
static gboolean org_atheme_audacious_length | ( | DBusGProxy * | proxy, |
gint * | OUT_length, | ||
GError ** | error | ||
) | [static] |
Definition at line 1008 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_playlist_length(), and audacious_remote_get_playqueue_length().
static DBusGProxyCall* org_atheme_audacious_length_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_length_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1032 of file dbus-client-bindings.h.
static void org_atheme_audacious_length_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1017 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_length_async().
static gboolean org_atheme_audacious_main_win_visible | ( | DBusGProxy * | proxy, |
gboolean * | OUT_is_main_win, | ||
GError ** | error | ||
) | [static] |
Definition at line 141 of file dbus-client-bindings.h.
Referenced by audacious_remote_is_main_win().
static DBusGProxyCall* org_atheme_audacious_main_win_visible_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_main_win_visible_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 165 of file dbus-client-bindings.h.
static void org_atheme_audacious_main_win_visible_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 150 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_main_win_visible_async().
static gboolean org_atheme_audacious_open_list | ( | DBusGProxy * | proxy, |
const char ** | IN_filenames, | ||
GError ** | error | ||
) | [static] |
Definition at line 1384 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_open_list().
static DBusGProxyCall* org_atheme_audacious_open_list_async | ( | DBusGProxy * | proxy, |
const char ** | IN_filenames, | ||
org_atheme_audacious_open_list_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1407 of file dbus-client-bindings.h.
static void org_atheme_audacious_open_list_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1393 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_open_list_async().
static gboolean org_atheme_audacious_open_list_to_temp | ( | DBusGProxy * | proxy, |
const char ** | IN_filenames, | ||
GError ** | error | ||
) | [static] |
Definition at line 1421 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_open_list_to_temp().
static DBusGProxyCall* org_atheme_audacious_open_list_to_temp_async | ( | DBusGProxy * | proxy, |
const char ** | IN_filenames, | ||
org_atheme_audacious_open_list_to_temp_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1444 of file dbus-client-bindings.h.
static void org_atheme_audacious_open_list_to_temp_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1430 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_open_list_to_temp_async().
static gboolean org_atheme_audacious_pause | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 441 of file dbus-client-bindings.h.
Referenced by audacious_remote_pause().
static DBusGProxyCall* org_atheme_audacious_pause_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_pause_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 464 of file dbus-client-bindings.h.
static void org_atheme_audacious_pause_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 450 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_pause_async().
static gboolean org_atheme_audacious_paused | ( | DBusGProxy * | proxy, |
gboolean * | OUT_is_paused, | ||
GError ** | error | ||
) | [static] |
Definition at line 553 of file dbus-client-bindings.h.
Referenced by audacious_remote_is_paused().
static DBusGProxyCall* org_atheme_audacious_paused_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_paused_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 577 of file dbus-client-bindings.h.
static void org_atheme_audacious_paused_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 562 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_paused_async().
static gboolean org_atheme_audacious_play | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 404 of file dbus-client-bindings.h.
Referenced by audacious_remote_play().
static DBusGProxyCall* org_atheme_audacious_play_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_play_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 427 of file dbus-client-bindings.h.
static void org_atheme_audacious_play_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 413 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_play_async().
static gboolean org_atheme_audacious_play_pause | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 1905 of file dbus-client-bindings.h.
Referenced by audacious_remote_play_pause().
static DBusGProxyCall* org_atheme_audacious_play_pause_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_play_pause_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1928 of file dbus-client-bindings.h.
static void org_atheme_audacious_play_pause_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1914 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_play_pause_async().
static gboolean org_atheme_audacious_playing | ( | DBusGProxy * | proxy, |
gboolean * | OUT_is_playing, | ||
GError ** | error | ||
) | [static] |
Definition at line 515 of file dbus-client-bindings.h.
Referenced by audacious_remote_is_playing().
static DBusGProxyCall* org_atheme_audacious_playing_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_playing_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 539 of file dbus-client-bindings.h.
static void org_atheme_audacious_playing_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 524 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playing_async().
static gboolean org_atheme_audacious_playlist_add | ( | DBusGProxy * | proxy, |
const char * | IN_list, | ||
GError ** | error | ||
) | [static] |
Definition at line 2207 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist().
static DBusGProxyCall* org_atheme_audacious_playlist_add_async | ( | DBusGProxy * | proxy, |
const char * | IN_list, | ||
org_atheme_audacious_playlist_add_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2230 of file dbus-client-bindings.h.
static void org_atheme_audacious_playlist_add_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2216 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playlist_add_async().
static gboolean org_atheme_audacious_playlist_enqueue_to_temp | ( | DBusGProxy * | proxy, |
const char * | IN_url, | ||
GError ** | error | ||
) | [static] |
Definition at line 2393 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_enqueue_to_temp().
static DBusGProxyCall* org_atheme_audacious_playlist_enqueue_to_temp_async | ( | DBusGProxy * | proxy, |
const char * | IN_url, | ||
org_atheme_audacious_playlist_enqueue_to_temp_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2416 of file dbus-client-bindings.h.
static void org_atheme_audacious_playlist_enqueue_to_temp_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2402 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playlist_enqueue_to_temp_async().
static gboolean org_atheme_audacious_playlist_ins_url_string | ( | DBusGProxy * | proxy, |
const char * | IN_url, | ||
const gint | IN_pos, | ||
GError ** | error | ||
) | [static] |
Definition at line 2170 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_ins_url_string().
static DBusGProxyCall* org_atheme_audacious_playlist_ins_url_string_async | ( | DBusGProxy * | proxy, |
const char * | IN_url, | ||
const gint | IN_pos, | ||
org_atheme_audacious_playlist_ins_url_string_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2193 of file dbus-client-bindings.h.
static void org_atheme_audacious_playlist_ins_url_string_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2179 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playlist_ins_url_string_async().
static gboolean org_atheme_audacious_playlist_visible | ( | DBusGProxy * | proxy, |
gboolean * | OUT_is_pl_win, | ||
GError ** | error | ||
) | [static] |
Definition at line 291 of file dbus-client-bindings.h.
Referenced by audacious_remote_is_pl_win().
static DBusGProxyCall* org_atheme_audacious_playlist_visible_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_playlist_visible_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 315 of file dbus-client-bindings.h.
static void org_atheme_audacious_playlist_visible_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 300 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playlist_visible_async().
static gboolean org_atheme_audacious_playqueue_add | ( | DBusGProxy * | proxy, |
const gint | IN_pos, | ||
GError ** | error | ||
) | [static] |
Definition at line 2244 of file dbus-client-bindings.h.
Referenced by audacious_remote_playqueue_add().
static DBusGProxyCall* org_atheme_audacious_playqueue_add_async | ( | DBusGProxy * | proxy, |
const gint | IN_pos, | ||
org_atheme_audacious_playqueue_add_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2267 of file dbus-client-bindings.h.
static void org_atheme_audacious_playqueue_add_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2253 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playqueue_add_async().
static gboolean org_atheme_audacious_playqueue_clear | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 2318 of file dbus-client-bindings.h.
Referenced by audacious_remote_playqueue_clear().
static DBusGProxyCall* org_atheme_audacious_playqueue_clear_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_playqueue_clear_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2341 of file dbus-client-bindings.h.
static void org_atheme_audacious_playqueue_clear_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2327 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playqueue_clear_async().
static gboolean org_atheme_audacious_playqueue_is_queued | ( | DBusGProxy * | proxy, |
const gint | IN_pos, | ||
gboolean * | OUT_is_queued, | ||
GError ** | error | ||
) | [static] |
Definition at line 2355 of file dbus-client-bindings.h.
Referenced by audacious_remote_playqueue_is_queued().
static DBusGProxyCall* org_atheme_audacious_playqueue_is_queued_async | ( | DBusGProxy * | proxy, |
const gint | IN_pos, | ||
org_atheme_audacious_playqueue_is_queued_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2379 of file dbus-client-bindings.h.
static void org_atheme_audacious_playqueue_is_queued_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2364 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playqueue_is_queued_async().
static gboolean org_atheme_audacious_playqueue_remove | ( | DBusGProxy * | proxy, |
const gint | IN_pos, | ||
GError ** | error | ||
) | [static] |
Definition at line 2281 of file dbus-client-bindings.h.
Referenced by audacious_remote_playqueue_remove().
static DBusGProxyCall* org_atheme_audacious_playqueue_remove_async | ( | DBusGProxy * | proxy, |
const gint | IN_pos, | ||
org_atheme_audacious_playqueue_remove_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2304 of file dbus-client-bindings.h.
static void org_atheme_audacious_playqueue_remove_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2290 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playqueue_remove_async().
static gboolean org_atheme_audacious_position | ( | DBusGProxy * | proxy, |
guint * | OUT_pos, | ||
GError ** | error | ||
) | [static] |
Definition at line 896 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_playlist_pos().
static DBusGProxyCall* org_atheme_audacious_position_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_position_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 920 of file dbus-client-bindings.h.
static void org_atheme_audacious_position_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 905 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_position_async().
static gboolean org_atheme_audacious_queue_get_list_pos | ( | DBusGProxy * | proxy, |
const guint | IN_qpos, | ||
guint * | OUT_pos, | ||
GError ** | error | ||
) | [static] |
Definition at line 1979 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_playqueue_list_position().
static DBusGProxyCall* org_atheme_audacious_queue_get_list_pos_async | ( | DBusGProxy * | proxy, |
const guint | IN_qpos, | ||
org_atheme_audacious_queue_get_list_pos_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2003 of file dbus-client-bindings.h.
static void org_atheme_audacious_queue_get_list_pos_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1988 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_queue_get_list_pos_async().
static gboolean org_atheme_audacious_queue_get_queue_pos | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
guint * | OUT_qpos, | ||
GError ** | error | ||
) | [static] |
Definition at line 2017 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_playqueue_queue_position().
static DBusGProxyCall* org_atheme_audacious_queue_get_queue_pos_async | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
org_atheme_audacious_queue_get_queue_pos_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2041 of file dbus-client-bindings.h.
static void org_atheme_audacious_queue_get_queue_pos_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2026 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_queue_get_queue_pos_async().
static gboolean org_atheme_audacious_quit | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 67 of file dbus-client-bindings.h.
Referenced by audacious_remote_quit().
static DBusGProxyCall* org_atheme_audacious_quit_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_quit_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 90 of file dbus-client-bindings.h.
static void org_atheme_audacious_quit_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 76 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_quit_async().
static gboolean org_atheme_audacious_repeat | ( | DBusGProxy * | proxy, |
gboolean * | OUT_is_repeat, | ||
GError ** | error | ||
) | [static] |
Definition at line 1607 of file dbus-client-bindings.h.
Referenced by audacious_remote_is_repeat().
static DBusGProxyCall* org_atheme_audacious_repeat_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_repeat_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1631 of file dbus-client-bindings.h.
static void org_atheme_audacious_repeat_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1616 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_repeat_async().
static gboolean org_atheme_audacious_reverse | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 971 of file dbus-client-bindings.h.
Referenced by audacious_remote_playlist_prev().
static DBusGProxyCall* org_atheme_audacious_reverse_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_reverse_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 994 of file dbus-client-bindings.h.
static void org_atheme_audacious_reverse_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 980 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_reverse_async().
static gboolean org_atheme_audacious_seek | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
GError ** | error | ||
) | [static] |
Definition at line 745 of file dbus-client-bindings.h.
Referenced by audacious_remote_jump_to_time().
static DBusGProxyCall* org_atheme_audacious_seek_async | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
org_atheme_audacious_seek_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 768 of file dbus-client-bindings.h.
static void org_atheme_audacious_seek_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 754 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_seek_async().
static gboolean org_atheme_audacious_set_eq | ( | DBusGProxy * | proxy, |
const gdouble | IN_preamp, | ||
const GArray * | IN_bands, | ||
GError ** | error | ||
) | [static] |
Definition at line 2545 of file dbus-client-bindings.h.
Referenced by audacious_remote_set_eq().
static DBusGProxyCall* org_atheme_audacious_set_eq_async | ( | DBusGProxy * | proxy, |
const gdouble | IN_preamp, | ||
const GArray * | IN_bands, | ||
org_atheme_audacious_set_eq_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2568 of file dbus-client-bindings.h.
static void org_atheme_audacious_set_eq_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2554 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_set_eq_async().
static gboolean org_atheme_audacious_set_eq_band | ( | DBusGProxy * | proxy, |
const gint | IN_band, | ||
const gdouble | IN_value, | ||
GError ** | error | ||
) | [static] |
Definition at line 2619 of file dbus-client-bindings.h.
Referenced by audacious_remote_set_eq_band().
static DBusGProxyCall* org_atheme_audacious_set_eq_band_async | ( | DBusGProxy * | proxy, |
const gint | IN_band, | ||
const gdouble | IN_value, | ||
org_atheme_audacious_set_eq_band_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2642 of file dbus-client-bindings.h.
static void org_atheme_audacious_set_eq_band_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2628 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_set_eq_band_async().
static gboolean org_atheme_audacious_set_eq_preamp | ( | DBusGProxy * | proxy, |
const gdouble | IN_preamp, | ||
GError ** | error | ||
) | [static] |
Definition at line 2582 of file dbus-client-bindings.h.
Referenced by audacious_remote_set_eq_preamp().
static DBusGProxyCall* org_atheme_audacious_set_eq_preamp_async | ( | DBusGProxy * | proxy, |
const gdouble | IN_preamp, | ||
org_atheme_audacious_set_eq_preamp_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2605 of file dbus-client-bindings.h.
static void org_atheme_audacious_set_eq_preamp_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2591 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_set_eq_preamp_async().
static gboolean org_atheme_audacious_set_volume | ( | DBusGProxy * | proxy, |
const gint | IN_vl, | ||
const gint | IN_vr, | ||
GError ** | error | ||
) | [static] |
Definition at line 821 of file dbus-client-bindings.h.
Referenced by audacious_remote_set_volume().
static DBusGProxyCall* org_atheme_audacious_set_volume_async | ( | DBusGProxy * | proxy, |
const gint | IN_vl, | ||
const gint | IN_vr, | ||
org_atheme_audacious_set_volume_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 844 of file dbus-client-bindings.h.
static void org_atheme_audacious_set_volume_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 830 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_set_volume_async().
static gboolean org_atheme_audacious_show_about_box | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
GError ** | error | ||
) | [static] |
Definition at line 1794 of file dbus-client-bindings.h.
Referenced by audacious_remote_toggle_about_box().
static DBusGProxyCall* org_atheme_audacious_show_about_box_async | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
org_atheme_audacious_show_about_box_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1817 of file dbus-client-bindings.h.
static void org_atheme_audacious_show_about_box_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1803 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_show_about_box_async().
static gboolean org_atheme_audacious_show_equalizer | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
GError ** | error | ||
) | [static] |
Definition at line 254 of file dbus-client-bindings.h.
Referenced by audacious_remote_eq_win_toggle().
static DBusGProxyCall* org_atheme_audacious_show_equalizer_async | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
org_atheme_audacious_show_equalizer_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 277 of file dbus-client-bindings.h.
static void org_atheme_audacious_show_equalizer_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 263 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_show_equalizer_async().
static gboolean org_atheme_audacious_show_filebrowser | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
GError ** | error | ||
) | [static] |
Definition at line 1868 of file dbus-client-bindings.h.
Referenced by audacious_remote_toggle_filebrowser().
static DBusGProxyCall* org_atheme_audacious_show_filebrowser_async | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
org_atheme_audacious_show_filebrowser_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1891 of file dbus-client-bindings.h.
static void org_atheme_audacious_show_filebrowser_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1877 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_show_filebrowser_async().
static gboolean org_atheme_audacious_show_jtf_box | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
GError ** | error | ||
) | [static] |
Definition at line 1831 of file dbus-client-bindings.h.
Referenced by audacious_remote_toggle_jtf_box().
static DBusGProxyCall* org_atheme_audacious_show_jtf_box_async | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
org_atheme_audacious_show_jtf_box_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1854 of file dbus-client-bindings.h.
static void org_atheme_audacious_show_jtf_box_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1840 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_show_jtf_box_async().
static gboolean org_atheme_audacious_show_main_win | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
GError ** | error | ||
) | [static] |
Definition at line 179 of file dbus-client-bindings.h.
Referenced by audacious_remote_main_win_toggle().
static DBusGProxyCall* org_atheme_audacious_show_main_win_async | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
org_atheme_audacious_show_main_win_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 202 of file dbus-client-bindings.h.
static void org_atheme_audacious_show_main_win_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 188 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_show_main_win_async().
static gboolean org_atheme_audacious_show_playlist | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
GError ** | error | ||
) | [static] |
Definition at line 329 of file dbus-client-bindings.h.
Referenced by audacious_remote_pl_win_toggle().
static DBusGProxyCall* org_atheme_audacious_show_playlist_async | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
org_atheme_audacious_show_playlist_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 352 of file dbus-client-bindings.h.
static void org_atheme_audacious_show_playlist_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 338 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_show_playlist_async().
static gboolean org_atheme_audacious_show_prefs_box | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
GError ** | error | ||
) | [static] |
Definition at line 1757 of file dbus-client-bindings.h.
Referenced by audacious_remote_toggle_prefs_box().
static DBusGProxyCall* org_atheme_audacious_show_prefs_box_async | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
org_atheme_audacious_show_prefs_box_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1780 of file dbus-client-bindings.h.
static void org_atheme_audacious_show_prefs_box_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1766 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_show_prefs_box_async().
static gboolean org_atheme_audacious_shuffle | ( | DBusGProxy * | proxy, |
gboolean * | OUT_is_shuffle, | ||
GError ** | error | ||
) | [static] |
Definition at line 1682 of file dbus-client-bindings.h.
Referenced by audacious_remote_is_shuffle().
static DBusGProxyCall* org_atheme_audacious_shuffle_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_shuffle_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1706 of file dbus-client-bindings.h.
static void org_atheme_audacious_shuffle_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1691 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_shuffle_async().
static gboolean org_atheme_audacious_song_filename | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
char ** | OUT_filename, | ||
GError ** | error | ||
) | [static] |
Definition at line 1084 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_playlist_file().
static DBusGProxyCall* org_atheme_audacious_song_filename_async | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
org_atheme_audacious_song_filename_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1108 of file dbus-client-bindings.h.
static void org_atheme_audacious_song_filename_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1093 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_song_filename_async().
static gboolean org_atheme_audacious_song_frames | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
gint * | OUT_length, | ||
GError ** | error | ||
) | [static] |
Definition at line 1160 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_playlist_time().
static DBusGProxyCall* org_atheme_audacious_song_frames_async | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
org_atheme_audacious_song_frames_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1184 of file dbus-client-bindings.h.
static void org_atheme_audacious_song_frames_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1169 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_song_frames_async().
static gboolean org_atheme_audacious_song_length | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
gint * | OUT_length, | ||
GError ** | error | ||
) | [static] |
Definition at line 1122 of file dbus-client-bindings.h.
static DBusGProxyCall* org_atheme_audacious_song_length_async | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
org_atheme_audacious_song_length_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1146 of file dbus-client-bindings.h.
static void org_atheme_audacious_song_length_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1131 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_song_length_async().
static gboolean org_atheme_audacious_song_title | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
char ** | OUT_title, | ||
GError ** | error | ||
) | [static] |
Definition at line 1046 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_playlist_title().
static DBusGProxyCall* org_atheme_audacious_song_title_async | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
org_atheme_audacious_song_title_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1070 of file dbus-client-bindings.h.
static void org_atheme_audacious_song_title_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1055 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_song_title_async().
static gboolean org_atheme_audacious_song_tuple | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
const char * | IN_tuple, | ||
GValue * | OUT_value, | ||
GError ** | error | ||
) | [static] |
Definition at line 1198 of file dbus-client-bindings.h.
Referenced by audacious_get_tuple_field_data().
static DBusGProxyCall* org_atheme_audacious_song_tuple_async | ( | DBusGProxy * | proxy, |
const guint | IN_pos, | ||
const char * | IN_tuple, | ||
org_atheme_audacious_song_tuple_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1222 of file dbus-client-bindings.h.
static void org_atheme_audacious_song_tuple_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1207 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_song_tuple_async().
static gboolean org_atheme_audacious_status | ( | DBusGProxy * | proxy, |
char ** | OUT_status, | ||
GError ** | error | ||
) | [static] |
Definition at line 629 of file dbus-client-bindings.h.
static DBusGProxyCall* org_atheme_audacious_status_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_status_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 653 of file dbus-client-bindings.h.
static void org_atheme_audacious_status_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 638 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_status_async().
static gboolean org_atheme_audacious_stop | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 478 of file dbus-client-bindings.h.
Referenced by audacious_remote_stop().
static DBusGProxyCall* org_atheme_audacious_stop_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_stop_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 501 of file dbus-client-bindings.h.
static void org_atheme_audacious_stop_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 487 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_stop_async().
static gboolean org_atheme_audacious_stopped | ( | DBusGProxy * | proxy, |
gboolean * | OUT_is_stopped, | ||
GError ** | error | ||
) | [static] |
Definition at line 591 of file dbus-client-bindings.h.
static DBusGProxyCall* org_atheme_audacious_stopped_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_stopped_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 615 of file dbus-client-bindings.h.
static void org_atheme_audacious_stopped_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 600 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_stopped_async().
static gboolean org_atheme_audacious_time | ( | DBusGProxy * | proxy, |
guint * | OUT_time, | ||
GError ** | error | ||
) | [static] |
Definition at line 707 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_output_time().
static DBusGProxyCall* org_atheme_audacious_time_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_time_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 731 of file dbus-client-bindings.h.
static void org_atheme_audacious_time_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 716 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_time_async().
static gboolean org_atheme_audacious_toggle_aot | ( | DBusGProxy * | proxy, |
const gboolean | IN_ontop, | ||
GError ** | error | ||
) | [static] |
Definition at line 2095 of file dbus-client-bindings.h.
Referenced by audacious_remote_toggle_aot().
static DBusGProxyCall* org_atheme_audacious_toggle_aot_async | ( | DBusGProxy * | proxy, |
const gboolean | IN_ontop, | ||
org_atheme_audacious_toggle_aot_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 2118 of file dbus-client-bindings.h.
static void org_atheme_audacious_toggle_aot_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 2104 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_toggle_aot_async().
static gboolean org_atheme_audacious_toggle_auto_advance | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 1570 of file dbus-client-bindings.h.
Referenced by audacious_remote_toggle_advance().
static DBusGProxyCall* org_atheme_audacious_toggle_auto_advance_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_toggle_auto_advance_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1593 of file dbus-client-bindings.h.
static void org_atheme_audacious_toggle_auto_advance_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1579 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_toggle_auto_advance_async().
static gboolean org_atheme_audacious_toggle_repeat | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 1645 of file dbus-client-bindings.h.
Referenced by audacious_remote_toggle_repeat().
static DBusGProxyCall* org_atheme_audacious_toggle_repeat_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_toggle_repeat_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1668 of file dbus-client-bindings.h.
static void org_atheme_audacious_toggle_repeat_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1654 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_toggle_repeat_async().
static gboolean org_atheme_audacious_toggle_shuffle | ( | DBusGProxy * | proxy, |
GError ** | error | ||
) | [static] |
Definition at line 1720 of file dbus-client-bindings.h.
Referenced by audacious_remote_toggle_shuffle().
static DBusGProxyCall* org_atheme_audacious_toggle_shuffle_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_toggle_shuffle_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 1743 of file dbus-client-bindings.h.
static void org_atheme_audacious_toggle_shuffle_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 1729 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_toggle_shuffle_async().
static gboolean org_atheme_audacious_version | ( | DBusGProxy * | proxy, |
char ** | OUT_version, | ||
GError ** | error | ||
) | [static] |
Definition at line 29 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_version(), and audacious_remote_is_running().
static DBusGProxyCall* org_atheme_audacious_version_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_version_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 53 of file dbus-client-bindings.h.
static void org_atheme_audacious_version_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 38 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_version_async().
static gboolean org_atheme_audacious_volume | ( | DBusGProxy * | proxy, |
gint * | OUT_vl, | ||
gint * | OUT_vr, | ||
GError ** | error | ||
) | [static] |
Definition at line 782 of file dbus-client-bindings.h.
Referenced by audacious_remote_get_volume().
static DBusGProxyCall* org_atheme_audacious_volume_async | ( | DBusGProxy * | proxy, |
org_atheme_audacious_volume_reply | callback, | ||
gpointer | userdata | ||
) | [static] |
Definition at line 807 of file dbus-client-bindings.h.
static void org_atheme_audacious_volume_async_callback | ( | DBusGProxy * | proxy, |
DBusGProxyCall * | call, | ||
void * | user_data | ||
) | [static] |
Definition at line 791 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_volume_async().