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_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_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_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_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_add_list_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1203 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_add_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1129 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_add_url_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1166 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_advance_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 790 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 1388 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 714 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_clear_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1351 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_delete_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1314 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 2475 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 2512 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 2326 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 2288 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 2249 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 1874 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 1951 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 222 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 523 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_jump_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1092 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 864 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 1240 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 1277 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_pause_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 297 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 409 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_play_pause_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1761 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_play_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 260 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 371 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playlist_add_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2026 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 2212 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 1989 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playqueue_add_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2063 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playqueue_clear_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2137 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 2174 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_playqueue_remove_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2100 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 752 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 1798 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 1836 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 1463 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_reverse_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 827 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_seek_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 601 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_set_eq_band_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2438 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_set_eq_preamp_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2401 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_set_eq_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 2364 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_set_volume_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 677 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_about_box_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1650 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_filebrowser_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1724 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_show_jtf_box_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1687 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_prefs_box_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1613 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 1538 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 940 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 1016 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 978 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 902 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 1054 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 485 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_stop_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 334 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 447 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 563 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_toggle_aot_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1914 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_toggle_auto_advance_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1426 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_toggle_repeat_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1501 of file dbus-client-bindings.h.
typedef void(* org_atheme_audacious_toggle_shuffle_reply)(DBusGProxy *proxy, GError *error, gpointer userdata) |
Definition at line 1576 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 638 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_version_async(), org_atheme_audacious_quit_async(), org_atheme_audacious_eject_async(), org_atheme_audacious_main_win_visible_async(), org_atheme_audacious_show_main_win_async(), org_atheme_audacious_get_tuple_fields_async(), org_atheme_audacious_play_async(), org_atheme_audacious_pause_async(), org_atheme_audacious_stop_async(), org_atheme_audacious_playing_async(), org_atheme_audacious_paused_async(), org_atheme_audacious_stopped_async(), org_atheme_audacious_status_async(), org_atheme_audacious_info_async(), org_atheme_audacious_time_async(), org_atheme_audacious_seek_async(), org_atheme_audacious_volume_async(), org_atheme_audacious_set_volume_async(), org_atheme_audacious_balance_async(), org_atheme_audacious_position_async(), org_atheme_audacious_advance_async(), org_atheme_audacious_reverse_async(), org_atheme_audacious_length_async(), org_atheme_audacious_song_title_async(), org_atheme_audacious_song_filename_async(), org_atheme_audacious_song_length_async(), org_atheme_audacious_song_frames_async(), org_atheme_audacious_song_tuple_async(), org_atheme_audacious_jump_async(), org_atheme_audacious_add_async(), org_atheme_audacious_add_url_async(), org_atheme_audacious_add_list_async(), org_atheme_audacious_open_list_async(), org_atheme_audacious_open_list_to_temp_async(), org_atheme_audacious_delete_async(), org_atheme_audacious_clear_async(), org_atheme_audacious_auto_advance_async(), org_atheme_audacious_toggle_auto_advance_async(), org_atheme_audacious_repeat_async(), org_atheme_audacious_toggle_repeat_async(), org_atheme_audacious_shuffle_async(), org_atheme_audacious_toggle_shuffle_async(), org_atheme_audacious_show_prefs_box_async(), org_atheme_audacious_show_about_box_async(), org_atheme_audacious_show_jtf_box_async(), org_atheme_audacious_show_filebrowser_async(), org_atheme_audacious_play_pause_async(), org_atheme_audacious_queue_get_list_pos_async(), org_atheme_audacious_queue_get_queue_pos_async(), org_atheme_audacious_get_info_async(), org_atheme_audacious_toggle_aot_async(), org_atheme_audacious_get_playqueue_length_async(), org_atheme_audacious_playlist_ins_url_string_async(), org_atheme_audacious_playlist_add_async(), org_atheme_audacious_playqueue_add_async(), org_atheme_audacious_playqueue_remove_async(), org_atheme_audacious_playqueue_clear_async(), org_atheme_audacious_playqueue_is_queued_async(), org_atheme_audacious_playlist_enqueue_to_temp_async(), org_atheme_audacious_get_eq_async(), org_atheme_audacious_get_eq_preamp_async(), org_atheme_audacious_get_eq_band_async(), org_atheme_audacious_set_eq_async(), org_atheme_audacious_set_eq_preamp_async(), org_atheme_audacious_set_eq_band_async(), org_atheme_audacious_equalizer_activate_async(), and org_atheme_audacious_get_active_playlist_name_async().
static gboolean org_atheme_audacious_add | ( | DBusGProxy * | proxy, |
const char * | IN_file, | ||
GError ** | error | ||
) | [static] |
Definition at line 1123 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 1146 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 1132 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 1197 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 1220 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 1206 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 1160 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 1183 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 1169 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 784 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 807 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 793 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 1382 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 1406 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 1391 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 708 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 732 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 717 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 1345 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 1368 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 1354 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 1308 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 1331 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 1317 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 2469 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 2492 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 2478 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_equalizer_activate_async().
static gboolean org_atheme_audacious_get_active_playlist_name | ( | DBusGProxy * | proxy, |
char ** | OUT_plname, | ||
GError ** | error | ||
) | [static] |
Definition at line 2506 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 2530 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 2515 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 2243 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 2268 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 2252 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 2320 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 2344 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 2329 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 2282 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 2306 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 2291 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 1868 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 1894 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 1877 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 1945 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 1969 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 1954 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 216 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 240 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 225 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 517 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 543 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 526 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 1086 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 1109 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 1095 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 858 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 882 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 867 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 1234 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 1257 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 1243 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 1271 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 1294 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 1280 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 291 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 314 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 300 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 403 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 427 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 412 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 254 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 277 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 263 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 1755 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 1778 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 1764 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 365 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 389 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 374 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 2020 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 2043 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 2029 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 2206 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 2229 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 2215 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 1983 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 2006 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 1992 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_playlist_ins_url_string_async().
static gboolean org_atheme_audacious_playqueue_add | ( | DBusGProxy * | proxy, |
const gint | IN_pos, | ||
GError ** | error | ||
) | [static] |
Definition at line 2057 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 2080 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 2066 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 2131 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 2154 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 2140 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 2168 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 2192 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 2177 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 2094 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 2117 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 2103 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 746 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 770 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 755 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 1792 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 1816 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 1801 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 1830 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 1854 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 1839 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 1457 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 1481 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 1466 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 821 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 844 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 830 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 595 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 618 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 604 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 2358 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 2381 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 2367 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 2432 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 2455 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 2441 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 2395 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 2418 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 2404 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 671 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 694 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 680 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 1644 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 1667 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 1653 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_show_about_box_async().
static gboolean org_atheme_audacious_show_filebrowser | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
GError ** | error | ||
) | [static] |
Definition at line 1718 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 1741 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 1727 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 1681 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 1704 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 1690 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_prefs_box | ( | DBusGProxy * | proxy, |
const gboolean | IN_show, | ||
GError ** | error | ||
) | [static] |
Definition at line 1607 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 1630 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 1616 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 1532 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 1556 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 1541 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 934 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 958 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 943 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 1010 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 1034 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 1019 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 972 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 996 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 981 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 896 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 920 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 905 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 1048 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 1072 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 1057 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 479 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 503 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 488 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 328 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 351 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 337 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 441 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 465 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 450 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 557 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 581 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 566 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 1908 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 1931 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 1917 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 1420 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 1443 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 1429 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 1495 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 1518 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 1504 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 1570 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 1593 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 1579 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 632 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 657 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 641 of file dbus-client-bindings.h.
Referenced by org_atheme_audacious_volume_async().